#E296EE

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

Shades of Plum #E296EE

Tints of Plum #E296EE

Color information

#E296EE (or 0xE296EE) is unknown color: approx Plum. HEX triplet: E2, 96 and EE. RGB value is (226,150,238). Sum of RGB (Red+Green+Blue) = 226+150+238=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #E296EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296EE is #1D6911. Grayscale: #B6B6B6. Windows color (decimal): -1927442 or 15636194. OLE color: 15636194.

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

Color convert

RGB226150238-
CMYK0.050.3700.07
HSL291.82º72.13%76.08%-
HSV(B)291.82º36.97%93.33%-
XYZ57.744.1586.37-
YUV182.76159.18158.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.81%
GREEN value IS 150 (58.98% from 255) = 24.43%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=36.81%
G=24.43%
B=38.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261502380.050.3700.07291.8272.1376.08
HexE296EE52507124484c
Octal34222635654507444110114
Binary111000101001011011101110101100101011110010010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296EE; }

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

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

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

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

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

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

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

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