Shades of Shocking Pink #E50DBF
Tints of Shocking Pink #E50DBF
RGB
CMYK
RGB Variations
Color information
#E50DBF (or 0xE50DBF) is known color: Shocking Pink. HEX triplet: E5, 0D and BF. RGB value is (229,13,191). Sum of RGB (Red+Green+Blue) = 229+13+191=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DBF is #1AF240. Grayscale: #616161. Windows color (decimal): -1765953 or 12520933. OLE color: 12520933.
HSL color Cylindrical-coordinate representation of color #E50DBF: hue angle of 310.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DBF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.10 |
| HSL | 310.56º | 0.89% | 0.47% | - |
| HSV(B) | 310.56º | 0.94% | 0.9% | - |
| XYZ | 41.86 | 20.71 | 51.08 | - |
| YUV | 97.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 191 | 0 | 0.94 | 0.17 | 0.10 | 310.56 | 0.89 | 0.47 |
| Hex | E5 | D | BF | 0 | 5E | 11 | A | 137 | 59 | 2F |
| Octal | 345 | 15 | 277 | 0 | 136 | 21 | 12 | 467 | 131 | 57 |
| Binary | 11100101 | 1101 | 10111111 | 0 | 1011110 | 10001 | 1010 | 100110111 | 1011001 | 101111 |
Color Harmonies of #E50DBF
Complementary color
Monochromatic Colors of #E50DBF
Black with #E50DBF
Text Example
Text Example
White with #E50DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DBF; }
p { color: rgb(229,13,191); }
H1.HeaderClassName
{
color: #E50DBF;
}
.AnyTagClassName
{
color: #E50DBF;
}
</style>
background-color css
<style>
a { background-color: #E50DBF; }
a { background-color: rgb(229,13,191); }
div.DivClassName
{
background-color: #E50DBF;
}
.BgClassName
{
background-color: #E50DBF;
}
</style>
border-color css
<style>
span { border-color: #E50DBF; }
span { border-color: rgb(229,13,191); }
td.TdClassName
{
border-color: #E50DBF;
}
.TagClassName
{
border-color: #E50DBF;
}
</style>