Shades of Shocking Pink #E319CF
Tints of Shocking Pink #E319CF
RGB
CMYK
RGB Variations
Color information
#E319CF (or 0xE319CF) is known color: Shocking Pink. HEX triplet: E3, 19 and CF. RGB value is (227,25,207). Sum of RGB (Red+Green+Blue) = 227+25+207=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E319CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319CF is #1CE630. Grayscale: #696969. Windows color (decimal): -1893937 or 13572579. OLE color: 13572579.
HSL color Cylindrical-coordinate representation of color #E319CF: hue angle of 305.94º 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 #E319CF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 207 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.11 |
| HSL | 305.94º | 0.8% | 0.49% | - |
| HSV(B) | 305.94º | 0.89% | 0.89% | - |
| XYZ | 43.29 | 21.53 | 60.91 | - |
| YUV | 106.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 207 | 0 | 0.89 | 0.09 | 0.11 | 305.94 | 0.8 | 0.49 |
| Hex | E3 | 19 | CF | 0 | 59 | 9 | B | 132 | 50 | 31 |
| Octal | 343 | 31 | 317 | 0 | 131 | 11 | 13 | 462 | 120 | 61 |
| Binary | 11100011 | 11001 | 11001111 | 0 | 1011001 | 1001 | 1011 | 100110010 | 1010000 | 110001 |
Color Harmonies of #E319CF
Complementary color
Monochromatic Colors of #E319CF
Black with #E319CF
Text Example
Text Example
White with #E319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319CF; }
p { color: rgb(227,25,207); }
H1.HeaderClassName
{
color: #E319CF;
}
.AnyTagClassName
{
color: #E319CF;
}
</style>
background-color css
<style>
a { background-color: #E319CF; }
a { background-color: rgb(227,25,207); }
div.DivClassName
{
background-color: #E319CF;
}
.BgClassName
{
background-color: #E319CF;
}
</style>
border-color css
<style>
span { border-color: #E319CF; }
span { border-color: rgb(227,25,207); }
td.TdClassName
{
border-color: #E319CF;
}
.TagClassName
{
border-color: #E319CF;
}
</style>