Shades of Shocking Pink #E41AB9
Tints of Shocking Pink #E41AB9
RGB
CMYK
RGB Variations
Color information
#E41AB9 (or 0xE41AB9) is known color: Shocking Pink. HEX triplet: E4, 1A and B9. RGB value is (228,26,185). Sum of RGB (Red+Green+Blue) = 228+26+185=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E41AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41AB9 is #1BE546. Grayscale: #686868. Windows color (decimal): -1828167 or 12131044. OLE color: 12131044.
HSL color Cylindrical-coordinate representation of color #E41AB9: hue angle of 312.77º 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 #E41AB9 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 185 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.11 |
| HSL | 312.77º | 0.8% | 0.5% | - |
| HSV(B) | 312.77º | 0.89% | 0.89% | - |
| XYZ | 41.12 | 20.74 | 47.73 | - |
| YUV | 104.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 185 | 0 | 0.89 | 0.19 | 0.11 | 312.77 | 0.8 | 0.5 |
| Hex | E4 | 1A | B9 | 0 | 59 | 13 | B | 139 | 50 | 32 |
| Octal | 344 | 32 | 271 | 0 | 131 | 23 | 13 | 471 | 120 | 62 |
| Binary | 11100100 | 11010 | 10111001 | 0 | 1011001 | 10011 | 1011 | 100111001 | 1010000 | 110010 |
Color Harmonies of #E41AB9
Complementary color
Monochromatic Colors of #E41AB9
Black with #E41AB9
Text Example
Text Example
White with #E41AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AB9; }
p { color: rgb(228,26,185); }
H1.HeaderClassName
{
color: #E41AB9;
}
.AnyTagClassName
{
color: #E41AB9;
}
</style>
background-color css
<style>
a { background-color: #E41AB9; }
a { background-color: rgb(228,26,185); }
div.DivClassName
{
background-color: #E41AB9;
}
.BgClassName
{
background-color: #E41AB9;
}
</style>
border-color css
<style>
span { border-color: #E41AB9; }
span { border-color: rgb(228,26,185); }
td.TdClassName
{
border-color: #E41AB9;
}
.TagClassName
{
border-color: #E41AB9;
}
</style>