#E297CA

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

Shades of Shocking #E297CA

Tints of Shocking #E297CA

Color information

#E297CA (or 0xE297CA) is unknown color: approx Shocking. HEX triplet: E2, 97 and CA. RGB value is (226,151,202). Sum of RGB (Red+Green+Blue) = 226+151+202=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E297CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297CA is #1D6835. Grayscale: #B3B3B3. Windows color (decimal): -1927222 or 13277154. OLE color: 13277154.

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

Color convert

RGB226151202-
CMYK00.330.110.11
HSL319.2º56.39%73.92%-
HSV(B)319.2º33.19%88.63%-
XYZ53.0942.5761.3-
YUV179.24140.85161.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=39.03%
G=26.08%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615120200.330.110.11319.256.3973.92
HexE297CA021BB13f384a
Octal342227312041131347770112
Binary1110001010010111110010100100001101110111001111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297CA; }

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

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

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

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

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

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

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

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