Shades of Shocking #E288BB
Tints of Shocking #E288BB
RGB
CMYK
RGB Variations
Color information
#E288BB (or 0xE288BB) is known color: Shocking. HEX triplet: E2, 88 and BB. RGB value is (226,136,187). Sum of RGB (Red+Green+Blue) = 226+136+187=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E288BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288BB is #1D7744. Grayscale: #A8A8A8. Windows color (decimal): -1931077 or 12290274. OLE color: 12290274.
HSL color Cylindrical-coordinate representation of color #E288BB: hue angle of 326º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288BB is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 187 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.11 |
| HSL | 326º | 0.61% | 0.71% | - |
| HSV(B) | 326º | 0.4% | 0.89% | - |
| XYZ | 49.14 | 37.36 | 51.64 | - |
| YUV | 168.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 187 | 0 | 0.40 | 0.17 | 0.11 | 326 | 0.61 | 0.71 |
| Hex | E2 | 88 | BB | 0 | 28 | 11 | B | 146 | 3D | 47 |
| Octal | 342 | 210 | 273 | 0 | 50 | 21 | 13 | 506 | 75 | 107 |
| Binary | 11100010 | 10001000 | 10111011 | 0 | 101000 | 10001 | 1011 | 101000110 | 111101 | 1000111 |
Color Harmonies of #E288BB
Complementary color
Monochromatic Colors of #E288BB
Black with #E288BB
Text Example
Text Example
White with #E288BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288BB; }
p { color: rgb(226,136,187); }
H1.HeaderClassName
{
color: #E288BB;
}
.AnyTagClassName
{
color: #E288BB;
}
</style>
background-color css
<style>
a { background-color: #E288BB; }
a { background-color: rgb(226,136,187); }
div.DivClassName
{
background-color: #E288BB;
}
.BgClassName
{
background-color: #E288BB;
}
</style>
border-color css
<style>
span { border-color: #E288BB; }
span { border-color: rgb(226,136,187); }
td.TdClassName
{
border-color: #E288BB;
}
.TagClassName
{
border-color: #E288BB;
}
</style>