Shades of Shocking Pink #E210C6
Tints of Shocking Pink #E210C6
RGB
CMYK
RGB Variations
Color information
#E210C6 (or 0xE210C6) is known color: Shocking Pink. HEX triplet: E2, 10 and C6. RGB value is (226,16,198). Sum of RGB (Red+Green+Blue) = 226+16+198=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E210C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210C6 is #1DEF39. Grayscale: #636363. Windows color (decimal): -1961786 or 12980450. OLE color: 12980450.
HSL color Cylindrical-coordinate representation of color #E210C6: hue angle of 308º 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 #E210C6 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 198 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.11 |
| HSL | 308º | 0.87% | 0.47% | - |
| HSV(B) | 308º | 0.93% | 0.89% | - |
| XYZ | 41.74 | 20.62 | 55.21 | - |
| YUV | 99.54 | 183.57 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 198 | 0 | 0.93 | 0.12 | 0.11 | 308 | 0.87 | 0.47 |
| Hex | E2 | 10 | C6 | 0 | 5D | C | B | 134 | 57 | 2F |
| Octal | 342 | 20 | 306 | 0 | 135 | 14 | 13 | 464 | 127 | 57 |
| Binary | 11100010 | 10000 | 11000110 | 0 | 1011101 | 1100 | 1011 | 100110100 | 1010111 | 101111 |
Color Harmonies of #E210C6
Complementary color
Monochromatic Colors of #E210C6
Black with #E210C6
Text Example
Text Example
White with #E210C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210C6; }
p { color: rgb(226,16,198); }
H1.HeaderClassName
{
color: #E210C6;
}
.AnyTagClassName
{
color: #E210C6;
}
</style>
background-color css
<style>
a { background-color: #E210C6; }
a { background-color: rgb(226,16,198); }
div.DivClassName
{
background-color: #E210C6;
}
.BgClassName
{
background-color: #E210C6;
}
</style>
border-color css
<style>
span { border-color: #E210C6; }
span { border-color: rgb(226,16,198); }
td.TdClassName
{
border-color: #E210C6;
}
.TagClassName
{
border-color: #E210C6;
}
</style>