#E09EDC

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

Shades of Plum #E09EDC

Tints of Plum #E09EDC

Color information

#E09EDC (or 0xE09EDC) is unknown color: approx Plum. HEX triplet: E0, 9E and DC. RGB value is (224,158,220). Sum of RGB (Red+Green+Blue) = 224+158+220=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EDC is #1F6123. Grayscale: #B8B8B8. Windows color (decimal): -2056484 or 14458592. OLE color: 14458592.

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

Color convert

RGB224158220-
CMYK00.290.020.12
HSL303.64º51.56%74.9%-
HSV(B)303.64º29.46%87.84%-
XYZ55.8945.4773.54-
YUV184.8147.87155.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=37.21%
G=26.25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415822000.290.020.12303.6451.5674.9
HexE09EDC01D2C130344b
Octal34023633403521446064113
Binary1110000010011110110111000111011011001001100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09EDC; }

 p { color: rgb(224,158,220); }

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

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

 a { background-color: rgb(224,158,220); }

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

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

 span { border-color: rgb(224,158,220); }

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