#E099DB

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

Shades of Plum #E099DB

Tints of Plum #E099DB

Color information

#E099DB (or 0xE099DB) is unknown color: approx Plum. HEX triplet: E0, 99 and DB. RGB value is (224,153,219). Sum of RGB (Red+Green+Blue) = 224+153+219=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DB is #1F6624. Grayscale: #B5B5B5. Windows color (decimal): -2057765 or 14391776. OLE color: 14391776.

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

Color convert

RGB224153219-
CMYK00.320.020.12
HSL304.23º53.38%73.92%-
HSV(B)304.23º31.7%87.84%-
XYZ54.9243.7472.57-
YUV181.75149.02158.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=37.58%
G=25.67%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415321900.320.020.12304.2353.3873.92
HexE099DB0202C130354a
Octal34023133304021446065112
Binary11100000100110011101101101000001011001001100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099DB; }

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

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

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

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

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

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

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

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