Shades of Shocking Pink #E51AD3
Tints of Shocking Pink #E51AD3
RGB
CMYK
RGB Variations
Color information
#E51AD3 (or 0xE51AD3) is known color: Shocking Pink. HEX triplet: E5, 1A and D3. RGB value is (229,26,211). Sum of RGB (Red+Green+Blue) = 229+26+211=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AD3 is #1AE52C. Grayscale: #6B6B6B. Windows color (decimal): -1762605 or 13834981. OLE color: 13834981.
HSL color Cylindrical-coordinate representation of color #E51AD3: hue angle of 305.32º 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 #E51AD3 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 211 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.10 |
| HSL | 305.32º | 0.8% | 0.5% | - |
| HSV(B) | 305.32º | 0.89% | 0.9% | - |
| XYZ | 44.44 | 22.1 | 63.55 | - |
| YUV | 107.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 211 | 0 | 0.89 | 0.08 | 0.10 | 305.32 | 0.8 | 0.5 |
| Hex | E5 | 1A | D3 | 0 | 59 | 8 | A | 131 | 50 | 32 |
| Octal | 345 | 32 | 323 | 0 | 131 | 10 | 12 | 461 | 120 | 62 |
| Binary | 11100101 | 11010 | 11010011 | 0 | 1011001 | 1000 | 1010 | 100110001 | 1010000 | 110010 |
Color Harmonies of #E51AD3
Complementary color
Monochromatic Colors of #E51AD3
Black with #E51AD3
Text Example
Text Example
White with #E51AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AD3; }
p { color: rgb(229,26,211); }
H1.HeaderClassName
{
color: #E51AD3;
}
.AnyTagClassName
{
color: #E51AD3;
}
</style>
background-color css
<style>
a { background-color: #E51AD3; }
a { background-color: rgb(229,26,211); }
div.DivClassName
{
background-color: #E51AD3;
}
.BgClassName
{
background-color: #E51AD3;
}
</style>
border-color css
<style>
span { border-color: #E51AD3; }
span { border-color: rgb(229,26,211); }
td.TdClassName
{
border-color: #E51AD3;
}
.TagClassName
{
border-color: #E51AD3;
}
</style>