#E497BD

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

Shades of Shocking #E497BD

Tints of Shocking #E497BD

Color information

#E497BD (or 0xE497BD) is unknown color: approx Shocking. HEX triplet: E4, 97 and BD. RGB value is (228,151,189). Sum of RGB (Red+Green+Blue) = 228+151+189=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E497BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497BD is #1B6842. Grayscale: #B2B2B2. Windows color (decimal): -1796163 or 12425188. OLE color: 12425188.

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

Color convert

RGB228151189-
CMYK00.340.170.11
HSL330.39º58.78%74.31%-
HSV(B)330.39º33.77%89.41%-
XYZ52.2542.353.56-
YUV178.36134.01163.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.14%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=40.14%
G=26.58%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815118900.340.170.11330.3958.7874.31
HexE497BD02211B14a3b4a
Octal344227275042211351273112
Binary11100100100101111011110101000101000110111010010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497BD; }

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

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

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

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

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

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

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

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