Shades of Shocking Pink #E713BA
Tints of Shocking Pink #E713BA
RGB
CMYK
RGB Variations
Color information
#E713BA (or 0xE713BA) is known color: Shocking Pink. HEX triplet: E7, 13 and BA. RGB value is (231,19,186). Sum of RGB (Red+Green+Blue) = 231+19+186=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E713BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713BA is #18EC45. Grayscale: #646464. Windows color (decimal): -1633350 or 12194791. OLE color: 12194791.
HSL color Cylindrical-coordinate representation of color #E713BA: hue angle of 312.74º 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 #E713BA is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.09 |
| HSL | 312.74º | 0.85% | 0.49% | - |
| HSV(B) | 312.74º | 0.92% | 0.91% | - |
| XYZ | 42.05 | 21 | 48.29 | - |
| YUV | 101.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 186 | 0 | 0.92 | 0.19 | 0.09 | 312.74 | 0.85 | 0.49 |
| Hex | E7 | 13 | BA | 0 | 5C | 13 | 9 | 139 | 55 | 31 |
| Octal | 347 | 23 | 272 | 0 | 134 | 23 | 11 | 471 | 125 | 61 |
| Binary | 11100111 | 10011 | 10111010 | 0 | 1011100 | 10011 | 1001 | 100111001 | 1010101 | 110001 |
Color Harmonies of #E713BA
Complementary color
Monochromatic Colors of #E713BA
Black with #E713BA
Text Example
Text Example
White with #E713BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713BA; }
p { color: rgb(231,19,186); }
H1.HeaderClassName
{
color: #E713BA;
}
.AnyTagClassName
{
color: #E713BA;
}
</style>
background-color css
<style>
a { background-color: #E713BA; }
a { background-color: rgb(231,19,186); }
div.DivClassName
{
background-color: #E713BA;
}
.BgClassName
{
background-color: #E713BA;
}
</style>
border-color css
<style>
span { border-color: #E713BA; }
span { border-color: rgb(231,19,186); }
td.TdClassName
{
border-color: #E713BA;
}
.TagClassName
{
border-color: #E713BA;
}
</style>