Shades of Shocking Pink #E316C5
Tints of Shocking Pink #E316C5
RGB
CMYK
RGB Variations
Color information
#E316C5 (or 0xE316C5) is known color: Shocking Pink. HEX triplet: E3, 16 and C5. RGB value is (227,22,197). Sum of RGB (Red+Green+Blue) = 227+22+197=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E316C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316C5 is #1CE93A. Grayscale: #666666. Windows color (decimal): -1894715 or 12916451. OLE color: 12916451.
HSL color Cylindrical-coordinate representation of color #E316C5: hue angle of 308.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316C5 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 197 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.11 |
| HSL | 308.78º | 0.82% | 0.49% | - |
| HSV(B) | 308.78º | 0.9% | 0.89% | - |
| XYZ | 42.04 | 20.94 | 54.65 | - |
| YUV | 103.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 197 | 0 | 0.90 | 0.13 | 0.11 | 308.78 | 0.82 | 0.49 |
| Hex | E3 | 16 | C5 | 0 | 5A | D | B | 135 | 52 | 31 |
| Octal | 343 | 26 | 305 | 0 | 132 | 15 | 13 | 465 | 122 | 61 |
| Binary | 11100011 | 10110 | 11000101 | 0 | 1011010 | 1101 | 1011 | 100110101 | 1010010 | 110001 |
Color Harmonies of #E316C5
Complementary color
Monochromatic Colors of #E316C5
Black with #E316C5
Text Example
Text Example
White with #E316C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316C5; }
p { color: rgb(227,22,197); }
H1.HeaderClassName
{
color: #E316C5;
}
.AnyTagClassName
{
color: #E316C5;
}
</style>
background-color css
<style>
a { background-color: #E316C5; }
a { background-color: rgb(227,22,197); }
div.DivClassName
{
background-color: #E316C5;
}
.BgClassName
{
background-color: #E316C5;
}
</style>
border-color css
<style>
span { border-color: #E316C5; }
span { border-color: rgb(227,22,197); }
td.TdClassName
{
border-color: #E316C5;
}
.TagClassName
{
border-color: #E316C5;
}
</style>