#E09CD7

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

Shades of Plum #E09CD7

Tints of Plum #E09CD7

Color information

#E09CD7 (or 0xE09CD7) is unknown color: approx Plum. HEX triplet: E0, 9C and D7. RGB value is (224,156,215). Sum of RGB (Red+Green+Blue) = 224+156+215=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CD7 is #1F6328. Grayscale: #B6B6B6. Windows color (decimal): -2057001 or 14130400. OLE color: 14130400.

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

Color convert

RGB224156215-
CMYK00.300.040.12
HSL307.94º52.31%74.51%-
HSV(B)307.94º30.36%87.84%-
XYZ54.8944.5369.99-
YUV183.06146.03157.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=37.65%
G=26.22%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415621500.300.040.12307.9452.3174.51
HexE09CD701E4C134344b
Octal34023432703641446464113
Binary11100000100111001101011101111010011001001101001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CD7; }

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

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

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

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

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

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

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

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