#E096DC

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

Shades of Plum #E096DC

Tints of Plum #E096DC

Color information

#E096DC (or 0xE096DC) is unknown color: approx Plum. HEX triplet: E0, 96 and DC. RGB value is (224,150,220). Sum of RGB (Red+Green+Blue) = 224+150+220=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E096DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096DC is #1F6923. Grayscale: #B3B3B3. Windows color (decimal): -2058532 or 14456544. OLE color: 14456544.

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

Color convert

RGB224150220-
CMYK00.330.020.12
HSL303.24º54.41%73.33%-
HSV(B)303.24º33.04%87.84%-
XYZ54.5742.8373.1-
YUV180.11150.52159.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=37.71%
G=25.25%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415022000.330.020.12303.2454.4173.33
HexE096DC0212C12f3649
Octal34022633404121445766111
Binary11100000100101101101110001000011011001001011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096DC; }

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

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

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

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

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

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

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

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