Shades of Shocking Pink #E819C5
Tints of Shocking Pink #E819C5
RGB
CMYK
RGB Variations
Color information
#E819C5 (or 0xE819C5) is known color: Shocking Pink. HEX triplet: E8, 19 and C5. RGB value is (232,25,197). Sum of RGB (Red+Green+Blue) = 232+25+197=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E819C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819C5 is #17E63A. Grayscale: #6A6A6A. Windows color (decimal): -1566267 or 12917224. OLE color: 12917224.
HSL color Cylindrical-coordinate representation of color #E819C5: hue angle of 310.14º 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 #E819C5 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 197 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.09 |
| HSL | 310.14º | 0.82% | 0.5% | - |
| HSV(B) | 310.14º | 0.89% | 0.91% | - |
| XYZ | 43.7 | 21.88 | 54.74 | - |
| YUV | 106.5 | 179.08 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 197 | 0 | 0.89 | 0.15 | 0.09 | 310.14 | 0.82 | 0.5 |
| Hex | E8 | 19 | C5 | 0 | 59 | F | 9 | 136 | 52 | 32 |
| Octal | 350 | 31 | 305 | 0 | 131 | 17 | 11 | 466 | 122 | 62 |
| Binary | 11101000 | 11001 | 11000101 | 0 | 1011001 | 1111 | 1001 | 100110110 | 1010010 | 110010 |
Color Harmonies of #E819C5
Complementary color
Monochromatic Colors of #E819C5
Black with #E819C5
Text Example
Text Example
White with #E819C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819C5; }
p { color: rgb(232,25,197); }
H1.HeaderClassName
{
color: #E819C5;
}
.AnyTagClassName
{
color: #E819C5;
}
</style>
background-color css
<style>
a { background-color: #E819C5; }
a { background-color: rgb(232,25,197); }
div.DivClassName
{
background-color: #E819C5;
}
.BgClassName
{
background-color: #E819C5;
}
</style>
border-color css
<style>
span { border-color: #E819C5; }
span { border-color: rgb(232,25,197); }
td.TdClassName
{
border-color: #E819C5;
}
.TagClassName
{
border-color: #E819C5;
}
</style>