#EA9DEE

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

Shades of Plum #EA9DEE

Tints of Plum #EA9DEE

Color information

#EA9DEE (or 0xEA9DEE) is unknown color: approx Plum. HEX triplet: EA, 9D and EE. RGB value is (234,157,238). Sum of RGB (Red+Green+Blue) = 234+157+238=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DEE is #156211. Grayscale: #BDBDBD. Windows color (decimal): -1401362 or 15637994. OLE color: 15637994.

HSL color Cylindrical-coordinate representation of color #EA9DEE: hue angle of 297.04º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9DEE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234157238-
CMYK0.020.3400.07
HSL297.04º70.43%77.45%-
HSV(B)297.04º34.03%93.33%-
XYZ61.4247.7886.87-
YUV189.26155.51159.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=37.20%
G=24.96%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341572380.020.3400.07297.0470.4377.45
HexEA9DEE22207129464d
Octal35223535624207451106115
Binary11101010100111011110111010100010011110010100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DEE; }

 p { color: rgb(234,157,238); }

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

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

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

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

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

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

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