Shades of Shocking Pink #E70FB5
Tints of Shocking Pink #E70FB5
RGB
CMYK
RGB Variations
Color information
#E70FB5 (or 0xE70FB5) is known color: Shocking Pink. HEX triplet: E7, 0F and B5. RGB value is (231,15,181). Sum of RGB (Red+Green+Blue) = 231+15+181=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FB5 is #18F04A. Grayscale: #626262. Windows color (decimal): -1634379 or 11866087. OLE color: 11866087.
HSL color Cylindrical-coordinate representation of color #E70FB5: hue angle of 313.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FB5 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 181 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.09 |
| HSL | 313.89º | 0.88% | 0.48% | - |
| HSV(B) | 313.89º | 0.94% | 0.91% | - |
| XYZ | 41.47 | 20.67 | 45.52 | - |
| YUV | 98.51 | 174.56 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 181 | 0 | 0.94 | 0.22 | 0.09 | 313.89 | 0.88 | 0.48 |
| Hex | E7 | F | B5 | 0 | 5E | 16 | 9 | 13A | 58 | 30 |
| Octal | 347 | 17 | 265 | 0 | 136 | 26 | 11 | 472 | 130 | 60 |
| Binary | 11100111 | 1111 | 10110101 | 0 | 1011110 | 10110 | 1001 | 100111010 | 1011000 | 110000 |
Color Harmonies of #E70FB5
Complementary color
Monochromatic Colors of #E70FB5
Black with #E70FB5
Text Example
Text Example
White with #E70FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FB5; }
p { color: rgb(231,15,181); }
H1.HeaderClassName
{
color: #E70FB5;
}
.AnyTagClassName
{
color: #E70FB5;
}
</style>
background-color css
<style>
a { background-color: #E70FB5; }
a { background-color: rgb(231,15,181); }
div.DivClassName
{
background-color: #E70FB5;
}
.BgClassName
{
background-color: #E70FB5;
}
</style>
border-color css
<style>
span { border-color: #E70FB5; }
span { border-color: rgb(231,15,181); }
td.TdClassName
{
border-color: #E70FB5;
}
.TagClassName
{
border-color: #E70FB5;
}
</style>