#E08FED

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

Shades of Violet #E08FED

Tints of Violet #E08FED

Color information

#E08FED (or 0xE08FED) is unknown color: approx Violet. HEX triplet: E0, 8F and ED. RGB value is (224,143,237). Sum of RGB (Red+Green+Blue) = 224+143+237=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #E08FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FED is #1F7012. Grayscale: #B1B1B1. Windows color (decimal): -2060307 or 15568864. OLE color: 15568864.

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

Color convert

RGB224143237-
CMYK0.050.4000.07
HSL291.7º72.31%74.51%-
HSV(B)291.7º39.66%92.94%-
XYZ55.8541.6185.21-
YUV177.93161.34160.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 143 (56.25% from 255) = 23.68%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=37.09%
G=23.68%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241432370.050.4000.07291.772.3174.51
HexE08FED52807124484b
Octal34021735555007444110113
Binary111000001000111111101101101101000011110010010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FED; }

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

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

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

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

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

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

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

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