Shades of Shocking Pink #E210B5
Tints of Shocking Pink #E210B5
RGB
CMYK
RGB Variations
Color information
#E210B5 (or 0xE210B5) is known color: Shocking Pink. HEX triplet: E2, 10 and B5. RGB value is (226,16,181). Sum of RGB (Red+Green+Blue) = 226+16+181=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E210B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210B5 is #1DEF4A. Grayscale: #616161. Windows color (decimal): -1961803 or 11866338. OLE color: 11866338.
HSL color Cylindrical-coordinate representation of color #E210B5: hue angle of 312.86º 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 #E210B5 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 181 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.11 |
| HSL | 312.86º | 0.87% | 0.47% | - |
| HSV(B) | 312.86º | 0.93% | 0.89% | - |
| XYZ | 39.89 | 19.88 | 45.45 | - |
| YUV | 97.6 | 175.07 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 181 | 0 | 0.93 | 0.20 | 0.11 | 312.86 | 0.87 | 0.47 |
| Hex | E2 | 10 | B5 | 0 | 5D | 14 | B | 139 | 57 | 2F |
| Octal | 342 | 20 | 265 | 0 | 135 | 24 | 13 | 471 | 127 | 57 |
| Binary | 11100010 | 10000 | 10110101 | 0 | 1011101 | 10100 | 1011 | 100111001 | 1010111 | 101111 |
Color Harmonies of #E210B5
Complementary color
Monochromatic Colors of #E210B5
Black with #E210B5
Text Example
Text Example
White with #E210B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210B5; }
p { color: rgb(226,16,181); }
H1.HeaderClassName
{
color: #E210B5;
}
.AnyTagClassName
{
color: #E210B5;
}
</style>
background-color css
<style>
a { background-color: #E210B5; }
a { background-color: rgb(226,16,181); }
div.DivClassName
{
background-color: #E210B5;
}
.BgClassName
{
background-color: #E210B5;
}
</style>
border-color css
<style>
span { border-color: #E210B5; }
span { border-color: rgb(226,16,181); }
td.TdClassName
{
border-color: #E210B5;
}
.TagClassName
{
border-color: #E210B5;
}
</style>