Shades of Shocking Pink #E210B2
Tints of Shocking Pink #E210B2
RGB
CMYK
RGB Variations
Color information
#E210B2 (or 0xE210B2) is known color: Shocking Pink. HEX triplet: E2, 10 and B2. RGB value is (226,16,178). Sum of RGB (Red+Green+Blue) = 226+16+178=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E210B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210B2 is #1DEF4D. Grayscale: #606060. Windows color (decimal): -1961806 or 11669730. OLE color: 11669730.
HSL color Cylindrical-coordinate representation of color #E210B2: hue angle of 313.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E210B2 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 178 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.11 |
| HSL | 313.71º | 0.87% | 0.47% | - |
| HSV(B) | 313.71º | 0.93% | 0.89% | - |
| XYZ | 39.59 | 19.75 | 43.85 | - |
| YUV | 97.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 178 | 0 | 0.93 | 0.21 | 0.11 | 313.71 | 0.87 | 0.47 |
| Hex | E2 | 10 | B2 | 0 | 5D | 15 | B | 13A | 57 | 2F |
| Octal | 342 | 20 | 262 | 0 | 135 | 25 | 13 | 472 | 127 | 57 |
| Binary | 11100010 | 10000 | 10110010 | 0 | 1011101 | 10101 | 1011 | 100111010 | 1010111 | 101111 |
Color Harmonies of #E210B2
Complementary color
Monochromatic Colors of #E210B2
Black with #E210B2
Text Example
Text Example
White with #E210B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210B2; }
p { color: rgb(226,16,178); }
H1.HeaderClassName
{
color: #E210B2;
}
.AnyTagClassName
{
color: #E210B2;
}
</style>
background-color css
<style>
a { background-color: #E210B2; }
a { background-color: rgb(226,16,178); }
div.DivClassName
{
background-color: #E210B2;
}
.BgClassName
{
background-color: #E210B2;
}
</style>
border-color css
<style>
span { border-color: #E210B2; }
span { border-color: rgb(226,16,178); }
td.TdClassName
{
border-color: #E210B2;
}
.TagClassName
{
border-color: #E210B2;
}
</style>