Shades of Shocking Pink #E51ACB
Tints of Shocking Pink #E51ACB
RGB
CMYK
RGB Variations
Color information
#E51ACB (or 0xE51ACB) is known color: Shocking Pink. HEX triplet: E5, 1A and CB. RGB value is (229,26,203). Sum of RGB (Red+Green+Blue) = 229+26+203=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ACB is #1AE534. Grayscale: #6A6A6A. Windows color (decimal): -1762613 or 13310693. OLE color: 13310693.
HSL color Cylindrical-coordinate representation of color #E51ACB: hue angle of 307.68º 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 #E51ACB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.10 |
| HSL | 307.68º | 0.8% | 0.5% | - |
| HSV(B) | 307.68º | 0.89% | 0.9% | - |
| XYZ | 43.46 | 21.71 | 58.4 | - |
| YUV | 106.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 203 | 0 | 0.89 | 0.11 | 0.10 | 307.68 | 0.8 | 0.5 |
| Hex | E5 | 1A | CB | 0 | 59 | B | A | 134 | 50 | 32 |
| Octal | 345 | 32 | 313 | 0 | 131 | 13 | 12 | 464 | 120 | 62 |
| Binary | 11100101 | 11010 | 11001011 | 0 | 1011001 | 1011 | 1010 | 100110100 | 1010000 | 110010 |
Color Harmonies of #E51ACB
Complementary color
Monochromatic Colors of #E51ACB
Black with #E51ACB
Text Example
Text Example
White with #E51ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ACB; }
p { color: rgb(229,26,203); }
H1.HeaderClassName
{
color: #E51ACB;
}
.AnyTagClassName
{
color: #E51ACB;
}
</style>
background-color css
<style>
a { background-color: #E51ACB; }
a { background-color: rgb(229,26,203); }
div.DivClassName
{
background-color: #E51ACB;
}
.BgClassName
{
background-color: #E51ACB;
}
</style>
border-color css
<style>
span { border-color: #E51ACB; }
span { border-color: rgb(229,26,203); }
td.TdClassName
{
border-color: #E51ACB;
}
.TagClassName
{
border-color: #E51ACB;
}
</style>