Shades of Shocking Pink #E319CC
Tints of Shocking Pink #E319CC
RGB
CMYK
RGB Variations
Color information
#E319CC (or 0xE319CC) is known color: Shocking Pink. HEX triplet: E3, 19 and CC. RGB value is (227,25,204). Sum of RGB (Red+Green+Blue) = 227+25+204=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E319CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319CC is #1CE633. Grayscale: #696969. Windows color (decimal): -1893940 or 13375971. OLE color: 13375971.
HSL color Cylindrical-coordinate representation of color #E319CC: hue angle of 306.83º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E319CC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 204 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.83º | 0.8% | 0.49% | - |
| HSV(B) | 306.83º | 0.89% | 0.89% | - |
| XYZ | 42.93 | 21.39 | 58.99 | - |
| YUV | 105.8 | 183.42 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 204 | 0 | 0.89 | 0.10 | 0.11 | 306.83 | 0.8 | 0.49 |
| Hex | E3 | 19 | CC | 0 | 59 | A | B | 133 | 50 | 31 |
| Octal | 343 | 31 | 314 | 0 | 131 | 12 | 13 | 463 | 120 | 61 |
| Binary | 11100011 | 11001 | 11001100 | 0 | 1011001 | 1010 | 1011 | 100110011 | 1010000 | 110001 |
Color Harmonies of #E319CC
Complementary color
Monochromatic Colors of #E319CC
Black with #E319CC
Text Example
Text Example
White with #E319CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319CC; }
p { color: rgb(227,25,204); }
H1.HeaderClassName
{
color: #E319CC;
}
.AnyTagClassName
{
color: #E319CC;
}
</style>
background-color css
<style>
a { background-color: #E319CC; }
a { background-color: rgb(227,25,204); }
div.DivClassName
{
background-color: #E319CC;
}
.BgClassName
{
background-color: #E319CC;
}
</style>
border-color css
<style>
span { border-color: #E319CC; }
span { border-color: rgb(227,25,204); }
td.TdClassName
{
border-color: #E319CC;
}
.TagClassName
{
border-color: #E319CC;
}
</style>