#E07DEC

Color #E07DEC Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #E07DEC

Tints of Violet #E07DEC

Color information

#E07DEC (or 0xE07DEC) is unknown color: approx Violet. HEX triplet: E0, 7D and EC. RGB value is (224,125,236). Sum of RGB (Red+Green+Blue) = 224+125+236=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DEC is #1F8213. Grayscale: #A6A6A6. Windows color (decimal): -2064916 or 15498720. OLE color: 15498720.

HSL color Cylindrical-coordinate representation of color #E07DEC: hue angle of 293.51º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07DEC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224125236-
CMYK0.050.4700.07
HSL293.51º74.5%70.78%-
HSV(B)293.51º47.03%92.55%-
XYZ53.2136.5783.61-
YUV167.26166.8168.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=38.29%
G=21.37%
B=40.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241252360.050.4700.07293.5174.570.78
HexE07DEC52F071264a47
Octal34017535455707446112107
Binary11100000111110111101100101101111011110010011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DEC; }

 p { color: rgb(224,125,236); }

 H1.HeaderClassName
 {
   color: #E07DEC;
 }
 .AnyTagClassName
 {
   color: #E07DEC;
 }
</style>
background-color css

<style>
 a { background-color: #E07DEC; }

 a { background-color: rgb(224,125,236); }

 div.DivClassName
 {
   background-color: #E07DEC;
 }
 .BgClassName
 {
   background-color: #E07DEC;
 }
</style>
border-color css

<style>
 span { border-color: #E07DEC; }

 span { border-color: rgb(224,125,236); }

 td.TdClassName
 {
   border-color: #E07DEC;
 }
 .TagClassName
 {
   border-color: #E07DEC;
 }
</style>