Shades of Shocking Pink #E819BE
Tints of Shocking Pink #E819BE
RGB
CMYK
RGB Variations
Color information
#E819BE (or 0xE819BE) is known color: Shocking Pink. HEX triplet: E8, 19 and BE. RGB value is (232,25,190). Sum of RGB (Red+Green+Blue) = 232+25+190=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E819BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819BE is #17E641. Grayscale: #696969. Windows color (decimal): -1566274 or 12458472. OLE color: 12458472.
HSL color Cylindrical-coordinate representation of color #E819BE: hue angle of 312.17º degrees, saturation: 0.82, 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 #E819BE is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 190 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.09 |
| HSL | 312.17º | 0.82% | 0.5% | - |
| HSV(B) | 312.17º | 0.89% | 0.91% | - |
| XYZ | 42.92 | 21.57 | 50.62 | - |
| YUV | 105.7 | 175.58 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 190 | 0 | 0.89 | 0.18 | 0.09 | 312.17 | 0.82 | 0.5 |
| Hex | E8 | 19 | BE | 0 | 59 | 12 | 9 | 138 | 52 | 32 |
| Octal | 350 | 31 | 276 | 0 | 131 | 22 | 11 | 470 | 122 | 62 |
| Binary | 11101000 | 11001 | 10111110 | 0 | 1011001 | 10010 | 1001 | 100111000 | 1010010 | 110010 |
Color Harmonies of #E819BE
Complementary color
Monochromatic Colors of #E819BE
Black with #E819BE
Text Example
Text Example
White with #E819BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819BE; }
p { color: rgb(232,25,190); }
H1.HeaderClassName
{
color: #E819BE;
}
.AnyTagClassName
{
color: #E819BE;
}
</style>
background-color css
<style>
a { background-color: #E819BE; }
a { background-color: rgb(232,25,190); }
div.DivClassName
{
background-color: #E819BE;
}
.BgClassName
{
background-color: #E819BE;
}
</style>
border-color css
<style>
span { border-color: #E819BE; }
span { border-color: rgb(232,25,190); }
td.TdClassName
{
border-color: #E819BE;
}
.TagClassName
{
border-color: #E819BE;
}
</style>