Shades of Shocking Pink #E70BBC
Tints of Shocking Pink #E70BBC
RGB
CMYK
RGB Variations
Color information
#E70BBC (or 0xE70BBC) is known color: Shocking Pink. HEX triplet: E7, 0B and BC. RGB value is (231,11,188). Sum of RGB (Red+Green+Blue) = 231+11+188=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BBC is #18F443. Grayscale: #606060. Windows color (decimal): -1635396 or 12323815. OLE color: 12323815.
HSL color Cylindrical-coordinate representation of color #E70BBC: hue angle of 311.73º 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 #E70BBC is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.09 |
| HSL | 311.73º | 0.91% | 0.47% | - |
| HSV(B) | 311.73º | 0.95% | 0.91% | - |
| XYZ | 42.15 | 20.86 | 49.38 | - |
| YUV | 96.96 | 179.39 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 188 | 0 | 0.95 | 0.19 | 0.09 | 311.73 | 0.91 | 0.47 |
| Hex | E7 | B | BC | 0 | 5F | 13 | 9 | 138 | 5B | 2F |
| Octal | 347 | 13 | 274 | 0 | 137 | 23 | 11 | 470 | 133 | 57 |
| Binary | 11100111 | 1011 | 10111100 | 0 | 1011111 | 10011 | 1001 | 100111000 | 1011011 | 101111 |
Color Harmonies of #E70BBC
Complementary color
Monochromatic Colors of #E70BBC
Black with #E70BBC
Text Example
Text Example
White with #E70BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BBC; }
p { color: rgb(231,11,188); }
H1.HeaderClassName
{
color: #E70BBC;
}
.AnyTagClassName
{
color: #E70BBC;
}
</style>
background-color css
<style>
a { background-color: #E70BBC; }
a { background-color: rgb(231,11,188); }
div.DivClassName
{
background-color: #E70BBC;
}
.BgClassName
{
background-color: #E70BBC;
}
</style>
border-color css
<style>
span { border-color: #E70BBC; }
span { border-color: rgb(231,11,188); }
td.TdClassName
{
border-color: #E70BBC;
}
.TagClassName
{
border-color: #E70BBC;
}
</style>