Shades of Shocking Pink #E70BB8
Tints of Shocking Pink #E70BB8
RGB
CMYK
RGB Variations
Color information
#E70BB8 (or 0xE70BB8) is known color: Shocking Pink. HEX triplet: E7, 0B and B8. RGB value is (231,11,184). Sum of RGB (Red+Green+Blue) = 231+11+184=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BB8 is #18F447. Grayscale: #606060. Windows color (decimal): -1635400 or 12061671. OLE color: 12061671.
HSL color Cylindrical-coordinate representation of color #E70BB8: hue angle of 312.82º 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 #E70BB8 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 184 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.09 |
| HSL | 312.82º | 0.91% | 0.47% | - |
| HSV(B) | 312.82º | 0.95% | 0.91% | - |
| XYZ | 41.73 | 20.69 | 47.14 | - |
| YUV | 96.5 | 177.39 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 184 | 0 | 0.95 | 0.20 | 0.09 | 312.82 | 0.91 | 0.47 |
| Hex | E7 | B | B8 | 0 | 5F | 14 | 9 | 139 | 5B | 2F |
| Octal | 347 | 13 | 270 | 0 | 137 | 24 | 11 | 471 | 133 | 57 |
| Binary | 11100111 | 1011 | 10111000 | 0 | 1011111 | 10100 | 1001 | 100111001 | 1011011 | 101111 |
Color Harmonies of #E70BB8
Complementary color
Monochromatic Colors of #E70BB8
Black with #E70BB8
Text Example
Text Example
White with #E70BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BB8; }
p { color: rgb(231,11,184); }
H1.HeaderClassName
{
color: #E70BB8;
}
.AnyTagClassName
{
color: #E70BB8;
}
</style>
background-color css
<style>
a { background-color: #E70BB8; }
a { background-color: rgb(231,11,184); }
div.DivClassName
{
background-color: #E70BB8;
}
.BgClassName
{
background-color: #E70BB8;
}
</style>
border-color css
<style>
span { border-color: #E70BB8; }
span { border-color: rgb(231,11,184); }
td.TdClassName
{
border-color: #E70BB8;
}
.TagClassName
{
border-color: #E70BB8;
}
</style>