Shades of Shocking Pink #E819BD
Tints of Shocking Pink #E819BD
RGB
CMYK
RGB Variations
Color information
#E819BD (or 0xE819BD) is known color: Shocking Pink. HEX triplet: E8, 19 and BD. RGB value is (232,25,189). Sum of RGB (Red+Green+Blue) = 232+25+189=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E819BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819BD is #17E642. Grayscale: #696969. Windows color (decimal): -1566275 or 12392936. OLE color: 12392936.
HSL color Cylindrical-coordinate representation of color #E819BD: hue angle of 312.46º 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 #E819BD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 189 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.09 |
| HSL | 312.46º | 0.82% | 0.5% | - |
| HSV(B) | 312.46º | 0.89% | 0.91% | - |
| XYZ | 42.81 | 21.53 | 50.04 | - |
| YUV | 105.59 | 175.08 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 189 | 0 | 0.89 | 0.19 | 0.09 | 312.46 | 0.82 | 0.5 |
| Hex | E8 | 19 | BD | 0 | 59 | 13 | 9 | 138 | 52 | 32 |
| Octal | 350 | 31 | 275 | 0 | 131 | 23 | 11 | 470 | 122 | 62 |
| Binary | 11101000 | 11001 | 10111101 | 0 | 1011001 | 10011 | 1001 | 100111000 | 1010010 | 110010 |
Color Harmonies of #E819BD
Complementary color
Monochromatic Colors of #E819BD
Black with #E819BD
Text Example
Text Example
White with #E819BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819BD; }
p { color: rgb(232,25,189); }
H1.HeaderClassName
{
color: #E819BD;
}
.AnyTagClassName
{
color: #E819BD;
}
</style>
background-color css
<style>
a { background-color: #E819BD; }
a { background-color: rgb(232,25,189); }
div.DivClassName
{
background-color: #E819BD;
}
.BgClassName
{
background-color: #E819BD;
}
</style>
border-color css
<style>
span { border-color: #E819BD; }
span { border-color: rgb(232,25,189); }
td.TdClassName
{
border-color: #E819BD;
}
.TagClassName
{
border-color: #E819BD;
}
</style>