#E297EA

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

Shades of Plum #E297EA

Tints of Plum #E297EA

Color information

#E297EA (or 0xE297EA) is unknown color: approx Plum. HEX triplet: E2, 97 and EA. RGB value is (226,151,234). Sum of RGB (Red+Green+Blue) = 226+151+234=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E297EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297EA is #1D6815. Grayscale: #B6B6B6. Windows color (decimal): -1927190 or 15374306. OLE color: 15374306.

HSL color Cylindrical-coordinate representation of color #E297EA: hue angle of 294.22º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E297EA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226151234-
CMYK0.030.3500.08
HSL294.22º66.4%75.49%-
HSV(B)294.22º35.47%91.76%-
XYZ57.2844.2483.36-
YUV182.89156.85158.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=36.99%
G=24.71%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261512340.030.3500.08294.2266.475.49
HexE297EA32308126424b
Octal342227352343010446102113
Binary111000101001011111101010111000110100010010011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297EA; }

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

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

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

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

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

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

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

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