Shades of Shocking Pink #E51CCF
Tints of Shocking Pink #E51CCF
RGB
CMYK
RGB Variations
Color information
#E51CCF (or 0xE51CCF) is known color: Shocking Pink. HEX triplet: E5, 1C and CF. RGB value is (229,28,207). Sum of RGB (Red+Green+Blue) = 229+28+207=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CCF is #1AE330. Grayscale: #6B6B6B. Windows color (decimal): -1762097 or 13573349. OLE color: 13573349.
HSL color Cylindrical-coordinate representation of color #E51CCF: hue angle of 306.57º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CCF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.10 |
| HSL | 306.57º | 0.79% | 0.5% | - |
| HSV(B) | 306.57º | 0.88% | 0.9% | - |
| XYZ | 43.99 | 21.99 | 60.96 | - |
| YUV | 108.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 207 | 0 | 0.88 | 0.10 | 0.10 | 306.57 | 0.79 | 0.5 |
| Hex | E5 | 1C | CF | 0 | 58 | A | A | 133 | 4F | 32 |
| Octal | 345 | 34 | 317 | 0 | 130 | 12 | 12 | 463 | 117 | 62 |
| Binary | 11100101 | 11100 | 11001111 | 0 | 1011000 | 1010 | 1010 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E51CCF
Complementary color
Monochromatic Colors of #E51CCF
Black with #E51CCF
Text Example
Text Example
White with #E51CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CCF; }
p { color: rgb(229,28,207); }
H1.HeaderClassName
{
color: #E51CCF;
}
.AnyTagClassName
{
color: #E51CCF;
}
</style>
background-color css
<style>
a { background-color: #E51CCF; }
a { background-color: rgb(229,28,207); }
div.DivClassName
{
background-color: #E51CCF;
}
.BgClassName
{
background-color: #E51CCF;
}
</style>
border-color css
<style>
span { border-color: #E51CCF; }
span { border-color: rgb(229,28,207); }
td.TdClassName
{
border-color: #E51CCF;
}
.TagClassName
{
border-color: #E51CCF;
}
</style>