Shades of Shocking Pink #E40DBE
Tints of Shocking Pink #E40DBE
RGB
CMYK
RGB Variations
Color information
#E40DBE (or 0xE40DBE) is known color: Shocking Pink. HEX triplet: E4, 0D and BE. RGB value is (228,13,190). Sum of RGB (Red+Green+Blue) = 228+13+190=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DBE is #1BF241. Grayscale: #606060. Windows color (decimal): -1831490 or 12455396. OLE color: 12455396.
HSL color Cylindrical-coordinate representation of color #E40DBE: hue angle of 310.6º 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 #E40DBE is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.11 |
| HSL | 310.6º | 0.89% | 0.47% | - |
| HSV(B) | 310.6º | 0.94% | 0.89% | - |
| XYZ | 41.43 | 20.5 | 50.49 | - |
| YUV | 97.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 190 | 0 | 0.94 | 0.17 | 0.11 | 310.6 | 0.89 | 0.47 |
| Hex | E4 | D | BE | 0 | 5E | 11 | B | 137 | 59 | 2F |
| Octal | 344 | 15 | 276 | 0 | 136 | 21 | 13 | 467 | 131 | 57 |
| Binary | 11100100 | 1101 | 10111110 | 0 | 1011110 | 10001 | 1011 | 100110111 | 1011001 | 101111 |
Color Harmonies of #E40DBE
Complementary color
Monochromatic Colors of #E40DBE
Black with #E40DBE
Text Example
Text Example
White with #E40DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DBE; }
p { color: rgb(228,13,190); }
H1.HeaderClassName
{
color: #E40DBE;
}
.AnyTagClassName
{
color: #E40DBE;
}
</style>
background-color css
<style>
a { background-color: #E40DBE; }
a { background-color: rgb(228,13,190); }
div.DivClassName
{
background-color: #E40DBE;
}
.BgClassName
{
background-color: #E40DBE;
}
</style>
border-color css
<style>
span { border-color: #E40DBE; }
span { border-color: rgb(228,13,190); }
td.TdClassName
{
border-color: #E40DBE;
}
.TagClassName
{
border-color: #E40DBE;
}
</style>