Shades of Shocking Pink #E316CA
Tints of Shocking Pink #E316CA
RGB
CMYK
RGB Variations
Color information
#E316CA (or 0xE316CA) is known color: Shocking Pink. HEX triplet: E3, 16 and CA. RGB value is (227,22,202). Sum of RGB (Red+Green+Blue) = 227+22+202=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E316CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316CA is #1CE935. Grayscale: #676767. Windows color (decimal): -1894710 or 13244131. OLE color: 13244131.
HSL color Cylindrical-coordinate representation of color #E316CA: hue angle of 307.32º 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 #E316CA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.11 |
| HSL | 307.32º | 0.82% | 0.49% | - |
| HSV(B) | 307.32º | 0.9% | 0.89% | - |
| XYZ | 42.63 | 21.17 | 57.72 | - |
| YUV | 103.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 202 | 0 | 0.90 | 0.11 | 0.11 | 307.32 | 0.82 | 0.49 |
| Hex | E3 | 16 | CA | 0 | 5A | B | B | 133 | 52 | 31 |
| Octal | 343 | 26 | 312 | 0 | 132 | 13 | 13 | 463 | 122 | 61 |
| Binary | 11100011 | 10110 | 11001010 | 0 | 1011010 | 1011 | 1011 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E316CA
Complementary color
Monochromatic Colors of #E316CA
Black with #E316CA
Text Example
Text Example
White with #E316CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316CA; }
p { color: rgb(227,22,202); }
H1.HeaderClassName
{
color: #E316CA;
}
.AnyTagClassName
{
color: #E316CA;
}
</style>
background-color css
<style>
a { background-color: #E316CA; }
a { background-color: rgb(227,22,202); }
div.DivClassName
{
background-color: #E316CA;
}
.BgClassName
{
background-color: #E316CA;
}
</style>
border-color css
<style>
span { border-color: #E316CA; }
span { border-color: rgb(227,22,202); }
td.TdClassName
{
border-color: #E316CA;
}
.TagClassName
{
border-color: #E316CA;
}
</style>