Shades of Shocking Pink #E713C1
Tints of Shocking Pink #E713C1
RGB
CMYK
RGB Variations
Color information
#E713C1 (or 0xE713C1) is known color: Shocking Pink. HEX triplet: E7, 13 and C1. RGB value is (231,19,193). Sum of RGB (Red+Green+Blue) = 231+19+193=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E713C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713C1 is #18EC3E. Grayscale: #656565. Windows color (decimal): -1633343 or 12653543. OLE color: 12653543.
HSL color Cylindrical-coordinate representation of color #E713C1: hue angle of 310.75º 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 #E713C1 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 193 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.09 |
| HSL | 310.75º | 0.85% | 0.49% | - |
| HSV(B) | 310.75º | 0.92% | 0.91% | - |
| XYZ | 42.81 | 21.3 | 52.31 | - |
| YUV | 102.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 193 | 0 | 0.92 | 0.16 | 0.09 | 310.75 | 0.85 | 0.49 |
| Hex | E7 | 13 | C1 | 0 | 5C | 10 | 9 | 137 | 55 | 31 |
| Octal | 347 | 23 | 301 | 0 | 134 | 20 | 11 | 467 | 125 | 61 |
| Binary | 11100111 | 10011 | 11000001 | 0 | 1011100 | 10000 | 1001 | 100110111 | 1010101 | 110001 |
Color Harmonies of #E713C1
Complementary color
Monochromatic Colors of #E713C1
Black with #E713C1
Text Example
Text Example
White with #E713C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713C1; }
p { color: rgb(231,19,193); }
H1.HeaderClassName
{
color: #E713C1;
}
.AnyTagClassName
{
color: #E713C1;
}
</style>
background-color css
<style>
a { background-color: #E713C1; }
a { background-color: rgb(231,19,193); }
div.DivClassName
{
background-color: #E713C1;
}
.BgClassName
{
background-color: #E713C1;
}
</style>
border-color css
<style>
span { border-color: #E713C1; }
span { border-color: rgb(231,19,193); }
td.TdClassName
{
border-color: #E713C1;
}
.TagClassName
{
border-color: #E713C1;
}
</style>