Shades of Shocking #E296BE
Tints of Shocking #E296BE
RGB
CMYK
RGB Variations
Color information
#E296BE (or 0xE296BE) is known color: Shocking. HEX triplet: E2, 96 and BE. RGB value is (226,150,190). Sum of RGB (Red+Green+Blue) = 226+150+190=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E296BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296BE is #1D6941. Grayscale: #B1B1B1. Windows color (decimal): -1927490 or 12490466. OLE color: 12490466.
HSL color Cylindrical-coordinate representation of color #E296BE: hue angle of 328.42º 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 #E296BE is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 190 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.11 |
| HSL | 328.42º | 0.57% | 0.74% | - |
| HSV(B) | 328.42º | 0.34% | 0.89% | - |
| XYZ | 51.56 | 41.7 | 54.05 | - |
| YUV | 177.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 190 | 0 | 0.34 | 0.16 | 0.11 | 328.42 | 0.57 | 0.74 |
| Hex | E2 | 96 | BE | 0 | 22 | 10 | B | 148 | 39 | 4A |
| Octal | 342 | 226 | 276 | 0 | 42 | 20 | 13 | 510 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10111110 | 0 | 100010 | 10000 | 1011 | 101001000 | 111001 | 1001010 |
Color Harmonies of #E296BE
Complementary color
Monochromatic Colors of #E296BE
Black with #E296BE
Text Example
Text Example
White with #E296BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296BE; }
p { color: rgb(226,150,190); }
H1.HeaderClassName
{
color: #E296BE;
}
.AnyTagClassName
{
color: #E296BE;
}
</style>
background-color css
<style>
a { background-color: #E296BE; }
a { background-color: rgb(226,150,190); }
div.DivClassName
{
background-color: #E296BE;
}
.BgClassName
{
background-color: #E296BE;
}
</style>
border-color css
<style>
span { border-color: #E296BE; }
span { border-color: rgb(226,150,190); }
td.TdClassName
{
border-color: #E296BE;
}
.TagClassName
{
border-color: #E296BE;
}
</style>