Shades of Shocking Pink #E210C1
Tints of Shocking Pink #E210C1
RGB
CMYK
RGB Variations
Color information
#E210C1 (or 0xE210C1) is known color: Shocking Pink. HEX triplet: E2, 10 and C1. RGB value is (226,16,193). Sum of RGB (Red+Green+Blue) = 226+16+193=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E210C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210C1 is #1DEF3E. Grayscale: #626262. Windows color (decimal): -1961791 or 12652770. OLE color: 12652770.
HSL color Cylindrical-coordinate representation of color #E210C1: hue angle of 309.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 #E210C1 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 193 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.11 |
| HSL | 309.43º | 0.87% | 0.47% | - |
| HSV(B) | 309.43º | 0.93% | 0.89% | - |
| XYZ | 41.17 | 20.39 | 52.22 | - |
| YUV | 98.97 | 181.07 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 193 | 0 | 0.93 | 0.15 | 0.11 | 309.43 | 0.87 | 0.47 |
| Hex | E2 | 10 | C1 | 0 | 5D | F | B | 135 | 57 | 2F |
| Octal | 342 | 20 | 301 | 0 | 135 | 17 | 13 | 465 | 127 | 57 |
| Binary | 11100010 | 10000 | 11000001 | 0 | 1011101 | 1111 | 1011 | 100110101 | 1010111 | 101111 |
Color Harmonies of #E210C1
Complementary color
Monochromatic Colors of #E210C1
Black with #E210C1
Text Example
Text Example
White with #E210C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210C1; }
p { color: rgb(226,16,193); }
H1.HeaderClassName
{
color: #E210C1;
}
.AnyTagClassName
{
color: #E210C1;
}
</style>
background-color css
<style>
a { background-color: #E210C1; }
a { background-color: rgb(226,16,193); }
div.DivClassName
{
background-color: #E210C1;
}
.BgClassName
{
background-color: #E210C1;
}
</style>
border-color css
<style>
span { border-color: #E210C1; }
span { border-color: rgb(226,16,193); }
td.TdClassName
{
border-color: #E210C1;
}
.TagClassName
{
border-color: #E210C1;
}
</style>