#EE99EA

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

Shades of Plum #EE99EA

Tints of Plum #EE99EA

Color information

#EE99EA (or 0xEE99EA) is unknown color: approx Plum. HEX triplet: EE, 99 and EA. RGB value is (238,153,234). Sum of RGB (Red+Green+Blue) = 238+153+234=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99EA is #116615. Grayscale: #BBBBBB. Windows color (decimal): -1140246 or 15374830. OLE color: 15374830.

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

Color convert

RGB238153234-
CMYK00.360.020.07
HSL302.82º71.43%76.67%-
HSV(B)302.82º35.71%93.33%-
XYZ61.546.983.65-
YUV187.65154.16163.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 153 (60.16% from 255) = 24.48%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=38.08%
G=24.48%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815323400.360.020.07302.8271.4376.67
HexEE99EA0242712f474d
Octal35623135204427457107115
Binary11101110100110011110101001001001011110010111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE99EA; }

 p { color: rgb(238,153,234); }

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

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

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

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

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

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

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