Shades of Shocking Pink #E316CC
Tints of Shocking Pink #E316CC
RGB
CMYK
RGB Variations
Color information
#E316CC (or 0xE316CC) is known color: Shocking Pink. HEX triplet: E3, 16 and CC. RGB value is (227,22,204). Sum of RGB (Red+Green+Blue) = 227+22+204=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E316CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316CC is #1CE933. Grayscale: #676767. Windows color (decimal): -1894708 or 13375203. OLE color: 13375203.
HSL color Cylindrical-coordinate representation of color #E316CC: hue angle of 306.73º 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 #E316CC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.11 |
| HSL | 306.73º | 0.82% | 0.49% | - |
| HSV(B) | 306.73º | 0.9% | 0.89% | - |
| XYZ | 42.86 | 21.26 | 58.97 | - |
| YUV | 104.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 204 | 0 | 0.90 | 0.10 | 0.11 | 306.73 | 0.82 | 0.49 |
| Hex | E3 | 16 | CC | 0 | 5A | A | B | 133 | 52 | 31 |
| Octal | 343 | 26 | 314 | 0 | 132 | 12 | 13 | 463 | 122 | 61 |
| Binary | 11100011 | 10110 | 11001100 | 0 | 1011010 | 1010 | 1011 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E316CC
Complementary color
Monochromatic Colors of #E316CC
Black with #E316CC
Text Example
Text Example
White with #E316CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316CC; }
p { color: rgb(227,22,204); }
H1.HeaderClassName
{
color: #E316CC;
}
.AnyTagClassName
{
color: #E316CC;
}
</style>
background-color css
<style>
a { background-color: #E316CC; }
a { background-color: rgb(227,22,204); }
div.DivClassName
{
background-color: #E316CC;
}
.BgClassName
{
background-color: #E316CC;
}
</style>
border-color css
<style>
span { border-color: #E316CC; }
span { border-color: rgb(227,22,204); }
td.TdClassName
{
border-color: #E316CC;
}
.TagClassName
{
border-color: #E316CC;
}
</style>