#E297D1

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

Shades of Plum #E297D1

Tints of Plum #E297D1

Color information

#E297D1 (or 0xE297D1) is unknown color: approx Plum. HEX triplet: E2, 97 and D1. RGB value is (226,151,209). Sum of RGB (Red+Green+Blue) = 226+151+209=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E297D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297D1 is #1D682E. Grayscale: #B3B3B3. Windows color (decimal): -1927215 or 13735906. OLE color: 13735906.

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

Color convert

RGB226151209-
CMYK00.330.080.11
HSL313.6º56.39%73.92%-
HSV(B)313.6º33.19%88.63%-
XYZ53.9442.9165.76-
YUV180.04144.35160.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=38.57%
G=25.77%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615120900.330.080.11313.656.3973.92
HexE297D10218B13a384a
Octal342227321041101347270112
Binary1110001010010111110100010100001100010111001110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297D1; }

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

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

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

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

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

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

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

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