Shades of Shocking Pink #E314C7
Tints of Shocking Pink #E314C7
RGB
CMYK
RGB Variations
Color information
#E314C7 (or 0xE314C7) is known color: Shocking Pink. HEX triplet: E3, 14 and C7. RGB value is (227,20,199). Sum of RGB (Red+Green+Blue) = 227+20+199=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E314C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314C7 is #1CEB38. Grayscale: #656565. Windows color (decimal): -1895225 or 13047011. OLE color: 13047011.
HSL color Cylindrical-coordinate representation of color #E314C7: hue angle of 308.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314C7 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 199 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.11 |
| HSL | 308.12º | 0.84% | 0.48% | - |
| HSV(B) | 308.12º | 0.91% | 0.89% | - |
| XYZ | 42.24 | 20.95 | 55.85 | - |
| YUV | 102.3 | 182.58 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 199 | 0 | 0.91 | 0.12 | 0.11 | 308.12 | 0.84 | 0.48 |
| Hex | E3 | 14 | C7 | 0 | 5B | C | B | 134 | 54 | 30 |
| Octal | 343 | 24 | 307 | 0 | 133 | 14 | 13 | 464 | 124 | 60 |
| Binary | 11100011 | 10100 | 11000111 | 0 | 1011011 | 1100 | 1011 | 100110100 | 1010100 | 110000 |
Color Harmonies of #E314C7
Complementary color
Monochromatic Colors of #E314C7
Black with #E314C7
Text Example
Text Example
White with #E314C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314C7; }
p { color: rgb(227,20,199); }
H1.HeaderClassName
{
color: #E314C7;
}
.AnyTagClassName
{
color: #E314C7;
}
</style>
background-color css
<style>
a { background-color: #E314C7; }
a { background-color: rgb(227,20,199); }
div.DivClassName
{
background-color: #E314C7;
}
.BgClassName
{
background-color: #E314C7;
}
</style>
border-color css
<style>
span { border-color: #E314C7; }
span { border-color: rgb(227,20,199); }
td.TdClassName
{
border-color: #E314C7;
}
.TagClassName
{
border-color: #E314C7;
}
</style>