#E09DE0

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

Shades of Plum #E09DE0

Tints of Plum #E09DE0

Color information

#E09DE0 (or 0xE09DE0) is unknown color: approx Plum. HEX triplet: E0, 9D and E0. RGB value is (224,157,224). Sum of RGB (Red+Green+Blue) = 224+157+224=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E09DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DE0 is #1F621F. Grayscale: #B8B8B8. Windows color (decimal): -2056736 or 14720480. OLE color: 14720480.

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

Color convert

RGB224157224-
CMYK00.3000.12
HSL300º51.94%74.71%-
HSV(B)300º29.91%87.84%-
XYZ56.2545.3476.31-
YUV184.67150.2156.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=37.02%
G=25.95%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415722400.3000.1230051.9474.71
HexE09DE001E0C12c344b
Octal34023534003601445464113
Binary111000001001110111100000011110011001001011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DE0; }

 p { color: rgb(224,157,224); }

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

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

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

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

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

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

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