Shades of Shocking Pink #E719BC
Tints of Shocking Pink #E719BC
RGB
CMYK
RGB Variations
Color information
#E719BC (or 0xE719BC) is known color: Shocking Pink. HEX triplet: E7, 19 and BC. RGB value is (231,25,188). Sum of RGB (Red+Green+Blue) = 231+25+188=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E719BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719BC is #18E643. Grayscale: #686868. Windows color (decimal): -1631812 or 12327399. OLE color: 12327399.
HSL color Cylindrical-coordinate representation of color #E719BC: hue angle of 312.52º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E719BC is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.09 |
| HSL | 312.52º | 0.81% | 0.5% | - |
| HSV(B) | 312.52º | 0.89% | 0.91% | - |
| XYZ | 42.38 | 21.32 | 49.46 | - |
| YUV | 105.18 | 174.75 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 188 | 0 | 0.89 | 0.19 | 0.09 | 312.52 | 0.81 | 0.5 |
| Hex | E7 | 19 | BC | 0 | 59 | 13 | 9 | 139 | 51 | 32 |
| Octal | 347 | 31 | 274 | 0 | 131 | 23 | 11 | 471 | 121 | 62 |
| Binary | 11100111 | 11001 | 10111100 | 0 | 1011001 | 10011 | 1001 | 100111001 | 1010001 | 110010 |
Color Harmonies of #E719BC
Complementary color
Monochromatic Colors of #E719BC
Black with #E719BC
Text Example
Text Example
White with #E719BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719BC; }
p { color: rgb(231,25,188); }
H1.HeaderClassName
{
color: #E719BC;
}
.AnyTagClassName
{
color: #E719BC;
}
</style>
background-color css
<style>
a { background-color: #E719BC; }
a { background-color: rgb(231,25,188); }
div.DivClassName
{
background-color: #E719BC;
}
.BgClassName
{
background-color: #E719BC;
}
</style>
border-color css
<style>
span { border-color: #E719BC; }
span { border-color: rgb(231,25,188); }
td.TdClassName
{
border-color: #E719BC;
}
.TagClassName
{
border-color: #E719BC;
}
</style>