Shades of Shocking Pink #E314CC
Tints of Shocking Pink #E314CC
RGB
CMYK
RGB Variations
Color information
#E314CC (or 0xE314CC) is known color: Shocking Pink. HEX triplet: E3, 14 and CC. RGB value is (227,20,204). Sum of RGB (Red+Green+Blue) = 227+20+204=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E314CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314CC is #1CEB33. Grayscale: #666666. Windows color (decimal): -1895220 or 13374691. OLE color: 13374691.
HSL color Cylindrical-coordinate representation of color #E314CC: hue angle of 306.67º 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 #E314CC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 204 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.11 |
| HSL | 306.67º | 0.84% | 0.48% | - |
| HSV(B) | 306.67º | 0.91% | 0.89% | - |
| XYZ | 42.83 | 21.19 | 58.96 | - |
| YUV | 102.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 204 | 0 | 0.91 | 0.10 | 0.11 | 306.67 | 0.84 | 0.48 |
| Hex | E3 | 14 | CC | 0 | 5B | A | B | 133 | 54 | 30 |
| Octal | 343 | 24 | 314 | 0 | 133 | 12 | 13 | 463 | 124 | 60 |
| Binary | 11100011 | 10100 | 11001100 | 0 | 1011011 | 1010 | 1011 | 100110011 | 1010100 | 110000 |
Color Harmonies of #E314CC
Complementary color
Monochromatic Colors of #E314CC
Black with #E314CC
Text Example
Text Example
White with #E314CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314CC; }
p { color: rgb(227,20,204); }
H1.HeaderClassName
{
color: #E314CC;
}
.AnyTagClassName
{
color: #E314CC;
}
</style>
background-color css
<style>
a { background-color: #E314CC; }
a { background-color: rgb(227,20,204); }
div.DivClassName
{
background-color: #E314CC;
}
.BgClassName
{
background-color: #E314CC;
}
</style>
border-color css
<style>
span { border-color: #E314CC; }
span { border-color: rgb(227,20,204); }
td.TdClassName
{
border-color: #E314CC;
}
.TagClassName
{
border-color: #E314CC;
}
</style>