#EE9DEA

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

Shades of Plum #EE9DEA

Tints of Plum #EE9DEA

Color information

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

HSL color Cylindrical-coordinate representation of color #EE9DEA: hue angle of 302.96º 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 #EE9DEA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238157234-
CMYK00.340.020.07
HSL302.96º70.43%77.45%-
HSV(B)302.96º34.03%93.33%-
XYZ62.1748.2383.87-
YUV190152.84162.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815723400.340.020.07302.9670.4377.45
HexEE9DEA0222712f464d
Octal35623535204227457106115
Binary11101110100111011110101001000101011110010111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DEA; }

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

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

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

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

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

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

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

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