#E296DA

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

Shades of Plum #E296DA

Tints of Plum #E296DA

Color information

#E296DA (or 0xE296DA) is unknown color: approx Plum. HEX triplet: E2, 96 and DA. RGB value is (226,150,218). Sum of RGB (Red+Green+Blue) = 226+150+218=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E296DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296DA is #1D6925. Grayscale: #B4B4B4. Windows color (decimal): -1927462 or 14325474. OLE color: 14325474.

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

Color convert

RGB226150218-
CMYK00.340.040.11
HSL306.32º56.72%73.73%-
HSV(B)306.32º33.63%88.63%-
XYZ54.9343.0471.74-
YUV180.48149.18160.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=38.05%
G=25.25%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615021800.340.040.11306.3256.7273.73
HexE296DA0224B132394a
Octal34222633204241346271112
Binary111000101001011011011010010001010010111001100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296DA; }

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

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

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

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

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

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

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

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