Shades of Deep Pink #E41289
Tints of Deep Pink #E41289
RGB
CMYK
RGB Variations
Color information
#E41289 (or 0xE41289) is known color: Deep Pink. HEX triplet: E4, 12 and 89. RGB value is (228,18,137). Sum of RGB (Red+Green+Blue) = 228+18+137=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E41289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41289 is #1BED76. Grayscale: #5E5E5E. Windows color (decimal): -1830263 or 8983268. OLE color: 8983268.
HSL color Cylindrical-coordinate representation of color #E41289: hue angle of 326º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41289 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 137 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.11 |
| HSL | 326º | 0.85% | 0.48% | - |
| HSV(B) | 326º | 0.92% | 0.89% | - |
| XYZ | 36.73 | 18.73 | 25.35 | - |
| YUV | 94.36 | 152.07 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 137 | 0 | 0.92 | 0.40 | 0.11 | 326 | 0.85 | 0.48 |
| Hex | E4 | 12 | 89 | 0 | 5C | 28 | B | 146 | 55 | 30 |
| Octal | 344 | 22 | 211 | 0 | 134 | 50 | 13 | 506 | 125 | 60 |
| Binary | 11100100 | 10010 | 10001001 | 0 | 1011100 | 101000 | 1011 | 101000110 | 1010101 | 110000 |
Color Harmonies of #E41289
Complementary color
Monochromatic Colors of #E41289
Black with #E41289
Text Example
Text Example
White with #E41289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41289; }
p { color: rgb(228,18,137); }
H1.HeaderClassName
{
color: #E41289;
}
.AnyTagClassName
{
color: #E41289;
}
</style>
background-color css
<style>
a { background-color: #E41289; }
a { background-color: rgb(228,18,137); }
div.DivClassName
{
background-color: #E41289;
}
.BgClassName
{
background-color: #E41289;
}
</style>
border-color css
<style>
span { border-color: #E41289; }
span { border-color: rgb(228,18,137); }
td.TdClassName
{
border-color: #E41289;
}
.TagClassName
{
border-color: #E41289;
}
</style>