#E09CDF

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

Shades of Plum #E09CDF

Tints of Plum #E09CDF

Color information

#E09CDF (or 0xE09CDF) is unknown color: approx Plum. HEX triplet: E0, 9C and DF. RGB value is (224,156,223). Sum of RGB (Red+Green+Blue) = 224+156+223=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDF is #1F6320. Grayscale: #B7B7B7. Windows color (decimal): -2056993 or 14654688. OLE color: 14654688.

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

Color convert

RGB224156223-
CMYK00.300.000.12
HSL300.88º52.31%74.51%-
HSV(B)300.88º30.36%87.84%-
XYZ55.9544.9575.54-
YUV183.97150.03156.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=37.15%
G=25.87%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415622300.300.000.12300.8852.3174.51
HexE09CDF01E0C12d344b
Octal34023433703601445564113
Binary111000001001110011011111011110011001001011011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CDF; }

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

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

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

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

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

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

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

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