Shades of Shocking Pink #E819B5
Tints of Shocking Pink #E819B5
RGB
CMYK
RGB Variations
Color information
#E819B5 (or 0xE819B5) is known color: Shocking Pink. HEX triplet: E8, 19 and B5. RGB value is (232,25,181). Sum of RGB (Red+Green+Blue) = 232+25+181=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E819B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819B5 is #17E64A. Grayscale: #686868. Windows color (decimal): -1566283 or 11868648. OLE color: 11868648.
HSL color Cylindrical-coordinate representation of color #E819B5: hue angle of 314.78º 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 #E819B5 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 181 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.09 |
| HSL | 314.78º | 0.82% | 0.5% | - |
| HSV(B) | 314.78º | 0.89% | 0.91% | - |
| XYZ | 41.97 | 21.19 | 45.59 | - |
| YUV | 104.68 | 171.08 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 181 | 0 | 0.89 | 0.22 | 0.09 | 314.78 | 0.82 | 0.5 |
| Hex | E8 | 19 | B5 | 0 | 59 | 16 | 9 | 13B | 52 | 32 |
| Octal | 350 | 31 | 265 | 0 | 131 | 26 | 11 | 473 | 122 | 62 |
| Binary | 11101000 | 11001 | 10110101 | 0 | 1011001 | 10110 | 1001 | 100111011 | 1010010 | 110010 |
Color Harmonies of #E819B5
Complementary color
Monochromatic Colors of #E819B5
Black with #E819B5
Text Example
Text Example
White with #E819B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819B5; }
p { color: rgb(232,25,181); }
H1.HeaderClassName
{
color: #E819B5;
}
.AnyTagClassName
{
color: #E819B5;
}
</style>
background-color css
<style>
a { background-color: #E819B5; }
a { background-color: rgb(232,25,181); }
div.DivClassName
{
background-color: #E819B5;
}
.BgClassName
{
background-color: #E819B5;
}
</style>
border-color css
<style>
span { border-color: #E819B5; }
span { border-color: rgb(232,25,181); }
td.TdClassName
{
border-color: #E819B5;
}
.TagClassName
{
border-color: #E819B5;
}
</style>