Shades of Shocking Pink #E210BE
Tints of Shocking Pink #E210BE
RGB
CMYK
RGB Variations
Color information
#E210BE (or 0xE210BE) is known color: Shocking Pink. HEX triplet: E2, 10 and BE. RGB value is (226,16,190). Sum of RGB (Red+Green+Blue) = 226+16+190=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E210BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210BE is #1DEF41. Grayscale: #626262. Windows color (decimal): -1961794 or 12456162. OLE color: 12456162.
HSL color Cylindrical-coordinate representation of color #E210BE: hue angle of 310.29º 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 #E210BE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.11 |
| HSL | 310.29º | 0.87% | 0.47% | - |
| HSV(B) | 310.29º | 0.93% | 0.89% | - |
| XYZ | 40.84 | 20.26 | 50.47 | - |
| YUV | 98.63 | 179.57 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 190 | 0 | 0.93 | 0.16 | 0.11 | 310.29 | 0.87 | 0.47 |
| Hex | E2 | 10 | BE | 0 | 5D | 10 | B | 136 | 57 | 2F |
| Octal | 342 | 20 | 276 | 0 | 135 | 20 | 13 | 466 | 127 | 57 |
| Binary | 11100010 | 10000 | 10111110 | 0 | 1011101 | 10000 | 1011 | 100110110 | 1010111 | 101111 |
Color Harmonies of #E210BE
Complementary color
Monochromatic Colors of #E210BE
Black with #E210BE
Text Example
Text Example
White with #E210BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210BE; }
p { color: rgb(226,16,190); }
H1.HeaderClassName
{
color: #E210BE;
}
.AnyTagClassName
{
color: #E210BE;
}
</style>
background-color css
<style>
a { background-color: #E210BE; }
a { background-color: rgb(226,16,190); }
div.DivClassName
{
background-color: #E210BE;
}
.BgClassName
{
background-color: #E210BE;
}
</style>
border-color css
<style>
span { border-color: #E210BE; }
span { border-color: rgb(226,16,190); }
td.TdClassName
{
border-color: #E210BE;
}
.TagClassName
{
border-color: #E210BE;
}
</style>