Shades of Shocking Pink #E10DB9
Tints of Shocking Pink #E10DB9
RGB
CMYK
RGB Variations
Color information
#E10DB9 (or 0xE10DB9) is known color: Shocking Pink. HEX triplet: E1, 0D and B9. RGB value is (225,13,185). Sum of RGB (Red+Green+Blue) = 225+13+185=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DB9 is #1EF246. Grayscale: #5F5F5F. Windows color (decimal): -2028103 or 12127713. OLE color: 12127713.
HSL color Cylindrical-coordinate representation of color #E10DB9: hue angle of 311.32º 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 #E10DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 185 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.12 |
| HSL | 311.32º | 0.89% | 0.47% | - |
| HSV(B) | 311.32º | 0.94% | 0.88% | - |
| XYZ | 39.95 | 19.8 | 47.61 | - |
| YUV | 96 | 178.24 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 185 | 0 | 0.94 | 0.18 | 0.12 | 311.32 | 0.89 | 0.47 |
| Hex | E1 | D | B9 | 0 | 5E | 12 | C | 137 | 59 | 2F |
| Octal | 341 | 15 | 271 | 0 | 136 | 22 | 14 | 467 | 131 | 57 |
| Binary | 11100001 | 1101 | 10111001 | 0 | 1011110 | 10010 | 1100 | 100110111 | 1011001 | 101111 |
Color Harmonies of #E10DB9
Complementary color
Monochromatic Colors of #E10DB9
Black with #E10DB9
Text Example
Text Example
White with #E10DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DB9; }
p { color: rgb(225,13,185); }
H1.HeaderClassName
{
color: #E10DB9;
}
.AnyTagClassName
{
color: #E10DB9;
}
</style>
background-color css
<style>
a { background-color: #E10DB9; }
a { background-color: rgb(225,13,185); }
div.DivClassName
{
background-color: #E10DB9;
}
.BgClassName
{
background-color: #E10DB9;
}
</style>
border-color css
<style>
span { border-color: #E10DB9; }
span { border-color: rgb(225,13,185); }
td.TdClassName
{
border-color: #E10DB9;
}
.TagClassName
{
border-color: #E10DB9;
}
</style>