#ee98e8

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

Shades of Plum #EE98E8

Tints of Plum #EE98E8

Color information

#EE98E8 (or 0xEE98E8) is unknown color: approx Plum. HEX triplet: EE, 98 and E8. RGB value is (238,152,232). Sum of RGB (Red+Green+Blue) = 238+152+232=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98E8 is #116717. Grayscale: #BABABA. Windows color (decimal): -1140504 or 15243502. OLE color: 15243502.

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

Color convert

RGB238152232-
CMYK00.360.030.07
HSL304.19º71.67%76.47%-
HSV(B)304.19º36.13%93.33%-
XYZ61.0546.4682.09-
YUV186.83153.49164.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 152 (59.77% from 255) = 24.44%
BLUE value IS 232 (91.02% from 255) = 37.30%
R=38.26%
G=24.44%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815223200.360.030.07304.1971.6776.47
HexEE98E802437130484c
Octal35623035004437460110114
Binary11101110100110001110100001001001111110011000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee98e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee98e8; }

 p { color: rgb(238,152,232); }

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

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

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

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

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

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

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