#E099DC

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

Shades of Plum #E099DC

Tints of Plum #E099DC

Color information

#E099DC (or 0xE099DC) is unknown color: approx Plum. HEX triplet: E0, 99 and DC. RGB value is (224,153,220). Sum of RGB (Red+Green+Blue) = 224+153+220=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DC is #1F6623. Grayscale: #B5B5B5. Windows color (decimal): -2057764 or 14457312. OLE color: 14457312.

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

Color convert

RGB224153220-
CMYK00.320.020.12
HSL303.38º53.38%73.92%-
HSV(B)303.38º31.7%87.84%-
XYZ55.0543.873.26-
YUV181.87149.52158.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=37.52%
G=25.63%
B=36.85%

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
Decimal22415322000.320.020.12303.3853.3873.92
HexE099DC0202C12f354a
Octal34023133404021445765112
Binary11100000100110011101110001000001011001001011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099DC; }

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

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

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

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

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

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

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

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