Shades of Shocking Pink #E41ABB
Tints of Shocking Pink #E41ABB
RGB
CMYK
RGB Variations
Color information
#E41ABB (or 0xE41ABB) is known color: Shocking Pink. HEX triplet: E4, 1A and BB. RGB value is (228,26,187). Sum of RGB (Red+Green+Blue) = 228+26+187=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ABB is #1BE544. Grayscale: #686868. Windows color (decimal): -1828165 or 12262116. OLE color: 12262116.
HSL color Cylindrical-coordinate representation of color #E41ABB: hue angle of 312.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41ABB is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 187 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.11 |
| HSL | 312.18º | 0.8% | 0.5% | - |
| HSV(B) | 312.18º | 0.89% | 0.89% | - |
| XYZ | 41.33 | 20.82 | 48.85 | - |
| YUV | 104.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 187 | 0 | 0.89 | 0.18 | 0.11 | 312.18 | 0.8 | 0.5 |
| Hex | E4 | 1A | BB | 0 | 59 | 12 | B | 138 | 50 | 32 |
| Octal | 344 | 32 | 273 | 0 | 131 | 22 | 13 | 470 | 120 | 62 |
| Binary | 11100100 | 11010 | 10111011 | 0 | 1011001 | 10010 | 1011 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E41ABB
Complementary color
Monochromatic Colors of #E41ABB
Black with #E41ABB
Text Example
Text Example
White with #E41ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41ABB; }
p { color: rgb(228,26,187); }
H1.HeaderClassName
{
color: #E41ABB;
}
.AnyTagClassName
{
color: #E41ABB;
}
</style>
background-color css
<style>
a { background-color: #E41ABB; }
a { background-color: rgb(228,26,187); }
div.DivClassName
{
background-color: #E41ABB;
}
.BgClassName
{
background-color: #E41ABB;
}
</style>
border-color css
<style>
span { border-color: #E41ABB; }
span { border-color: rgb(228,26,187); }
td.TdClassName
{
border-color: #E41ABB;
}
.TagClassName
{
border-color: #E41ABB;
}
</style>