Shades of Shocking #E496BB
Tints of Shocking #E496BB
RGB
CMYK
RGB Variations
Color information
#E496BB (or 0xE496BB) is known color: Shocking. HEX triplet: E4, 96 and BB. RGB value is (228,150,187). Sum of RGB (Red+Green+Blue) = 228+150+187=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E496BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496BB is #1B6944. Grayscale: #B1B1B1. Windows color (decimal): -1796421 or 12293860. OLE color: 12293860.
HSL color Cylindrical-coordinate representation of color #E496BB: hue angle of 331.54º 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 #E496BB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 187 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.11 |
| HSL | 331.54º | 0.59% | 0.74% | - |
| HSV(B) | 331.54º | 0.34% | 0.89% | - |
| XYZ | 51.87 | 41.89 | 52.37 | - |
| YUV | 177.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 187 | 0 | 0.34 | 0.18 | 0.11 | 331.54 | 0.59 | 0.74 |
| Hex | E4 | 96 | BB | 0 | 22 | 12 | B | 14C | 3B | 4A |
| Octal | 344 | 226 | 273 | 0 | 42 | 22 | 13 | 514 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10111011 | 0 | 100010 | 10010 | 1011 | 101001100 | 111011 | 1001010 |
Color Harmonies of #E496BB
Complementary color
Monochromatic Colors of #E496BB
Black with #E496BB
Text Example
Text Example
White with #E496BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496BB; }
p { color: rgb(228,150,187); }
H1.HeaderClassName
{
color: #E496BB;
}
.AnyTagClassName
{
color: #E496BB;
}
</style>
background-color css
<style>
a { background-color: #E496BB; }
a { background-color: rgb(228,150,187); }
div.DivClassName
{
background-color: #E496BB;
}
.BgClassName
{
background-color: #E496BB;
}
</style>
border-color css
<style>
span { border-color: #E496BB; }
span { border-color: rgb(228,150,187); }
td.TdClassName
{
border-color: #E496BB;
}
.TagClassName
{
border-color: #E496BB;
}
</style>