#EE9BE9

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

Shades of Plum #EE9BE9

Tints of Plum #EE9BE9

Color information

#EE9BE9 (or 0xEE9BE9) is unknown color: approx Plum. HEX triplet: EE, 9B and E9. RGB value is (238,155,233). Sum of RGB (Red+Green+Blue) = 238+155+233=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BE9 is #116416. Grayscale: #BCBCBC. Windows color (decimal): -1139735 or 15309806. OLE color: 15309806.

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

Color convert

RGB238155233-
CMYK00.350.020.07
HSL303.61º70.94%77.06%-
HSV(B)303.61º34.87%93.33%-
XYZ61.6947.583.01-
YUV188.71153163.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=38.02%
G=24.76%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815523300.350.020.07303.6170.9477.06
HexEE9BE902327130474d
Octal35623335104327460107115
Binary11101110100110111110100101000111011110011000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BE9; }

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

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

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

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

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

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

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

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