#E299EE

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

Shades of Plum #E299EE

Tints of Plum #E299EE

Color information

#E299EE (or 0xE299EE) is unknown color: approx Plum. HEX triplet: E2, 99 and EE. RGB value is (226,153,238). Sum of RGB (Red+Green+Blue) = 226+153+238=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E299EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299EE is #1D6611. Grayscale: #B8B8B8. Windows color (decimal): -1926674 or 15636962. OLE color: 15636962.

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

Color convert

RGB226153238-
CMYK0.050.3600.07
HSL291.53º71.43%76.67%-
HSV(B)291.53º35.71%93.33%-
XYZ58.1945.1286.53-
YUV184.52158.18157.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=36.63%
G=24.80%
B=38.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261532380.050.3600.07291.5371.4376.67
HexE299EE52407124474d
Octal34223135654407444107115
Binary111000101001100111101110101100100011110010010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299EE; }

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

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

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

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

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

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

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

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