#E296DF

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

Shades of Plum #E296DF

Tints of Plum #E296DF

Color information

#E296DF (or 0xE296DF) is unknown color: approx Plum. HEX triplet: E2, 96 and DF. RGB value is (226,150,223). Sum of RGB (Red+Green+Blue) = 226+150+223=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E296DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296DF is #1D6920. Grayscale: #B4B4B4. Windows color (decimal): -1927457 or 14653154. OLE color: 14653154.

HSL color Cylindrical-coordinate representation of color #E296DF: hue angle of 302.37º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E296DF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226150223-
CMYK00.340.010.11
HSL302.37º56.72%73.73%-
HSV(B)302.37º33.63%88.63%-
XYZ55.5943.3175.24-
YUV181.05151.68160.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=37.73%
G=25.04%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615022300.340.010.11302.3756.7273.73
HexE296DF0221B12e394a
Octal34222633704211345671112
Binary1110001010010110110111110100010110111001011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296DF; }

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

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

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

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

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

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

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

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