#E09CDA

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

Shades of Plum #E09CDA

Tints of Plum #E09CDA

Color information

#E09CDA (or 0xE09CDA) is unknown color: approx Plum. HEX triplet: E0, 9C and DA. RGB value is (224,156,218). Sum of RGB (Red+Green+Blue) = 224+156+218=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDA is #1F6325. Grayscale: #B7B7B7. Windows color (decimal): -2056998 or 14327008. OLE color: 14327008.

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

Color convert

RGB224156218-
CMYK00.300.030.12
HSL305.29º52.31%74.51%-
HSV(B)305.29º30.36%87.84%-
XYZ55.2844.6972.04-
YUV183.4147.53156.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=37.46%
G=26.09%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415621800.300.030.12305.2952.3174.51
HexE09CDA01E3C131344b
Octal34023433203631446164113
Binary1110000010011100110110100111101111001001100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CDA; }

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

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

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

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

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

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

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

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