Shades of Shocking Pink #E819C1
Tints of Shocking Pink #E819C1
RGB
CMYK
RGB Variations
Color information
#E819C1 (or 0xE819C1) is known color: Shocking Pink. HEX triplet: E8, 19 and C1. RGB value is (232,25,193). Sum of RGB (Red+Green+Blue) = 232+25+193=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E819C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819C1 is #17E63E. Grayscale: #696969. Windows color (decimal): -1566271 or 12655080. OLE color: 12655080.
HSL color Cylindrical-coordinate representation of color #E819C1: hue angle of 311.3º 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 #E819C1 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 193 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.09 |
| HSL | 311.3º | 0.82% | 0.5% | - |
| HSV(B) | 311.3º | 0.89% | 0.91% | - |
| XYZ | 43.25 | 21.7 | 52.36 | - |
| YUV | 106.05 | 177.08 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 193 | 0 | 0.89 | 0.17 | 0.09 | 311.3 | 0.82 | 0.5 |
| Hex | E8 | 19 | C1 | 0 | 59 | 11 | 9 | 137 | 52 | 32 |
| Octal | 350 | 31 | 301 | 0 | 131 | 21 | 11 | 467 | 122 | 62 |
| Binary | 11101000 | 11001 | 11000001 | 0 | 1011001 | 10001 | 1001 | 100110111 | 1010010 | 110010 |
Color Harmonies of #E819C1
Complementary color
Monochromatic Colors of #E819C1
Black with #E819C1
Text Example
Text Example
White with #E819C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819C1; }
p { color: rgb(232,25,193); }
H1.HeaderClassName
{
color: #E819C1;
}
.AnyTagClassName
{
color: #E819C1;
}
</style>
background-color css
<style>
a { background-color: #E819C1; }
a { background-color: rgb(232,25,193); }
div.DivClassName
{
background-color: #E819C1;
}
.BgClassName
{
background-color: #E819C1;
}
</style>
border-color css
<style>
span { border-color: #E819C1; }
span { border-color: rgb(232,25,193); }
td.TdClassName
{
border-color: #E819C1;
}
.TagClassName
{
border-color: #E819C1;
}
</style>