Shades of Shocking Pink #E713B0
Tints of Shocking Pink #E713B0
RGB
CMYK
RGB Variations
Color information
#E713B0 (or 0xE713B0) is known color: Shocking Pink. HEX triplet: E7, 13 and B0. RGB value is (231,19,176). Sum of RGB (Red+Green+Blue) = 231+19+176=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E713B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E713B0 is #18EC4F. Grayscale: #636363. Windows color (decimal): -1633360 or 11539431. OLE color: 11539431.
HSL color Cylindrical-coordinate representation of color #E713B0: hue angle of 315.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E713B0 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 176 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.09 |
| HSL | 315.57º | 0.85% | 0.49% | - |
| HSV(B) | 315.57º | 0.92% | 0.91% | - |
| XYZ | 41.02 | 20.59 | 42.89 | - |
| YUV | 100.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 176 | 0 | 0.92 | 0.24 | 0.09 | 315.57 | 0.85 | 0.49 |
| Hex | E7 | 13 | B0 | 0 | 5C | 18 | 9 | 13C | 55 | 31 |
| Octal | 347 | 23 | 260 | 0 | 134 | 30 | 11 | 474 | 125 | 61 |
| Binary | 11100111 | 10011 | 10110000 | 0 | 1011100 | 11000 | 1001 | 100111100 | 1010101 | 110001 |
Color Harmonies of #E713B0
Complementary color
Monochromatic Colors of #E713B0
Black with #E713B0
Text Example
Text Example
White with #E713B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713B0; }
p { color: rgb(231,19,176); }
H1.HeaderClassName
{
color: #E713B0;
}
.AnyTagClassName
{
color: #E713B0;
}
</style>
background-color css
<style>
a { background-color: #E713B0; }
a { background-color: rgb(231,19,176); }
div.DivClassName
{
background-color: #E713B0;
}
.BgClassName
{
background-color: #E713B0;
}
</style>
border-color css
<style>
span { border-color: #E713B0; }
span { border-color: rgb(231,19,176); }
td.TdClassName
{
border-color: #E713B0;
}
.TagClassName
{
border-color: #E713B0;
}
</style>