Shades of Shocking Pink #E314C1
Tints of Shocking Pink #E314C1
RGB
CMYK
RGB Variations
Color information
#E314C1 (or 0xE314C1) is known color: Shocking Pink. HEX triplet: E3, 14 and C1. RGB value is (227,20,193). Sum of RGB (Red+Green+Blue) = 227+20+193=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E314C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314C1 is #1CEB3E. Grayscale: #656565. Windows color (decimal): -1895231 or 12653795. OLE color: 12653795.
HSL color Cylindrical-coordinate representation of color #E314C1: hue angle of 309.86º 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 #E314C1 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 193 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.11 |
| HSL | 309.86º | 0.84% | 0.48% | - |
| HSV(B) | 309.86º | 0.91% | 0.89% | - |
| XYZ | 41.55 | 20.68 | 52.25 | - |
| YUV | 101.62 | 179.58 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 193 | 0 | 0.91 | 0.15 | 0.11 | 309.86 | 0.84 | 0.48 |
| Hex | E3 | 14 | C1 | 0 | 5B | F | B | 136 | 54 | 30 |
| Octal | 343 | 24 | 301 | 0 | 133 | 17 | 13 | 466 | 124 | 60 |
| Binary | 11100011 | 10100 | 11000001 | 0 | 1011011 | 1111 | 1011 | 100110110 | 1010100 | 110000 |
Color Harmonies of #E314C1
Complementary color
Monochromatic Colors of #E314C1
Black with #E314C1
Text Example
Text Example
White with #E314C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314C1; }
p { color: rgb(227,20,193); }
H1.HeaderClassName
{
color: #E314C1;
}
.AnyTagClassName
{
color: #E314C1;
}
</style>
background-color css
<style>
a { background-color: #E314C1; }
a { background-color: rgb(227,20,193); }
div.DivClassName
{
background-color: #E314C1;
}
.BgClassName
{
background-color: #E314C1;
}
</style>
border-color css
<style>
span { border-color: #E314C1; }
span { border-color: rgb(227,20,193); }
td.TdClassName
{
border-color: #E314C1;
}
.TagClassName
{
border-color: #E314C1;
}
</style>