Shades of Shocking #E299BB
Tints of Shocking #E299BB
RGB
CMYK
RGB Variations
Color information
#E299BB (or 0xE299BB) is known color: Shocking. HEX triplet: E2, 99 and BB. RGB value is (226,153,187). Sum of RGB (Red+Green+Blue) = 226+153+187=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E299BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299BB is #1D6644. Grayscale: #B2B2B2. Windows color (decimal): -1926725 or 12294626. OLE color: 12294626.
HSL color Cylindrical-coordinate representation of color #E299BB: hue angle of 332.05º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299BB is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 187 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.11 |
| HSL | 332.05º | 0.56% | 0.74% | - |
| HSV(B) | 332.05º | 0.32% | 0.89% | - |
| XYZ | 51.72 | 42.54 | 52.5 | - |
| YUV | 178.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 187 | 0 | 0.32 | 0.17 | 0.11 | 332.05 | 0.56 | 0.74 |
| Hex | E2 | 99 | BB | 0 | 20 | 11 | B | 14C | 38 | 4A |
| Octal | 342 | 231 | 273 | 0 | 40 | 21 | 13 | 514 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10111011 | 0 | 100000 | 10001 | 1011 | 101001100 | 111000 | 1001010 |
Color Harmonies of #E299BB
Complementary color
Monochromatic Colors of #E299BB
Black with #E299BB
Text Example
Text Example
White with #E299BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299BB; }
p { color: rgb(226,153,187); }
H1.HeaderClassName
{
color: #E299BB;
}
.AnyTagClassName
{
color: #E299BB;
}
</style>
background-color css
<style>
a { background-color: #E299BB; }
a { background-color: rgb(226,153,187); }
div.DivClassName
{
background-color: #E299BB;
}
.BgClassName
{
background-color: #E299BB;
}
</style>
border-color css
<style>
span { border-color: #E299BB; }
span { border-color: rgb(226,153,187); }
td.TdClassName
{
border-color: #E299BB;
}
.TagClassName
{
border-color: #E299BB;
}
</style>