Shades of Shocking #E296B5
Tints of Shocking #E296B5
RGB
CMYK
RGB Variations
Color information
#E296B5 (or 0xE296B5) is known color: Shocking. HEX triplet: E2, 96 and B5. RGB value is (226,150,181). Sum of RGB (Red+Green+Blue) = 226+150+181=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E296B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296B5 is #1D694A. Grayscale: #B0B0B0. Windows color (decimal): -1927499 or 11900642. OLE color: 11900642.
HSL color Cylindrical-coordinate representation of color #E296B5: hue angle of 335.53º 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 #E296B5 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 181 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.11 |
| HSL | 335.53º | 0.57% | 0.74% | - |
| HSV(B) | 335.53º | 0.34% | 0.89% | - |
| XYZ | 50.61 | 41.32 | 49.02 | - |
| YUV | 176.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 181 | 0 | 0.34 | 0.20 | 0.11 | 335.53 | 0.57 | 0.74 |
| Hex | E2 | 96 | B5 | 0 | 22 | 14 | B | 150 | 39 | 4A |
| Octal | 342 | 226 | 265 | 0 | 42 | 24 | 13 | 520 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10110101 | 0 | 100010 | 10100 | 1011 | 101010000 | 111001 | 1001010 |
Color Harmonies of #E296B5
Complementary color
Monochromatic Colors of #E296B5
Black with #E296B5
Text Example
Text Example
White with #E296B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296B5; }
p { color: rgb(226,150,181); }
H1.HeaderClassName
{
color: #E296B5;
}
.AnyTagClassName
{
color: #E296B5;
}
</style>
background-color css
<style>
a { background-color: #E296B5; }
a { background-color: rgb(226,150,181); }
div.DivClassName
{
background-color: #E296B5;
}
.BgClassName
{
background-color: #E296B5;
}
</style>
border-color css
<style>
span { border-color: #E296B5; }
span { border-color: rgb(226,150,181); }
td.TdClassName
{
border-color: #E296B5;
}
.TagClassName
{
border-color: #E296B5;
}
</style>