#E297DA

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

Shades of Plum #E297DA

Tints of Plum #E297DA

Color information

#E297DA (or 0xE297DA) is unknown color: approx Plum. HEX triplet: E2, 97 and DA. RGB value is (226,151,218). Sum of RGB (Red+Green+Blue) = 226+151+218=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E297DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297DA is #1D6825. Grayscale: #B4B4B4. Windows color (decimal): -1927206 or 14325730. OLE color: 14325730.

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

Color convert

RGB226151218-
CMYK00.330.040.11
HSL306.4º56.39%73.92%-
HSV(B)306.4º33.19%88.63%-
XYZ55.0943.3671.8-
YUV181.06148.85160.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=37.98%
G=25.38%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615121800.330.040.11306.456.3973.92
HexE297DA0214B132384a
Octal34222733204141346270112
Binary111000101001011111011010010000110010111001100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297DA; }

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

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

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

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

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

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

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

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