#E096D9

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

Shades of Plum #E096D9

Tints of Plum #E096D9

Color information

#E096D9 (or 0xE096D9) is unknown color: approx Plum. HEX triplet: E0, 96 and D9. RGB value is (224,150,217). Sum of RGB (Red+Green+Blue) = 224+150+217=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E096D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096D9 is #1F6926. Grayscale: #B3B3B3. Windows color (decimal): -2058535 or 14259936. OLE color: 14259936.

HSL color Cylindrical-coordinate representation of color #E096D9: hue angle of 305.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096D9 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224150217-
CMYK00.330.030.12
HSL305.68º54.41%73.33%-
HSV(B)305.68º33.04%87.84%-
XYZ54.1742.6771.03-
YUV179.76149.02159.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=37.90%
G=25.38%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415021700.330.030.12305.6854.4173.33
HexE096D90213C1323649
Octal34022633104131446266111
Binary11100000100101101101100101000011111001001100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096D9; }

 p { color: rgb(224,150,217); }

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

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

 a { background-color: rgb(224,150,217); }

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

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

 span { border-color: rgb(224,150,217); }

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