#E496B9

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

Shades of Shocking #E496B9

Tints of Shocking #E496B9

Color information

#E496B9 (or 0xE496B9) is unknown color: approx Shocking. HEX triplet: E4, 96 and B9. RGB value is (228,150,185). Sum of RGB (Red+Green+Blue) = 228+150+185=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E496B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496B9 is #1B6946. Grayscale: #B1B1B1. Windows color (decimal): -1796423 or 12162788. OLE color: 12162788.

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

Color convert

RGB228150185-
CMYK00.340.190.11
HSL333.08º59.09%74.12%-
HSV(B)333.08º34.21%89.41%-
XYZ51.6641.8151.25-
YUV177.31132.34164.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.50%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=40.50%
G=26.64%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815018500.340.190.11333.0859.0974.12
HexE496B902213B14d3b4a
Octal344226271042231351573112
Binary11100100100101101011100101000101001110111010011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496B9; }

 p { color: rgb(228,150,185); }

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

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

 a { background-color: rgb(228,150,185); }

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

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

 span { border-color: rgb(228,150,185); }

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