Shades of Shocking Pink #E70FB3
Tints of Shocking Pink #E70FB3
RGB
CMYK
RGB Variations
Color information
#E70FB3 (or 0xE70FB3) is known color: Shocking Pink. HEX triplet: E7, 0F and B3. RGB value is (231,15,179). Sum of RGB (Red+Green+Blue) = 231+15+179=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FB3 is #18F04C. Grayscale: #616161. Windows color (decimal): -1634381 or 11735015. OLE color: 11735015.
HSL color Cylindrical-coordinate representation of color #E70FB3: hue angle of 314.44º 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 #E70FB3 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 179 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.09 |
| HSL | 314.44º | 0.88% | 0.48% | - |
| HSV(B) | 314.44º | 0.94% | 0.91% | - |
| XYZ | 41.26 | 20.59 | 44.45 | - |
| YUV | 98.28 | 173.56 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 179 | 0 | 0.94 | 0.23 | 0.09 | 314.44 | 0.88 | 0.48 |
| Hex | E7 | F | B3 | 0 | 5E | 17 | 9 | 13A | 58 | 30 |
| Octal | 347 | 17 | 263 | 0 | 136 | 27 | 11 | 472 | 130 | 60 |
| Binary | 11100111 | 1111 | 10110011 | 0 | 1011110 | 10111 | 1001 | 100111010 | 1011000 | 110000 |
Color Harmonies of #E70FB3
Complementary color
Monochromatic Colors of #E70FB3
Black with #E70FB3
Text Example
Text Example
White with #E70FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FB3; }
p { color: rgb(231,15,179); }
H1.HeaderClassName
{
color: #E70FB3;
}
.AnyTagClassName
{
color: #E70FB3;
}
</style>
background-color css
<style>
a { background-color: #E70FB3; }
a { background-color: rgb(231,15,179); }
div.DivClassName
{
background-color: #E70FB3;
}
.BgClassName
{
background-color: #E70FB3;
}
</style>
border-color css
<style>
span { border-color: #E70FB3; }
span { border-color: rgb(231,15,179); }
td.TdClassName
{
border-color: #E70FB3;
}
.TagClassName
{
border-color: #E70FB3;
}
</style>