#E091DC

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

Shades of Plum #E091DC

Tints of Plum #E091DC

Color information

#E091DC (or 0xE091DC) is unknown color: approx Plum. HEX triplet: E0, 91 and DC. RGB value is (224,145,220). Sum of RGB (Red+Green+Blue) = 224+145+220=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DC is #1F6E23. Grayscale: #B0B0B0. Windows color (decimal): -2059812 or 14455264. OLE color: 14455264.

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

Color convert

RGB224145220-
CMYK00.350.020.12
HSL303.04º56.03%72.35%-
HSV(B)303.04º35.27%87.84%-
XYZ53.7841.2772.84-
YUV177.17152.17161.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=38.03%
G=24.62%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414522000.350.020.12303.0456.0372.35
HexE091DC0232C12f3848
Octal34022133404321445770110
Binary11100000100100011101110001000111011001001011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091DC; }

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

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

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

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

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

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

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

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