Shades of Shocking Pink #E310C0
Tints of Shocking Pink #E310C0
RGB
CMYK
RGB Variations
Color information
#E310C0 (or 0xE310C0) is known color: Shocking Pink. HEX triplet: E3, 10 and C0. RGB value is (227,16,192). Sum of RGB (Red+Green+Blue) = 227+16+192=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E310C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310C0 is #1CEF3F. Grayscale: #626262. Windows color (decimal): -1896256 or 12587235. OLE color: 12587235.
HSL color Cylindrical-coordinate representation of color #E310C0: hue angle of 309.95º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310C0 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 192 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.11 |
| HSL | 309.95º | 0.87% | 0.48% | - |
| HSV(B) | 309.95º | 0.93% | 0.89% | - |
| XYZ | 41.38 | 20.51 | 51.65 | - |
| YUV | 99.15 | 180.4 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 192 | 0 | 0.93 | 0.15 | 0.11 | 309.95 | 0.87 | 0.48 |
| Hex | E3 | 10 | C0 | 0 | 5D | F | B | 136 | 57 | 30 |
| Octal | 343 | 20 | 300 | 0 | 135 | 17 | 13 | 466 | 127 | 60 |
| Binary | 11100011 | 10000 | 11000000 | 0 | 1011101 | 1111 | 1011 | 100110110 | 1010111 | 110000 |
Color Harmonies of #E310C0
Complementary color
Monochromatic Colors of #E310C0
Black with #E310C0
Text Example
Text Example
White with #E310C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310C0; }
p { color: rgb(227,16,192); }
H1.HeaderClassName
{
color: #E310C0;
}
.AnyTagClassName
{
color: #E310C0;
}
</style>
background-color css
<style>
a { background-color: #E310C0; }
a { background-color: rgb(227,16,192); }
div.DivClassName
{
background-color: #E310C0;
}
.BgClassName
{
background-color: #E310C0;
}
</style>
border-color css
<style>
span { border-color: #E310C0; }
span { border-color: rgb(227,16,192); }
td.TdClassName
{
border-color: #E310C0;
}
.TagClassName
{
border-color: #E310C0;
}
</style>