#EE9BEE

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

Shades of Plum #EE9BEE

Tints of Plum #EE9BEE

Color information

#EE9BEE (or 0xEE9BEE) is unknown color: approx Plum. HEX triplet: EE, 9B and EE. RGB value is (238,155,238). Sum of RGB (Red+Green+Blue) = 238+155+238=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE9BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BEE is #116411. Grayscale: #BDBDBD. Windows color (decimal): -1139730 or 15637486. OLE color: 15637486.

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

Color convert

RGB238155238-
CMYK00.3500.07
HSL300º70.94%77.06%-
HSV(B)300º34.87%93.33%-
XYZ62.4147.7986.82-
YUV189.28155.5162.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 155 (60.94% from 255) = 24.56%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=37.72%
G=24.56%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815523800.3500.0730070.9477.06
HexEE9BEE0230712c474d
Octal35623335604307454107115
Binary1110111010011011111011100100011011110010110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BEE; }

 p { color: rgb(238,155,238); }

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

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

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

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

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

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

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