#E09CD5

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

Shades of Plum #E09CD5

Tints of Plum #E09CD5

Color information

#E09CD5 (or 0xE09CD5) is unknown color: approx Plum. HEX triplet: E0, 9C and D5. RGB value is (224,156,213). Sum of RGB (Red+Green+Blue) = 224+156+213=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CD5 is #1F632A. Grayscale: #B6B6B6. Windows color (decimal): -2057003 or 13999328. OLE color: 13999328.

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

Color convert

RGB224156213-
CMYK00.300.050.12
HSL309.71º52.31%74.51%-
HSV(B)309.71º30.36%87.84%-
XYZ54.6444.4368.65-
YUV182.83145.03157.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=37.77%
G=26.31%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415621300.300.050.12309.7152.3174.51
HexE09CD501E5C136344b
Octal34023432503651446664113
Binary11100000100111001101010101111010111001001101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CD5; }

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

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

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

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

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

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

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

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