Shades of Shocking #E296B9
Tints of Shocking #E296B9
RGB
CMYK
RGB Variations
Color information
#E296B9 (or 0xE296B9) is known color: Shocking. HEX triplet: E2, 96 and B9. RGB value is (226,150,185). Sum of RGB (Red+Green+Blue) = 226+150+185=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E296B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296B9 is #1D6946. Grayscale: #B0B0B0. Windows color (decimal): -1927495 or 12162786. OLE color: 12162786.
HSL color Cylindrical-coordinate representation of color #E296B9: hue angle of 332.37º degrees, saturation: 0.57, 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 #E296B9 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 185 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.11 |
| HSL | 332.37º | 0.57% | 0.74% | - |
| HSV(B) | 332.37º | 0.34% | 0.89% | - |
| XYZ | 51.03 | 41.48 | 51.22 | - |
| YUV | 176.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 185 | 0 | 0.34 | 0.18 | 0.11 | 332.37 | 0.57 | 0.74 |
| Hex | E2 | 96 | B9 | 0 | 22 | 12 | B | 14C | 39 | 4A |
| Octal | 342 | 226 | 271 | 0 | 42 | 22 | 13 | 514 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10111001 | 0 | 100010 | 10010 | 1011 | 101001100 | 111001 | 1001010 |
Color Harmonies of #E296B9
Complementary color
Monochromatic Colors of #E296B9
Black with #E296B9
Text Example
Text Example
White with #E296B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296B9; }
p { color: rgb(226,150,185); }
H1.HeaderClassName
{
color: #E296B9;
}
.AnyTagClassName
{
color: #E296B9;
}
</style>
background-color css
<style>
a { background-color: #E296B9; }
a { background-color: rgb(226,150,185); }
div.DivClassName
{
background-color: #E296B9;
}
.BgClassName
{
background-color: #E296B9;
}
</style>
border-color css
<style>
span { border-color: #E296B9; }
span { border-color: rgb(226,150,185); }
td.TdClassName
{
border-color: #E296B9;
}
.TagClassName
{
border-color: #E296B9;
}
</style>