#EE9DEB

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

Shades of Plum #EE9DEB

Tints of Plum #EE9DEB

Color information

#EE9DEB (or 0xEE9DEB) is unknown color: approx Plum. HEX triplet: EE, 9D and EB. RGB value is (238,157,235). Sum of RGB (Red+Green+Blue) = 238+157+235=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DEB is #116214. Grayscale: #BDBDBD. Windows color (decimal): -1139221 or 15441390. OLE color: 15441390.

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

Color convert

RGB238157235-
CMYK00.340.010.07
HSL302.22º70.43%77.45%-
HSV(B)302.22º34.03%93.33%-
XYZ62.3148.2984.63-
YUV190.11153.34162.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=37.78%
G=24.92%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815723500.340.010.07302.2270.4377.45
HexEE9DEB0221712e464d
Octal35623535304217456106115
Binary1110111010011101111010110100010111110010111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DEB; }

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

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

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

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

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

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

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

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