Shades of Shocking Pink #E70ABB
Tints of Shocking Pink #E70ABB
RGB
CMYK
RGB Variations
Color information
#E70ABB (or 0xE70ABB) is known color: Shocking Pink. HEX triplet: E7, 0A and BB. RGB value is (231,10,187). Sum of RGB (Red+Green+Blue) = 231+10+187=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ABB is #18F544. Grayscale: #5F5F5F. Windows color (decimal): -1635653 or 12258023. OLE color: 12258023.
HSL color Cylindrical-coordinate representation of color #E70ABB: hue angle of 311.95º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70ABB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.09 |
| HSL | 311.95º | 0.92% | 0.47% | - |
| HSV(B) | 311.95º | 0.96% | 0.91% | - |
| XYZ | 42.03 | 20.79 | 48.81 | - |
| YUV | 96.26 | 179.22 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 187 | 0 | 0.96 | 0.19 | 0.09 | 311.95 | 0.92 | 0.47 |
| Hex | E7 | A | BB | 0 | 60 | 13 | 9 | 138 | 5C | 2F |
| Octal | 347 | 12 | 273 | 0 | 140 | 23 | 11 | 470 | 134 | 57 |
| Binary | 11100111 | 1010 | 10111011 | 0 | 1100000 | 10011 | 1001 | 100111000 | 1011100 | 101111 |
Color Harmonies of #E70ABB
Complementary color
Monochromatic Colors of #E70ABB
Black with #E70ABB
Text Example
Text Example
White with #E70ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ABB; }
p { color: rgb(231,10,187); }
H1.HeaderClassName
{
color: #E70ABB;
}
.AnyTagClassName
{
color: #E70ABB;
}
</style>
background-color css
<style>
a { background-color: #E70ABB; }
a { background-color: rgb(231,10,187); }
div.DivClassName
{
background-color: #E70ABB;
}
.BgClassName
{
background-color: #E70ABB;
}
</style>
border-color css
<style>
span { border-color: #E70ABB; }
span { border-color: rgb(231,10,187); }
td.TdClassName
{
border-color: #E70ABB;
}
.TagClassName
{
border-color: #E70ABB;
}
</style>