#E097DB

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

Shades of Plum #E097DB

Tints of Plum #E097DB

Color information

#E097DB (or 0xE097DB) is unknown color: approx Plum. HEX triplet: E0, 97 and DB. RGB value is (224,151,219). Sum of RGB (Red+Green+Blue) = 224+151+219=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DB is #1F6824. Grayscale: #B4B4B4. Windows color (decimal): -2058277 or 14391264. OLE color: 14391264.

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

Color convert

RGB224151219-
CMYK00.330.020.12
HSL304.11º54.07%73.53%-
HSV(B)304.11º32.59%87.84%-
XYZ54.5943.0972.46-
YUV180.58149.68158.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=37.71%
G=25.42%
B=36.87%

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
Decimal22415121900.330.020.12304.1154.0773.53
HexE097DB0212C130364a
Octal34022733304121446066112
Binary11100000100101111101101101000011011001001100001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097DB; }

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

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

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

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

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

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

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

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