Shades of Shocking Pink #E10EB2
Tints of Shocking Pink #E10EB2
RGB
CMYK
RGB Variations
Color information
#E10EB2 (or 0xE10EB2) is known color: Shocking Pink. HEX triplet: E1, 0E and B2. RGB value is (225,14,178). Sum of RGB (Red+Green+Blue) = 225+14+178=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E10EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10EB2 is #1EF14D. Grayscale: #5F5F5F. Windows color (decimal): -2027854 or 11669217. OLE color: 11669217.
HSL color Cylindrical-coordinate representation of color #E10EB2: hue angle of 313.36º degrees, saturation: 0.88, 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 #E10EB2 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 178 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.12 |
| HSL | 313.36º | 0.88% | 0.47% | - |
| HSV(B) | 313.36º | 0.94% | 0.88% | - |
| XYZ | 39.24 | 19.54 | 43.82 | - |
| YUV | 95.79 | 174.4 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 178 | 0 | 0.94 | 0.21 | 0.12 | 313.36 | 0.88 | 0.47 |
| Hex | E1 | E | B2 | 0 | 5E | 15 | C | 139 | 58 | 2F |
| Octal | 341 | 16 | 262 | 0 | 136 | 25 | 14 | 471 | 130 | 57 |
| Binary | 11100001 | 1110 | 10110010 | 0 | 1011110 | 10101 | 1100 | 100111001 | 1011000 | 101111 |
Color Harmonies of #E10EB2
Complementary color
Monochromatic Colors of #E10EB2
Black with #E10EB2
Text Example
Text Example
White with #E10EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EB2; }
p { color: rgb(225,14,178); }
H1.HeaderClassName
{
color: #E10EB2;
}
.AnyTagClassName
{
color: #E10EB2;
}
</style>
background-color css
<style>
a { background-color: #E10EB2; }
a { background-color: rgb(225,14,178); }
div.DivClassName
{
background-color: #E10EB2;
}
.BgClassName
{
background-color: #E10EB2;
}
</style>
border-color css
<style>
span { border-color: #E10EB2; }
span { border-color: rgb(225,14,178); }
td.TdClassName
{
border-color: #E10EB2;
}
.TagClassName
{
border-color: #E10EB2;
}
</style>