Shades of Shocking Pink #E310C7
Tints of Shocking Pink #E310C7
RGB
CMYK
RGB Variations
Color information
#E310C7 (or 0xE310C7) is known color: Shocking Pink. HEX triplet: E3, 10 and C7. RGB value is (227,16,199). Sum of RGB (Red+Green+Blue) = 227+16+199=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E310C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310C7 is #1CEF38. Grayscale: #636363. Windows color (decimal): -1896249 or 13045987. OLE color: 13045987.
HSL color Cylindrical-coordinate representation of color #E310C7: hue angle of 307.96º 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 #E310C7 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 199 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.11 |
| HSL | 307.96º | 0.87% | 0.48% | - |
| HSV(B) | 307.96º | 0.93% | 0.89% | - |
| XYZ | 42.17 | 20.83 | 55.83 | - |
| YUV | 99.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 199 | 0 | 0.93 | 0.12 | 0.11 | 307.96 | 0.87 | 0.48 |
| Hex | E3 | 10 | C7 | 0 | 5D | C | B | 134 | 57 | 30 |
| Octal | 343 | 20 | 307 | 0 | 135 | 14 | 13 | 464 | 127 | 60 |
| Binary | 11100011 | 10000 | 11000111 | 0 | 1011101 | 1100 | 1011 | 100110100 | 1010111 | 110000 |
Color Harmonies of #E310C7
Complementary color
Monochromatic Colors of #E310C7
Black with #E310C7
Text Example
Text Example
White with #E310C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310C7; }
p { color: rgb(227,16,199); }
H1.HeaderClassName
{
color: #E310C7;
}
.AnyTagClassName
{
color: #E310C7;
}
</style>
background-color css
<style>
a { background-color: #E310C7; }
a { background-color: rgb(227,16,199); }
div.DivClassName
{
background-color: #E310C7;
}
.BgClassName
{
background-color: #E310C7;
}
</style>
border-color css
<style>
span { border-color: #E310C7; }
span { border-color: rgb(227,16,199); }
td.TdClassName
{
border-color: #E310C7;
}
.TagClassName
{
border-color: #E310C7;
}
</style>