Shades of Shocking Pink #E10DB7
Tints of Shocking Pink #E10DB7
RGB
CMYK
RGB Variations
Color information
#E10DB7 (or 0xE10DB7) is known color: Shocking Pink. HEX triplet: E1, 0D and B7. RGB value is (225,13,183). Sum of RGB (Red+Green+Blue) = 225+13+183=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DB7 is #1EF248. Grayscale: #5F5F5F. Windows color (decimal): -2028105 or 11996641. OLE color: 11996641.
HSL color Cylindrical-coordinate representation of color #E10DB7: hue angle of 311.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.12 |
| HSL | 311.89º | 0.89% | 0.47% | - |
| HSV(B) | 311.89º | 0.94% | 0.88% | - |
| XYZ | 39.74 | 19.71 | 46.51 | - |
| YUV | 95.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 183 | 0 | 0.94 | 0.19 | 0.12 | 311.89 | 0.89 | 0.47 |
| Hex | E1 | D | B7 | 0 | 5E | 13 | C | 138 | 59 | 2F |
| Octal | 341 | 15 | 267 | 0 | 136 | 23 | 14 | 470 | 131 | 57 |
| Binary | 11100001 | 1101 | 10110111 | 0 | 1011110 | 10011 | 1100 | 100111000 | 1011001 | 101111 |
Color Harmonies of #E10DB7
Complementary color
Monochromatic Colors of #E10DB7
Black with #E10DB7
Text Example
Text Example
White with #E10DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DB7; }
p { color: rgb(225,13,183); }
H1.HeaderClassName
{
color: #E10DB7;
}
.AnyTagClassName
{
color: #E10DB7;
}
</style>
background-color css
<style>
a { background-color: #E10DB7; }
a { background-color: rgb(225,13,183); }
div.DivClassName
{
background-color: #E10DB7;
}
.BgClassName
{
background-color: #E10DB7;
}
</style>
border-color css
<style>
span { border-color: #E10DB7; }
span { border-color: rgb(225,13,183); }
td.TdClassName
{
border-color: #E10DB7;
}
.TagClassName
{
border-color: #E10DB7;
}
</style>