#E08CEC

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

Shades of Violet #E08CEC

Tints of Violet #E08CEC

Color information

#E08CEC (or 0xE08CEC) is unknown color: approx Violet. HEX triplet: E0, 8C and EC. RGB value is (224,140,236). Sum of RGB (Red+Green+Blue) = 224+140+236=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #E08CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CEC is #1F7313. Grayscale: #AFAFAF. Windows color (decimal): -2061076 or 15502560. OLE color: 15502560.

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

Color convert

RGB224140236-
CMYK0.050.4100.07
HSL292.5º71.64%73.73%-
HSV(B)292.5º40.68%92.55%-
XYZ55.2640.6684.29-
YUV176.06161.83162.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 140 (55.08% from 255) = 23.33%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=37.33%
G=23.33%
B=39.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241402360.050.4100.07292.571.6473.73
HexE08CEC52907124484a
Octal34021435455107444110112
Binary111000001000110011101100101101001011110010010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CEC; }

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

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

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

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

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

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

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

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