Shades of Shocking Pink #E719BB
Tints of Shocking Pink #E719BB
RGB
CMYK
RGB Variations
Color information
#E719BB (or 0xE719BB) is known color: Shocking Pink. HEX triplet: E7, 19 and BB. RGB value is (231,25,187). Sum of RGB (Red+Green+Blue) = 231+25+187=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E719BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719BB is #18E644. Grayscale: #686868. Windows color (decimal): -1631813 or 12261863. OLE color: 12261863.
HSL color Cylindrical-coordinate representation of color #E719BB: hue angle of 312.82º 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 #E719BB is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 187 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.09 |
| HSL | 312.82º | 0.81% | 0.5% | - |
| HSV(B) | 312.82º | 0.89% | 0.91% | - |
| XYZ | 42.27 | 21.27 | 48.89 | - |
| YUV | 105.06 | 174.25 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 187 | 0 | 0.89 | 0.19 | 0.09 | 312.82 | 0.81 | 0.5 |
| Hex | E7 | 19 | BB | 0 | 59 | 13 | 9 | 139 | 51 | 32 |
| Octal | 347 | 31 | 273 | 0 | 131 | 23 | 11 | 471 | 121 | 62 |
| Binary | 11100111 | 11001 | 10111011 | 0 | 1011001 | 10011 | 1001 | 100111001 | 1010001 | 110010 |
Color Harmonies of #E719BB
Complementary color
Monochromatic Colors of #E719BB
Black with #E719BB
Text Example
Text Example
White with #E719BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719BB; }
p { color: rgb(231,25,187); }
H1.HeaderClassName
{
color: #E719BB;
}
.AnyTagClassName
{
color: #E719BB;
}
</style>
background-color css
<style>
a { background-color: #E719BB; }
a { background-color: rgb(231,25,187); }
div.DivClassName
{
background-color: #E719BB;
}
.BgClassName
{
background-color: #E719BB;
}
</style>
border-color css
<style>
span { border-color: #E719BB; }
span { border-color: rgb(231,25,187); }
td.TdClassName
{
border-color: #E719BB;
}
.TagClassName
{
border-color: #E719BB;
}
</style>