#E091D8

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

Shades of Plum #E091D8

Tints of Plum #E091D8

Color information

#E091D8 (or 0xE091D8) is unknown color: approx Plum. HEX triplet: E0, 91 and D8. RGB value is (224,145,216). Sum of RGB (Red+Green+Blue) = 224+145+216=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D8 is #1F6E27. Grayscale: #B0B0B0. Windows color (decimal): -2059816 or 14193120. OLE color: 14193120.

HSL color Cylindrical-coordinate representation of color #E091D8: hue angle of 306.08º 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 #E091D8 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224145216-
CMYK00.350.040.12
HSL306.08º56.03%72.35%-
HSV(B)306.08º35.27%87.84%-
XYZ53.2641.0670.08-
YUV176.72150.17161.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=38.29%
G=24.79%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414521600.350.040.12306.0856.0372.35
HexE091D80234C1323848
Octal34022133004341446270110
Binary111000001001000111011000010001110011001001100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091D8; }

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

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

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

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

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

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

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

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