#EE9FEB

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

Shades of Plum #EE9FEB

Tints of Plum #EE9FEB

Color information

#EE9FEB (or 0xEE9FEB) is unknown color: approx Plum. HEX triplet: EE, 9F and EB. RGB value is (238,159,235). Sum of RGB (Red+Green+Blue) = 238+159+235=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FEB is #116014. Grayscale: #BFBFBF. Windows color (decimal): -1138709 or 15441902. OLE color: 15441902.

HSL color Cylindrical-coordinate representation of color #EE9FEB: hue angle of 302.28º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FEB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238159235-
CMYK00.330.010.07
HSL302.28º69.91%77.84%-
HSV(B)302.28º33.19%93.33%-
XYZ62.6548.9784.75-
YUV191.28152.67161.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 159 (62.5% from 255) = 25.16%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=37.66%
G=25.16%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815923500.330.010.07302.2869.9177.84
HexEE9FEB0211712e464e
Octal35623735304117456106116
Binary1110111010011111111010110100001111110010111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FEB; }

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

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

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

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

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

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

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

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