#E088DC

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

Shades of Violet #E088DC

Tints of Violet #E088DC

Color information

#E088DC (or 0xE088DC) is unknown color: approx Violet. HEX triplet: E0, 88 and DC. RGB value is (224,136,220). Sum of RGB (Red+Green+Blue) = 224+136+220=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E088DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088DC is #1F7723. Grayscale: #ABABAB. Windows color (decimal): -2062116 or 14452960. OLE color: 14452960.

HSL color Cylindrical-coordinate representation of color #E088DC: hue angle of 302.73º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088DC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224136220-
CMYK00.390.020.12
HSL302.73º58.67%70.59%-
HSV(B)302.73º39.29%87.84%-
XYZ52.4638.6272.4-
YUV171.89155.15165.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=38.62%
G=23.45%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413622000.390.020.12302.7358.6770.59
HexE088DC0272C12f3b47
Octal34021033404721445773107
Binary11100000100010001101110001001111011001001011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088DC; }

 p { color: rgb(224,136,220); }

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

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

 a { background-color: rgb(224,136,220); }

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

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

 span { border-color: rgb(224,136,220); }

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