Shades of Shocking Pink #E419BD
Tints of Shocking Pink #E419BD
RGB
CMYK
RGB Variations
Color information
#E419BD (or 0xE419BD) is known color: Shocking Pink. HEX triplet: E4, 19 and BD. RGB value is (228,25,189). Sum of RGB (Red+Green+Blue) = 228+25+189=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E419BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E419BD is #1BE642. Grayscale: #676767. Windows color (decimal): -1828419 or 12392932. OLE color: 12392932.
HSL color Cylindrical-coordinate representation of color #E419BD: hue angle of 311.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E419BD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 189 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.11 |
| HSL | 311.53º | 0.8% | 0.5% | - |
| HSV(B) | 311.53º | 0.89% | 0.89% | - |
| XYZ | 41.53 | 20.86 | 49.98 | - |
| YUV | 104.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 189 | 0 | 0.89 | 0.17 | 0.11 | 311.53 | 0.8 | 0.5 |
| Hex | E4 | 19 | BD | 0 | 59 | 11 | B | 138 | 50 | 32 |
| Octal | 344 | 31 | 275 | 0 | 131 | 21 | 13 | 470 | 120 | 62 |
| Binary | 11100100 | 11001 | 10111101 | 0 | 1011001 | 10001 | 1011 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E419BD
Complementary color
Monochromatic Colors of #E419BD
Black with #E419BD
Text Example
Text Example
White with #E419BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419BD; }
p { color: rgb(228,25,189); }
H1.HeaderClassName
{
color: #E419BD;
}
.AnyTagClassName
{
color: #E419BD;
}
</style>
background-color css
<style>
a { background-color: #E419BD; }
a { background-color: rgb(228,25,189); }
div.DivClassName
{
background-color: #E419BD;
}
.BgClassName
{
background-color: #E419BD;
}
</style>
border-color css
<style>
span { border-color: #E419BD; }
span { border-color: rgb(228,25,189); }
td.TdClassName
{
border-color: #E419BD;
}
.TagClassName
{
border-color: #E419BD;
}
</style>