#E099D8

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

Shades of Plum #E099D8

Tints of Plum #E099D8

Color information

#E099D8 (or 0xE099D8) is unknown color: approx Plum. HEX triplet: E0, 99 and D8. RGB value is (224,153,216). Sum of RGB (Red+Green+Blue) = 224+153+216=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E099D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099D8 is #1F6627. Grayscale: #B5B5B5. Windows color (decimal): -2057768 or 14195168. OLE color: 14195168.

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

Color convert

RGB224153216-
CMYK00.320.040.12
HSL306.76º53.38%73.92%-
HSV(B)306.76º31.7%87.84%-
XYZ54.5343.5970.51-
YUV181.41147.52158.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=37.77%
G=25.80%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415321600.320.040.12306.7653.3873.92
HexE099D80204C133354a
Octal34023133004041446365112
Binary111000001001100111011000010000010011001001100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099D8; }

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

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

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

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

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

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

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

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