Shades of Shocking Pink #E50DBB
Tints of Shocking Pink #E50DBB
RGB
CMYK
RGB Variations
Color information
#E50DBB (or 0xE50DBB) is known color: Shocking Pink. HEX triplet: E5, 0D and BB. RGB value is (229,13,187). Sum of RGB (Red+Green+Blue) = 229+13+187=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DBB is #1AF244. Grayscale: #606060. Windows color (decimal): -1765957 or 12258789. OLE color: 12258789.
HSL color Cylindrical-coordinate representation of color #E50DBB: hue angle of 311.67º 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 #E50DBB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.10 |
| HSL | 311.67º | 0.89% | 0.47% | - |
| HSV(B) | 311.67º | 0.94% | 0.9% | - |
| XYZ | 41.43 | 20.53 | 48.79 | - |
| YUV | 97.42 | 178.56 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 187 | 0 | 0.94 | 0.18 | 0.10 | 311.67 | 0.89 | 0.47 |
| Hex | E5 | D | BB | 0 | 5E | 12 | A | 138 | 59 | 2F |
| Octal | 345 | 15 | 273 | 0 | 136 | 22 | 12 | 470 | 131 | 57 |
| Binary | 11100101 | 1101 | 10111011 | 0 | 1011110 | 10010 | 1010 | 100111000 | 1011001 | 101111 |
Color Harmonies of #E50DBB
Complementary color
Monochromatic Colors of #E50DBB
Black with #E50DBB
Text Example
Text Example
White with #E50DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DBB; }
p { color: rgb(229,13,187); }
H1.HeaderClassName
{
color: #E50DBB;
}
.AnyTagClassName
{
color: #E50DBB;
}
</style>
background-color css
<style>
a { background-color: #E50DBB; }
a { background-color: rgb(229,13,187); }
div.DivClassName
{
background-color: #E50DBB;
}
.BgClassName
{
background-color: #E50DBB;
}
</style>
border-color css
<style>
span { border-color: #E50DBB; }
span { border-color: rgb(229,13,187); }
td.TdClassName
{
border-color: #E50DBB;
}
.TagClassName
{
border-color: #E50DBB;
}
</style>