Shades of Shocking Pink #E10CB9
Tints of Shocking Pink #E10CB9
RGB
CMYK
RGB Variations
Color information
#E10CB9 (or 0xE10CB9) is known color: Shocking Pink. HEX triplet: E1, 0C and B9. RGB value is (225,12,185). Sum of RGB (Red+Green+Blue) = 225+12+185=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CB9 is #1EF346. Grayscale: #5E5E5E. Windows color (decimal): -2028359 or 12127457. OLE color: 12127457.
HSL color Cylindrical-coordinate representation of color #E10CB9: hue angle of 311.27º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CB9 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 185 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.12 |
| HSL | 311.27º | 0.9% | 0.46% | - |
| HSV(B) | 311.27º | 0.95% | 0.88% | - |
| XYZ | 39.94 | 19.77 | 47.61 | - |
| YUV | 95.41 | 178.57 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 185 | 0 | 0.95 | 0.18 | 0.12 | 311.27 | 0.9 | 0.46 |
| Hex | E1 | C | B9 | 0 | 5F | 12 | C | 137 | 5A | 2E |
| Octal | 341 | 14 | 271 | 0 | 137 | 22 | 14 | 467 | 132 | 56 |
| Binary | 11100001 | 1100 | 10111001 | 0 | 1011111 | 10010 | 1100 | 100110111 | 1011010 | 101110 |
Color Harmonies of #E10CB9
Complementary color
Monochromatic Colors of #E10CB9
Black with #E10CB9
Text Example
Text Example
White with #E10CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CB9; }
p { color: rgb(225,12,185); }
H1.HeaderClassName
{
color: #E10CB9;
}
.AnyTagClassName
{
color: #E10CB9;
}
</style>
background-color css
<style>
a { background-color: #E10CB9; }
a { background-color: rgb(225,12,185); }
div.DivClassName
{
background-color: #E10CB9;
}
.BgClassName
{
background-color: #E10CB9;
}
</style>
border-color css
<style>
span { border-color: #E10CB9; }
span { border-color: rgb(225,12,185); }
td.TdClassName
{
border-color: #E10CB9;
}
.TagClassName
{
border-color: #E10CB9;
}
</style>