Shades of Shocking Pink #E70BBF
Tints of Shocking Pink #E70BBF
RGB
CMYK
RGB Variations
Color information
#E70BBF (or 0xE70BBF) is known color: Shocking Pink. HEX triplet: E7, 0B and BF. RGB value is (231,11,191). Sum of RGB (Red+Green+Blue) = 231+11+191=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BBF is #18F440. Grayscale: #606060. Windows color (decimal): -1635393 or 12520423. OLE color: 12520423.
HSL color Cylindrical-coordinate representation of color #E70BBF: hue angle of 310.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BBF is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.09 |
| HSL | 310.91º | 0.91% | 0.47% | - |
| HSV(B) | 310.91º | 0.95% | 0.91% | - |
| XYZ | 42.48 | 20.99 | 51.1 | - |
| YUV | 97.3 | 180.89 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 191 | 0 | 0.95 | 0.17 | 0.09 | 310.91 | 0.91 | 0.47 |
| Hex | E7 | B | BF | 0 | 5F | 11 | 9 | 137 | 5B | 2F |
| Octal | 347 | 13 | 277 | 0 | 137 | 21 | 11 | 467 | 133 | 57 |
| Binary | 11100111 | 1011 | 10111111 | 0 | 1011111 | 10001 | 1001 | 100110111 | 1011011 | 101111 |
Color Harmonies of #E70BBF
Complementary color
Monochromatic Colors of #E70BBF
Black with #E70BBF
Text Example
Text Example
White with #E70BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BBF; }
p { color: rgb(231,11,191); }
H1.HeaderClassName
{
color: #E70BBF;
}
.AnyTagClassName
{
color: #E70BBF;
}
</style>
background-color css
<style>
a { background-color: #E70BBF; }
a { background-color: rgb(231,11,191); }
div.DivClassName
{
background-color: #E70BBF;
}
.BgClassName
{
background-color: #E70BBF;
}
</style>
border-color css
<style>
span { border-color: #E70BBF; }
span { border-color: rgb(231,11,191); }
td.TdClassName
{
border-color: #E70BBF;
}
.TagClassName
{
border-color: #E70BBF;
}
</style>