Shades of Shocking Pink #E50DB7
Tints of Shocking Pink #E50DB7
RGB
CMYK
RGB Variations
Color information
#E50DB7 (or 0xE50DB7) is known color: Shocking Pink. HEX triplet: E5, 0D and B7. RGB value is (229,13,183). Sum of RGB (Red+Green+Blue) = 229+13+183=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DB7 is #1AF248. Grayscale: #606060. Windows color (decimal): -1765961 or 11996645. OLE color: 11996645.
HSL color Cylindrical-coordinate representation of color #E50DB7: hue angle of 312.78º 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 #E50DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.10 |
| HSL | 312.78º | 0.89% | 0.47% | - |
| HSV(B) | 312.78º | 0.94% | 0.9% | - |
| XYZ | 41 | 20.36 | 46.57 | - |
| YUV | 96.96 | 176.56 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 183 | 0 | 0.94 | 0.20 | 0.10 | 312.78 | 0.89 | 0.47 |
| Hex | E5 | D | B7 | 0 | 5E | 14 | A | 139 | 59 | 2F |
| Octal | 345 | 15 | 267 | 0 | 136 | 24 | 12 | 471 | 131 | 57 |
| Binary | 11100101 | 1101 | 10110111 | 0 | 1011110 | 10100 | 1010 | 100111001 | 1011001 | 101111 |
Color Harmonies of #E50DB7
Complementary color
Monochromatic Colors of #E50DB7
Black with #E50DB7
Text Example
Text Example
White with #E50DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DB7; }
p { color: rgb(229,13,183); }
H1.HeaderClassName
{
color: #E50DB7;
}
.AnyTagClassName
{
color: #E50DB7;
}
</style>
background-color css
<style>
a { background-color: #E50DB7; }
a { background-color: rgb(229,13,183); }
div.DivClassName
{
background-color: #E50DB7;
}
.BgClassName
{
background-color: #E50DB7;
}
</style>
border-color css
<style>
span { border-color: #E50DB7; }
span { border-color: rgb(229,13,183); }
td.TdClassName
{
border-color: #E50DB7;
}
.TagClassName
{
border-color: #E50DB7;
}
</style>