#E499EE

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

Shades of Plum #E499EE

Tints of Plum #E499EE

Color information

#E499EE (or 0xE499EE) is unknown color: approx Plum. HEX triplet: E4, 99 and EE. RGB value is (228,153,238). Sum of RGB (Red+Green+Blue) = 228+153+238=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E499EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E499EE is #1B6611. Grayscale: #B8B8B8. Windows color (decimal): -1795602 or 15636964. OLE color: 15636964.

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

Color convert

RGB228153238-
CMYK0.040.3600.07
HSL292.94º71.43%76.67%-
HSV(B)292.94º35.71%93.33%-
XYZ58.8245.4586.56-
YUV185.12157.85158.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.83%
GREEN value IS 153 (60.16% from 255) = 24.72%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=36.83%
G=24.72%
B=38.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281532380.040.3600.07292.9471.4376.67
HexE499EE42407125474d
Octal34423135644407445107115
Binary111001001001100111101110100100100011110010010110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E499EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E499EE; }

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

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

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

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

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

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

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

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