Shades of Shocking Pink #E310C1
Tints of Shocking Pink #E310C1
RGB
CMYK
RGB Variations
Color information
#E310C1 (or 0xE310C1) is known color: Shocking Pink. HEX triplet: E3, 10 and C1. RGB value is (227,16,193). Sum of RGB (Red+Green+Blue) = 227+16+193=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E310C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310C1 is #1CEF3E. Grayscale: #626262. Windows color (decimal): -1896255 or 12652771. OLE color: 12652771.
HSL color Cylindrical-coordinate representation of color #E310C1: hue angle of 309.67º 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 #E310C1 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 193 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.11 |
| HSL | 309.67º | 0.87% | 0.48% | - |
| HSV(B) | 309.67º | 0.93% | 0.89% | - |
| XYZ | 41.49 | 20.55 | 52.23 | - |
| YUV | 99.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 193 | 0 | 0.93 | 0.15 | 0.11 | 309.67 | 0.87 | 0.48 |
| Hex | E3 | 10 | C1 | 0 | 5D | F | B | 136 | 57 | 30 |
| Octal | 343 | 20 | 301 | 0 | 135 | 17 | 13 | 466 | 127 | 60 |
| Binary | 11100011 | 10000 | 11000001 | 0 | 1011101 | 1111 | 1011 | 100110110 | 1010111 | 110000 |
Color Harmonies of #E310C1
Complementary color
Monochromatic Colors of #E310C1
Black with #E310C1
Text Example
Text Example
White with #E310C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310C1; }
p { color: rgb(227,16,193); }
H1.HeaderClassName
{
color: #E310C1;
}
.AnyTagClassName
{
color: #E310C1;
}
</style>
background-color css
<style>
a { background-color: #E310C1; }
a { background-color: rgb(227,16,193); }
div.DivClassName
{
background-color: #E310C1;
}
.BgClassName
{
background-color: #E310C1;
}
</style>
border-color css
<style>
span { border-color: #E310C1; }
span { border-color: rgb(227,16,193); }
td.TdClassName
{
border-color: #E310C1;
}
.TagClassName
{
border-color: #E310C1;
}
</style>