Shades of Shocking Pink #E316CE
Tints of Shocking Pink #E316CE
RGB
CMYK
RGB Variations
Color information
#E316CE (or 0xE316CE) is known color: Shocking Pink. HEX triplet: E3, 16 and CE. RGB value is (227,22,206). Sum of RGB (Red+Green+Blue) = 227+22+206=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E316CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316CE is #1CE931. Grayscale: #676767. Windows color (decimal): -1894706 or 13506275. OLE color: 13506275.
HSL color Cylindrical-coordinate representation of color #E316CE: hue angle of 306.15º 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 #E316CE is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.11 |
| HSL | 306.15º | 0.82% | 0.49% | - |
| HSV(B) | 306.15º | 0.9% | 0.89% | - |
| XYZ | 43.11 | 21.36 | 60.24 | - |
| YUV | 104.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 206 | 0 | 0.90 | 0.09 | 0.11 | 306.15 | 0.82 | 0.49 |
| Hex | E3 | 16 | CE | 0 | 5A | 9 | B | 132 | 52 | 31 |
| Octal | 343 | 26 | 316 | 0 | 132 | 11 | 13 | 462 | 122 | 61 |
| Binary | 11100011 | 10110 | 11001110 | 0 | 1011010 | 1001 | 1011 | 100110010 | 1010010 | 110001 |
Color Harmonies of #E316CE
Complementary color
Monochromatic Colors of #E316CE
Black with #E316CE
Text Example
Text Example
White with #E316CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316CE; }
p { color: rgb(227,22,206); }
H1.HeaderClassName
{
color: #E316CE;
}
.AnyTagClassName
{
color: #E316CE;
}
</style>
background-color css
<style>
a { background-color: #E316CE; }
a { background-color: rgb(227,22,206); }
div.DivClassName
{
background-color: #E316CE;
}
.BgClassName
{
background-color: #E316CE;
}
</style>
border-color css
<style>
span { border-color: #E316CE; }
span { border-color: rgb(227,22,206); }
td.TdClassName
{
border-color: #E316CE;
}
.TagClassName
{
border-color: #E316CE;
}
</style>