#E998EE

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

Shades of Plum #E998EE

Tints of Plum #E998EE

Color information

#E998EE (or 0xE998EE) is unknown color: approx Plum. HEX triplet: E9, 98 and EE. RGB value is (233,152,238). Sum of RGB (Red+Green+Blue) = 233+152+238=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #E998EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E998EE is #166711. Grayscale: #B9B9B9. Windows color (decimal): -1468178 or 15636713. OLE color: 15636713.

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

Color convert

RGB233152238-
CMYK0.020.3600.07
HSL296.51º71.67%76.47%-
HSV(B)296.51º36.13%93.33%-
XYZ60.2745.9586.58-
YUV186.02157.34161.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.40%
GREEN value IS 152 (59.77% from 255) = 24.40%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=37.40%
G=24.40%
B=38.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331522380.020.3600.07296.5171.6776.47
HexE998EE22407129484c
Octal35123035624407451110114
Binary11101001100110001110111010100100011110010100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998EE; }

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

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

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

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

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

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

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

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