#E09CDD

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

Shades of Plum #E09CDD

Tints of Plum #E09CDD

Color information

#E09CDD (or 0xE09CDD) is unknown color: approx Plum. HEX triplet: E0, 9C and DD. RGB value is (224,156,221). Sum of RGB (Red+Green+Blue) = 224+156+221=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDD is #1F6322. Grayscale: #B7B7B7. Windows color (decimal): -2056995 or 14523616. OLE color: 14523616.

HSL color Cylindrical-coordinate representation of color #E09CDD: hue angle of 302.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CDD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224156221-
CMYK00.300.010.12
HSL302.65º52.31%74.51%-
HSV(B)302.65º30.36%87.84%-
XYZ55.6844.8474.13-
YUV183.74149.03156.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=37.27%
G=25.96%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415622100.300.010.12302.6552.3174.51
HexE09CDD01E1C12f344b
Octal34023433503611445764113
Binary111000001001110011011101011110111001001011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CDD; }

 p { color: rgb(224,156,221); }

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

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

 a { background-color: rgb(224,156,221); }

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

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

 span { border-color: rgb(224,156,221); }

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