Shades of Shocking Pink #E319CA
Tints of Shocking Pink #E319CA
RGB
CMYK
RGB Variations
Color information
#E319CA (or 0xE319CA) is known color: Shocking Pink. HEX triplet: E3, 19 and CA. RGB value is (227,25,202). Sum of RGB (Red+Green+Blue) = 227+25+202=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E319CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319CA is #1CE635. Grayscale: #696969. Windows color (decimal): -1893942 or 13244899. OLE color: 13244899.
HSL color Cylindrical-coordinate representation of color #E319CA: hue angle of 307.43º 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 #E319CA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 202 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.11 |
| HSL | 307.43º | 0.8% | 0.49% | - |
| HSV(B) | 307.43º | 0.89% | 0.89% | - |
| XYZ | 42.69 | 21.29 | 57.74 | - |
| YUV | 105.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 202 | 0 | 0.89 | 0.11 | 0.11 | 307.43 | 0.8 | 0.49 |
| Hex | E3 | 19 | CA | 0 | 59 | B | B | 133 | 50 | 31 |
| Octal | 343 | 31 | 312 | 0 | 131 | 13 | 13 | 463 | 120 | 61 |
| Binary | 11100011 | 11001 | 11001010 | 0 | 1011001 | 1011 | 1011 | 100110011 | 1010000 | 110001 |
Color Harmonies of #E319CA
Complementary color
Monochromatic Colors of #E319CA
Black with #E319CA
Text Example
Text Example
White with #E319CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319CA; }
p { color: rgb(227,25,202); }
H1.HeaderClassName
{
color: #E319CA;
}
.AnyTagClassName
{
color: #E319CA;
}
</style>
background-color css
<style>
a { background-color: #E319CA; }
a { background-color: rgb(227,25,202); }
div.DivClassName
{
background-color: #E319CA;
}
.BgClassName
{
background-color: #E319CA;
}
</style>
border-color css
<style>
span { border-color: #E319CA; }
span { border-color: rgb(227,25,202); }
td.TdClassName
{
border-color: #E319CA;
}
.TagClassName
{
border-color: #E319CA;
}
</style>