Shades of Shocking Pink #E403BD
Tints of Shocking Pink #E403BD
RGB
CMYK
RGB Variations
Color information
#E403BD (or 0xE403BD) is known color: Shocking Pink. HEX triplet: E4, 03 and BD. RGB value is (228,3,189). Sum of RGB (Red+Green+Blue) = 228+3+189=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E403BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403BD is #1BFC42. Grayscale: #5A5A5A. Windows color (decimal): -1834051 or 12387300. OLE color: 12387300.
HSL color Cylindrical-coordinate representation of color #E403BD: hue angle of 310.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403BD is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.11 |
| HSL | 310.4º | 0.97% | 0.45% | - |
| HSV(B) | 310.4º | 0.99% | 0.89% | - |
| XYZ | 41.21 | 20.23 | 49.88 | - |
| YUV | 91.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 189 | 0 | 0.99 | 0.17 | 0.11 | 310.4 | 0.97 | 0.45 |
| Hex | E4 | 3 | BD | 0 | 63 | 11 | B | 136 | 61 | 2D |
| Octal | 344 | 3 | 275 | 0 | 143 | 21 | 13 | 466 | 141 | 55 |
| Binary | 11100100 | 11 | 10111101 | 0 | 1100011 | 10001 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E403BD
Complementary color
Monochromatic Colors of #E403BD
Black with #E403BD
Text Example
Text Example
White with #E403BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403BD; }
p { color: rgb(228,3,189); }
H1.HeaderClassName
{
color: #E403BD;
}
.AnyTagClassName
{
color: #E403BD;
}
</style>
background-color css
<style>
a { background-color: #E403BD; }
a { background-color: rgb(228,3,189); }
div.DivClassName
{
background-color: #E403BD;
}
.BgClassName
{
background-color: #E403BD;
}
</style>
border-color css
<style>
span { border-color: #E403BD; }
span { border-color: rgb(228,3,189); }
td.TdClassName
{
border-color: #E403BD;
}
.TagClassName
{
border-color: #E403BD;
}
</style>