Shades of Shocking Pink #E40DBB
Tints of Shocking Pink #E40DBB
RGB
CMYK
RGB Variations
Color information
#E40DBB (or 0xE40DBB) is known color: Shocking Pink. HEX triplet: E4, 0D and BB. RGB value is (228,13,187). Sum of RGB (Red+Green+Blue) = 228+13+187=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DBB is #1BF244. Grayscale: #606060. Windows color (decimal): -1831493 or 12258788. OLE color: 12258788.
HSL color Cylindrical-coordinate representation of color #E40DBB: hue angle of 311.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DBB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.11 |
| HSL | 311.44º | 0.89% | 0.47% | - |
| HSV(B) | 311.44º | 0.94% | 0.89% | - |
| XYZ | 41.11 | 20.37 | 48.78 | - |
| YUV | 97.12 | 178.73 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 187 | 0 | 0.94 | 0.18 | 0.11 | 311.44 | 0.89 | 0.47 |
| Hex | E4 | D | BB | 0 | 5E | 12 | B | 137 | 59 | 2F |
| Octal | 344 | 15 | 273 | 0 | 136 | 22 | 13 | 467 | 131 | 57 |
| Binary | 11100100 | 1101 | 10111011 | 0 | 1011110 | 10010 | 1011 | 100110111 | 1011001 | 101111 |
Color Harmonies of #E40DBB
Complementary color
Monochromatic Colors of #E40DBB
Black with #E40DBB
Text Example
Text Example
White with #E40DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DBB; }
p { color: rgb(228,13,187); }
H1.HeaderClassName
{
color: #E40DBB;
}
.AnyTagClassName
{
color: #E40DBB;
}
</style>
background-color css
<style>
a { background-color: #E40DBB; }
a { background-color: rgb(228,13,187); }
div.DivClassName
{
background-color: #E40DBB;
}
.BgClassName
{
background-color: #E40DBB;
}
</style>
border-color css
<style>
span { border-color: #E40DBB; }
span { border-color: rgb(228,13,187); }
td.TdClassName
{
border-color: #E40DBB;
}
.TagClassName
{
border-color: #E40DBB;
}
</style>