Shades of Shocking Pink #E713D0
Tints of Shocking Pink #E713D0
RGB
CMYK
RGB Variations
Color information
#E713D0 (or 0xE713D0) is known color: Shocking Pink. HEX triplet: E7, 13 and D0. RGB value is (231,19,208). Sum of RGB (Red+Green+Blue) = 231+19+208=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E713D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713D0 is #18EC2F. Grayscale: #676767. Windows color (decimal): -1633328 or 13636583. OLE color: 13636583.
HSL color Cylindrical-coordinate representation of color #E713D0: hue angle of 306.51º 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 #E713D0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 208 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.09 |
| HSL | 306.51º | 0.85% | 0.49% | - |
| HSV(B) | 306.51º | 0.92% | 0.91% | - |
| XYZ | 44.57 | 22.01 | 61.57 | - |
| YUV | 103.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 208 | 0 | 0.92 | 0.10 | 0.09 | 306.51 | 0.85 | 0.49 |
| Hex | E7 | 13 | D0 | 0 | 5C | A | 9 | 133 | 55 | 31 |
| Octal | 347 | 23 | 320 | 0 | 134 | 12 | 11 | 463 | 125 | 61 |
| Binary | 11100111 | 10011 | 11010000 | 0 | 1011100 | 1010 | 1001 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E713D0
Complementary color
Monochromatic Colors of #E713D0
Black with #E713D0
Text Example
Text Example
White with #E713D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713D0; }
p { color: rgb(231,19,208); }
H1.HeaderClassName
{
color: #E713D0;
}
.AnyTagClassName
{
color: #E713D0;
}
</style>
background-color css
<style>
a { background-color: #E713D0; }
a { background-color: rgb(231,19,208); }
div.DivClassName
{
background-color: #E713D0;
}
.BgClassName
{
background-color: #E713D0;
}
</style>
border-color css
<style>
span { border-color: #E713D0; }
span { border-color: rgb(231,19,208); }
td.TdClassName
{
border-color: #E713D0;
}
.TagClassName
{
border-color: #E713D0;
}
</style>