#E08CED

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

Shades of Violet #E08CED

Tints of Violet #E08CED

Color information

#E08CED (or 0xE08CED) is unknown color: approx Violet. HEX triplet: E0, 8C and ED. RGB value is (224,140,237). Sum of RGB (Red+Green+Blue) = 224+140+237=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #E08CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CED is #1F7312. Grayscale: #AFAFAF. Windows color (decimal): -2061075 or 15568096. OLE color: 15568096.

HSL color Cylindrical-coordinate representation of color #E08CED: hue angle of 291.96º degrees, saturation: 0.73, 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 #E08CED is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224140237-
CMYK0.050.4100.07
HSL291.96º72.93%73.92%-
HSV(B)291.96º40.93%92.94%-
XYZ55.440.7285.06-
YUV176.17162.33162.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 140 (55.08% from 255) = 23.29%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=37.27%
G=23.29%
B=39.43%

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
Decimal2241402370.050.4100.07291.9672.9373.92
HexE08CED52907124494a
Octal34021435555107444111112
Binary111000001000110011101101101101001011110010010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CED; }

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

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

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

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

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

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

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

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