#E09DE6

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

Shades of Plum #E09DE6

Tints of Plum #E09DE6

Color information

#E09DE6 (or 0xE09DE6) is unknown color: approx Plum. HEX triplet: E0, 9D and E6. RGB value is (224,157,230). Sum of RGB (Red+Green+Blue) = 224+157+230=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #E09DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DE6 is #1F6219. Grayscale: #B9B9B9. Windows color (decimal): -2056730 or 15113696. OLE color: 15113696.

HSL color Cylindrical-coordinate representation of color #E09DE6: hue angle of 295.07º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E09DE6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224157230-
CMYK0.030.3200.10
HSL295.07º59.35%75.88%-
HSV(B)295.07º31.74%90.2%-
XYZ57.0845.6780.67-
YUV185.36153.2155.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=36.66%
G=25.70%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241572300.030.3200.10295.0759.3575.88
HexE09DE63200A1273b4c
Octal34023534634001244773114
Binary11100000100111011110011011100000010101001001111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DE6; }

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

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

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

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

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

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

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

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