#e096db

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

Shades of Plum #E096DB

Tints of Plum #E096DB

Color information

#E096DB (or 0xE096DB) is unknown color: approx Plum. HEX triplet: E0, 96 and DB. RGB value is (224,150,219). Sum of RGB (Red+Green+Blue) = 224+150+219=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E096DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096DB is #1F6924. Grayscale: #B3B3B3. Windows color (decimal): -2058533 or 14391008. OLE color: 14391008.

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

Color convert

RGB224150219-
CMYK00.330.020.12
HSL304.05º54.41%73.33%-
HSV(B)304.05º33.04%87.84%-
XYZ54.4342.7772.41-
YUV179.99150.02159.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=37.77%
G=25.30%
B=36.93%

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
Decimal22415021900.330.020.12304.0554.4173.33
HexE096DB0212C1303649
Octal34022633304121446066111
Binary11100000100101101101101101000011011001001100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e096db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e096db; }

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

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

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

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

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

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

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

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