Shades of Shocking Pink #E819C7
Tints of Shocking Pink #E819C7
RGB
CMYK
RGB Variations
Color information
#E819C7 (or 0xE819C7) is known color: Shocking Pink. HEX triplet: E8, 19 and C7. RGB value is (232,25,199). Sum of RGB (Red+Green+Blue) = 232+25+199=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E819C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819C7 is #17E638. Grayscale: #6A6A6A. Windows color (decimal): -1566265 or 13048296. OLE color: 13048296.
HSL color Cylindrical-coordinate representation of color #E819C7: hue angle of 309.57º 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 #E819C7 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 199 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.09 |
| HSL | 309.57º | 0.82% | 0.5% | - |
| HSV(B) | 309.57º | 0.89% | 0.91% | - |
| XYZ | 43.94 | 21.97 | 55.96 | - |
| YUV | 106.73 | 180.08 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 199 | 0 | 0.89 | 0.14 | 0.09 | 309.57 | 0.82 | 0.5 |
| Hex | E8 | 19 | C7 | 0 | 59 | E | 9 | 136 | 52 | 32 |
| Octal | 350 | 31 | 307 | 0 | 131 | 16 | 11 | 466 | 122 | 62 |
| Binary | 11101000 | 11001 | 11000111 | 0 | 1011001 | 1110 | 1001 | 100110110 | 1010010 | 110010 |
Color Harmonies of #E819C7
Complementary color
Monochromatic Colors of #E819C7
Black with #E819C7
Text Example
Text Example
White with #E819C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819C7; }
p { color: rgb(232,25,199); }
H1.HeaderClassName
{
color: #E819C7;
}
.AnyTagClassName
{
color: #E819C7;
}
</style>
background-color css
<style>
a { background-color: #E819C7; }
a { background-color: rgb(232,25,199); }
div.DivClassName
{
background-color: #E819C7;
}
.BgClassName
{
background-color: #E819C7;
}
</style>
border-color css
<style>
span { border-color: #E819C7; }
span { border-color: rgb(232,25,199); }
td.TdClassName
{
border-color: #E819C7;
}
.TagClassName
{
border-color: #E819C7;
}
</style>