Shades of Shocking Pink #E316CB
Tints of Shocking Pink #E316CB
RGB
CMYK
RGB Variations
Color information
#E316CB (or 0xE316CB) is known color: Shocking Pink. HEX triplet: E3, 16 and CB. RGB value is (227,22,203). Sum of RGB (Red+Green+Blue) = 227+22+203=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E316CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316CB is #1CE934. Grayscale: #676767. Windows color (decimal): -1894709 or 13309667. OLE color: 13309667.
HSL color Cylindrical-coordinate representation of color #E316CB: hue angle of 307.02º 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 #E316CB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 203 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.11 |
| HSL | 307.02º | 0.82% | 0.49% | - |
| HSV(B) | 307.02º | 0.9% | 0.89% | - |
| XYZ | 42.74 | 21.22 | 58.34 | - |
| YUV | 103.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 203 | 0 | 0.90 | 0.11 | 0.11 | 307.02 | 0.82 | 0.49 |
| Hex | E3 | 16 | CB | 0 | 5A | B | B | 133 | 52 | 31 |
| Octal | 343 | 26 | 313 | 0 | 132 | 13 | 13 | 463 | 122 | 61 |
| Binary | 11100011 | 10110 | 11001011 | 0 | 1011010 | 1011 | 1011 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E316CB
Complementary color
Monochromatic Colors of #E316CB
Black with #E316CB
Text Example
Text Example
White with #E316CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316CB; }
p { color: rgb(227,22,203); }
H1.HeaderClassName
{
color: #E316CB;
}
.AnyTagClassName
{
color: #E316CB;
}
</style>
background-color css
<style>
a { background-color: #E316CB; }
a { background-color: rgb(227,22,203); }
div.DivClassName
{
background-color: #E316CB;
}
.BgClassName
{
background-color: #E316CB;
}
</style>
border-color css
<style>
span { border-color: #E316CB; }
span { border-color: rgb(227,22,203); }
td.TdClassName
{
border-color: #E316CB;
}
.TagClassName
{
border-color: #E316CB;
}
</style>