Shades of Shocking Pink #E919BD
Tints of Shocking Pink #E919BD
RGB
CMYK
RGB Variations
Color information
#E919BD (or 0xE919BD) is known color: Shocking Pink. HEX triplet: E9, 19 and BD. RGB value is (233,25,189). Sum of RGB (Red+Green+Blue) = 233+25+189=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E919BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919BD is #16E642. Grayscale: #696969. Windows color (decimal): -1500739 or 12392937. OLE color: 12392937.
HSL color Cylindrical-coordinate representation of color #E919BD: hue angle of 312.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E919BD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 189 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.09 |
| HSL | 312.69º | 0.83% | 0.51% | - |
| HSV(B) | 312.69º | 0.89% | 0.91% | - |
| XYZ | 43.14 | 21.69 | 50.06 | - |
| YUV | 105.89 | 174.91 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 189 | 0 | 0.89 | 0.19 | 0.09 | 312.69 | 0.83 | 0.51 |
| Hex | E9 | 19 | BD | 0 | 59 | 13 | 9 | 139 | 53 | 33 |
| Octal | 351 | 31 | 275 | 0 | 131 | 23 | 11 | 471 | 123 | 63 |
| Binary | 11101001 | 11001 | 10111101 | 0 | 1011001 | 10011 | 1001 | 100111001 | 1010011 | 110011 |
Color Harmonies of #E919BD
Complementary color
Monochromatic Colors of #E919BD
Black with #E919BD
Text Example
Text Example
White with #E919BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919BD; }
p { color: rgb(233,25,189); }
H1.HeaderClassName
{
color: #E919BD;
}
.AnyTagClassName
{
color: #E919BD;
}
</style>
background-color css
<style>
a { background-color: #E919BD; }
a { background-color: rgb(233,25,189); }
div.DivClassName
{
background-color: #E919BD;
}
.BgClassName
{
background-color: #E919BD;
}
</style>
border-color css
<style>
span { border-color: #E919BD; }
span { border-color: rgb(233,25,189); }
td.TdClassName
{
border-color: #E919BD;
}
.TagClassName
{
border-color: #E919BD;
}
</style>