#EE9CED

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

Shades of Plum #EE9CED

Tints of Plum #EE9CED

Color information

#EE9CED (or 0xEE9CED) is unknown color: approx Plum. HEX triplet: EE, 9C and ED. RGB value is (238,156,237). Sum of RGB (Red+Green+Blue) = 238+156+237=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CED is #116312. Grayscale: #BDBDBD. Windows color (decimal): -1139475 or 15572206. OLE color: 15572206.

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

Color convert

RGB238156237-
CMYK00.340.000.07
HSL300.73º70.69%77.25%-
HSV(B)300.73º34.45%93.33%-
XYZ62.4348.0786.11-
YUV189.75154.67162.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 156 (61.33% from 255) = 24.72%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=37.72%
G=24.72%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815623700.340.000.07300.7370.6977.25
HexEE9CED0220712d474d
Octal35623435504207455107115
Binary1110111010011100111011010100010011110010110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9CED; }

 p { color: rgb(238,156,237); }

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

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

 a { background-color: rgb(238,156,237); }

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

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

 span { border-color: rgb(238,156,237); }

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