#E08FEC

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

Shades of Violet #E08FEC

Tints of Violet #E08FEC

Color information

#E08FEC (or 0xE08FEC) is unknown color: approx Violet. HEX triplet: E0, 8F and EC. RGB value is (224,143,236). Sum of RGB (Red+Green+Blue) = 224+143+236=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #E08FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FEC is #1F7013. Grayscale: #B1B1B1. Windows color (decimal): -2060308 or 15503328. OLE color: 15503328.

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

Color convert

RGB224143236-
CMYK0.050.3900.07
HSL292.26º70.99%74.31%-
HSV(B)292.26º39.41%92.55%-
XYZ55.741.5584.44-
YUV177.82160.84160.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 143 (56.25% from 255) = 23.71%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=37.15%
G=23.71%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241432360.050.3900.07292.2670.9974.31
HexE08FEC52707124474a
Octal34021735454707444107112
Binary111000001000111111101100101100111011110010010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FEC; }

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

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

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

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

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

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

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

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