#E497BA

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

Shades of Shocking #E497BA

Tints of Shocking #E497BA

Color information

#E497BA (or 0xE497BA) is unknown color: approx Shocking. HEX triplet: E4, 97 and BA. RGB value is (228,151,186). Sum of RGB (Red+Green+Blue) = 228+151+186=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E497BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497BA is #1B6845. Grayscale: #B1B1B1. Windows color (decimal): -1796166 or 12228580. OLE color: 12228580.

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

Color convert

RGB228151186-
CMYK00.340.180.11
HSL332.73º58.78%74.31%-
HSV(B)332.73º33.77%89.41%-
XYZ51.9242.1751.86-
YUV178.01132.51163.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=40.35%
G=26.73%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815118600.340.180.11332.7358.7874.31
HexE497BA02212B14d3b4a
Octal344227272042221351573112
Binary11100100100101111011101001000101001010111010011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497BA; }

 p { color: rgb(228,151,186); }

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

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

 a { background-color: rgb(228,151,186); }

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

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

 span { border-color: rgb(228,151,186); }

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