Shades of Shocking Pink #E210BA
Tints of Shocking Pink #E210BA
RGB
CMYK
RGB Variations
Color information
#E210BA (or 0xE210BA) is known color: Shocking Pink. HEX triplet: E2, 10 and BA. RGB value is (226,16,186). Sum of RGB (Red+Green+Blue) = 226+16+186=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E210BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210BA is #1DEF45. Grayscale: #616161. Windows color (decimal): -1961798 or 12194018. OLE color: 12194018.
HSL color Cylindrical-coordinate representation of color #E210BA: hue angle of 311.43º 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 #E210BA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 186 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.11 |
| HSL | 311.43º | 0.87% | 0.47% | - |
| HSV(B) | 311.43º | 0.93% | 0.89% | - |
| XYZ | 40.41 | 20.08 | 48.2 | - |
| YUV | 98.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 186 | 0 | 0.93 | 0.18 | 0.11 | 311.43 | 0.87 | 0.47 |
| Hex | E2 | 10 | BA | 0 | 5D | 12 | B | 137 | 57 | 2F |
| Octal | 342 | 20 | 272 | 0 | 135 | 22 | 13 | 467 | 127 | 57 |
| Binary | 11100010 | 10000 | 10111010 | 0 | 1011101 | 10010 | 1011 | 100110111 | 1010111 | 101111 |
Color Harmonies of #E210BA
Complementary color
Monochromatic Colors of #E210BA
Black with #E210BA
Text Example
Text Example
White with #E210BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210BA; }
p { color: rgb(226,16,186); }
H1.HeaderClassName
{
color: #E210BA;
}
.AnyTagClassName
{
color: #E210BA;
}
</style>
background-color css
<style>
a { background-color: #E210BA; }
a { background-color: rgb(226,16,186); }
div.DivClassName
{
background-color: #E210BA;
}
.BgClassName
{
background-color: #E210BA;
}
</style>
border-color css
<style>
span { border-color: #E210BA; }
span { border-color: rgb(226,16,186); }
td.TdClassName
{
border-color: #E210BA;
}
.TagClassName
{
border-color: #E210BA;
}
</style>