Shades of Shocking Pink #E51ACC
Tints of Shocking Pink #E51ACC
RGB
CMYK
RGB Variations
Color information
#E51ACC (or 0xE51ACC) is known color: Shocking Pink. HEX triplet: E5, 1A and CC. RGB value is (229,26,204). Sum of RGB (Red+Green+Blue) = 229+26+204=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ACC is #1AE533. Grayscale: #6A6A6A. Windows color (decimal): -1762612 or 13376229. OLE color: 13376229.
HSL color Cylindrical-coordinate representation of color #E51ACC: hue angle of 307.39º 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 #E51ACC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.10 |
| HSL | 307.39º | 0.8% | 0.5% | - |
| HSV(B) | 307.39º | 0.89% | 0.9% | - |
| XYZ | 43.58 | 21.76 | 59.03 | - |
| YUV | 106.99 | 182.75 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 204 | 0 | 0.89 | 0.11 | 0.10 | 307.39 | 0.8 | 0.5 |
| Hex | E5 | 1A | CC | 0 | 59 | B | A | 133 | 50 | 32 |
| Octal | 345 | 32 | 314 | 0 | 131 | 13 | 12 | 463 | 120 | 62 |
| Binary | 11100101 | 11010 | 11001100 | 0 | 1011001 | 1011 | 1010 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E51ACC
Complementary color
Monochromatic Colors of #E51ACC
Black with #E51ACC
Text Example
Text Example
White with #E51ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ACC; }
p { color: rgb(229,26,204); }
H1.HeaderClassName
{
color: #E51ACC;
}
.AnyTagClassName
{
color: #E51ACC;
}
</style>
background-color css
<style>
a { background-color: #E51ACC; }
a { background-color: rgb(229,26,204); }
div.DivClassName
{
background-color: #E51ACC;
}
.BgClassName
{
background-color: #E51ACC;
}
</style>
border-color css
<style>
span { border-color: #E51ACC; }
span { border-color: rgb(229,26,204); }
td.TdClassName
{
border-color: #E51ACC;
}
.TagClassName
{
border-color: #E51ACC;
}
</style>