Shades of Shocking Pink #E413BD
Tints of Shocking Pink #E413BD
RGB
CMYK
RGB Variations
Color information
#E413BD (or 0xE413BD) is known color: Shocking Pink. HEX triplet: E4, 13 and BD. RGB value is (228,19,189). Sum of RGB (Red+Green+Blue) = 228+19+189=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E413BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E413BD is #1BEC42. Grayscale: #646464. Windows color (decimal): -1829955 or 12391396. OLE color: 12391396.
HSL color Cylindrical-coordinate representation of color #E413BD: hue angle of 311.2º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413BD is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.11 |
| HSL | 311.2º | 0.85% | 0.48% | - |
| HSV(B) | 311.2º | 0.92% | 0.89% | - |
| XYZ | 41.41 | 20.63 | 49.94 | - |
| YUV | 100.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 189 | 0 | 0.92 | 0.17 | 0.11 | 311.2 | 0.85 | 0.48 |
| Hex | E4 | 13 | BD | 0 | 5C | 11 | B | 137 | 55 | 30 |
| Octal | 344 | 23 | 275 | 0 | 134 | 21 | 13 | 467 | 125 | 60 |
| Binary | 11100100 | 10011 | 10111101 | 0 | 1011100 | 10001 | 1011 | 100110111 | 1010101 | 110000 |
Color Harmonies of #E413BD
Complementary color
Monochromatic Colors of #E413BD
Black with #E413BD
Text Example
Text Example
White with #E413BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413BD; }
p { color: rgb(228,19,189); }
H1.HeaderClassName
{
color: #E413BD;
}
.AnyTagClassName
{
color: #E413BD;
}
</style>
background-color css
<style>
a { background-color: #E413BD; }
a { background-color: rgb(228,19,189); }
div.DivClassName
{
background-color: #E413BD;
}
.BgClassName
{
background-color: #E413BD;
}
</style>
border-color css
<style>
span { border-color: #E413BD; }
span { border-color: rgb(228,19,189); }
td.TdClassName
{
border-color: #E413BD;
}
.TagClassName
{
border-color: #E413BD;
}
</style>