Shades of Shocking Pink #E70BC5
Tints of Shocking Pink #E70BC5
RGB
CMYK
RGB Variations
Color information
#E70BC5 (or 0xE70BC5) is known color: Shocking Pink. HEX triplet: E7, 0B and C5. RGB value is (231,11,197). Sum of RGB (Red+Green+Blue) = 231+11+197=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BC5 is #18F43A. Grayscale: #616161. Windows color (decimal): -1635387 or 12913639. OLE color: 12913639.
HSL color Cylindrical-coordinate representation of color #E70BC5: hue angle of 309.27º 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 #E70BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.09 |
| HSL | 309.27º | 0.91% | 0.47% | - |
| HSV(B) | 309.27º | 0.95% | 0.91% | - |
| XYZ | 43.15 | 21.26 | 54.65 | - |
| YUV | 97.98 | 183.89 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 197 | 0 | 0.95 | 0.15 | 0.09 | 309.27 | 0.91 | 0.47 |
| Hex | E7 | B | C5 | 0 | 5F | F | 9 | 135 | 5B | 2F |
| Octal | 347 | 13 | 305 | 0 | 137 | 17 | 11 | 465 | 133 | 57 |
| Binary | 11100111 | 1011 | 11000101 | 0 | 1011111 | 1111 | 1001 | 100110101 | 1011011 | 101111 |
Color Harmonies of #E70BC5
Complementary color
Monochromatic Colors of #E70BC5
Black with #E70BC5
Text Example
Text Example
White with #E70BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BC5; }
p { color: rgb(231,11,197); }
H1.HeaderClassName
{
color: #E70BC5;
}
.AnyTagClassName
{
color: #E70BC5;
}
</style>
background-color css
<style>
a { background-color: #E70BC5; }
a { background-color: rgb(231,11,197); }
div.DivClassName
{
background-color: #E70BC5;
}
.BgClassName
{
background-color: #E70BC5;
}
</style>
border-color css
<style>
span { border-color: #E70BC5; }
span { border-color: rgb(231,11,197); }
td.TdClassName
{
border-color: #E70BC5;
}
.TagClassName
{
border-color: #E70BC5;
}
</style>