Shades of Shocking Pink #E405BD
Tints of Shocking Pink #E405BD
RGB
CMYK
RGB Variations
Color information
#E405BD (or 0xE405BD) is known color: Shocking Pink. HEX triplet: E4, 05 and BD. RGB value is (228,5,189). Sum of RGB (Red+Green+Blue) = 228+5+189=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E405BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E405BD is #1BFA42. Grayscale: #5C5C5C. Windows color (decimal): -1833539 or 12387812. OLE color: 12387812.
HSL color Cylindrical-coordinate representation of color #E405BD: hue angle of 310.49º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405BD is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.11 |
| HSL | 310.49º | 0.96% | 0.46% | - |
| HSV(B) | 310.49º | 0.98% | 0.89% | - |
| XYZ | 41.23 | 20.28 | 49.88 | - |
| YUV | 92.65 | 182.38 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 189 | 0 | 0.98 | 0.17 | 0.11 | 310.49 | 0.96 | 0.46 |
| Hex | E4 | 5 | BD | 0 | 62 | 11 | B | 136 | 60 | 2E |
| Octal | 344 | 5 | 275 | 0 | 142 | 21 | 13 | 466 | 140 | 56 |
| Binary | 11100100 | 101 | 10111101 | 0 | 1100010 | 10001 | 1011 | 100110110 | 1100000 | 101110 |
Color Harmonies of #E405BD
Complementary color
Monochromatic Colors of #E405BD
Black with #E405BD
Text Example
Text Example
White with #E405BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405BD; }
p { color: rgb(228,5,189); }
H1.HeaderClassName
{
color: #E405BD;
}
.AnyTagClassName
{
color: #E405BD;
}
</style>
background-color css
<style>
a { background-color: #E405BD; }
a { background-color: rgb(228,5,189); }
div.DivClassName
{
background-color: #E405BD;
}
.BgClassName
{
background-color: #E405BD;
}
</style>
border-color css
<style>
span { border-color: #E405BD; }
span { border-color: rgb(228,5,189); }
td.TdClassName
{
border-color: #E405BD;
}
.TagClassName
{
border-color: #E405BD;
}
</style>