Shades of Shocking Pink #E719BE
Tints of Shocking Pink #E719BE
RGB
CMYK
RGB Variations
Color information
#E719BE (or 0xE719BE) is known color: Shocking Pink. HEX triplet: E7, 19 and BE. RGB value is (231,25,190). Sum of RGB (Red+Green+Blue) = 231+25+190=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E719BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719BE is #18E641. Grayscale: #686868. Windows color (decimal): -1631810 or 12458471. OLE color: 12458471.
HSL color Cylindrical-coordinate representation of color #E719BE: hue angle of 311.94º 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 #E719BE is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 190 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.09 |
| HSL | 311.94º | 0.81% | 0.5% | - |
| HSV(B) | 311.94º | 0.89% | 0.91% | - |
| XYZ | 42.6 | 21.4 | 50.6 | - |
| YUV | 105.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 190 | 0 | 0.89 | 0.18 | 0.09 | 311.94 | 0.81 | 0.5 |
| Hex | E7 | 19 | BE | 0 | 59 | 12 | 9 | 138 | 51 | 32 |
| Octal | 347 | 31 | 276 | 0 | 131 | 22 | 11 | 470 | 121 | 62 |
| Binary | 11100111 | 11001 | 10111110 | 0 | 1011001 | 10010 | 1001 | 100111000 | 1010001 | 110010 |
Color Harmonies of #E719BE
Complementary color
Monochromatic Colors of #E719BE
Black with #E719BE
Text Example
Text Example
White with #E719BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719BE; }
p { color: rgb(231,25,190); }
H1.HeaderClassName
{
color: #E719BE;
}
.AnyTagClassName
{
color: #E719BE;
}
</style>
background-color css
<style>
a { background-color: #E719BE; }
a { background-color: rgb(231,25,190); }
div.DivClassName
{
background-color: #E719BE;
}
.BgClassName
{
background-color: #E719BE;
}
</style>
border-color css
<style>
span { border-color: #E719BE; }
span { border-color: rgb(231,25,190); }
td.TdClassName
{
border-color: #E719BE;
}
.TagClassName
{
border-color: #E719BE;
}
</style>