Shades of Shocking Pink #E51ACE
Tints of Shocking Pink #E51ACE
RGB
CMYK
RGB Variations
Color information
#E51ACE (or 0xE51ACE) is known color: Shocking Pink. HEX triplet: E5, 1A and CE. RGB value is (229,26,206). Sum of RGB (Red+Green+Blue) = 229+26+206=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ACE is #1AE531. Grayscale: #6A6A6A. Windows color (decimal): -1762610 or 13507301. OLE color: 13507301.
HSL color Cylindrical-coordinate representation of color #E51ACE: hue angle of 306.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51ACE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.10 |
| HSL | 306.8º | 0.8% | 0.5% | - |
| HSV(B) | 306.8º | 0.89% | 0.9% | - |
| XYZ | 43.82 | 21.85 | 60.3 | - |
| YUV | 107.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 206 | 0 | 0.89 | 0.10 | 0.10 | 306.8 | 0.8 | 0.5 |
| Hex | E5 | 1A | CE | 0 | 59 | A | A | 133 | 50 | 32 |
| Octal | 345 | 32 | 316 | 0 | 131 | 12 | 12 | 463 | 120 | 62 |
| Binary | 11100101 | 11010 | 11001110 | 0 | 1011001 | 1010 | 1010 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E51ACE
Complementary color
Monochromatic Colors of #E51ACE
Black with #E51ACE
Text Example
Text Example
White with #E51ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ACE; }
p { color: rgb(229,26,206); }
H1.HeaderClassName
{
color: #E51ACE;
}
.AnyTagClassName
{
color: #E51ACE;
}
</style>
background-color css
<style>
a { background-color: #E51ACE; }
a { background-color: rgb(229,26,206); }
div.DivClassName
{
background-color: #E51ACE;
}
.BgClassName
{
background-color: #E51ACE;
}
</style>
border-color css
<style>
span { border-color: #E51ACE; }
span { border-color: rgb(229,26,206); }
td.TdClassName
{
border-color: #E51ACE;
}
.TagClassName
{
border-color: #E51ACE;
}
</style>