Shades of Shocking Pink #E51FCA
Tints of Shocking Pink #E51FCA
RGB
CMYK
RGB Variations
Color information
#E51FCA (or 0xE51FCA) is known color: Shocking Pink. HEX triplet: E5, 1F and CA. RGB value is (229,31,202). Sum of RGB (Red+Green+Blue) = 229+31+202=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51FCA is #1AE035. Grayscale: #6D6D6D. Windows color (decimal): -1761334 or 13246437. OLE color: 13246437.
HSL color Cylindrical-coordinate representation of color #E51FCA: hue angle of 308.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51FCA is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 202 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.10 |
| HSL | 308.18º | 0.79% | 0.51% | - |
| HSV(B) | 308.18º | 0.86% | 0.9% | - |
| XYZ | 43.46 | 21.9 | 57.81 | - |
| YUV | 109.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 202 | 0 | 0.86 | 0.12 | 0.10 | 308.18 | 0.79 | 0.51 |
| Hex | E5 | 1F | CA | 0 | 56 | C | A | 134 | 4F | 33 |
| Octal | 345 | 37 | 312 | 0 | 126 | 14 | 12 | 464 | 117 | 63 |
| Binary | 11100101 | 11111 | 11001010 | 0 | 1010110 | 1100 | 1010 | 100110100 | 1001111 | 110011 |
Color Harmonies of #E51FCA
Complementary color
Monochromatic Colors of #E51FCA
Black with #E51FCA
Text Example
Text Example
White with #E51FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FCA; }
p { color: rgb(229,31,202); }
H1.HeaderClassName
{
color: #E51FCA;
}
.AnyTagClassName
{
color: #E51FCA;
}
</style>
background-color css
<style>
a { background-color: #E51FCA; }
a { background-color: rgb(229,31,202); }
div.DivClassName
{
background-color: #E51FCA;
}
.BgClassName
{
background-color: #E51FCA;
}
</style>
border-color css
<style>
span { border-color: #E51FCA; }
span { border-color: rgb(229,31,202); }
td.TdClassName
{
border-color: #E51FCA;
}
.TagClassName
{
border-color: #E51FCA;
}
</style>