Shades of Deep Pink #E41288
Tints of Deep Pink #E41288
RGB
CMYK
RGB Variations
Color information
#E41288 (or 0xE41288) is known color: Deep Pink. HEX triplet: E4, 12 and 88. RGB value is (228,18,136). Sum of RGB (Red+Green+Blue) = 228+18+136=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E41288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41288 is #1BED77. Grayscale: #5D5D5D. Windows color (decimal): -1830264 or 8917732. OLE color: 8917732.
HSL color Cylindrical-coordinate representation of color #E41288: hue angle of 326.29º 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 #E41288 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 136 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.11 |
| HSL | 326.29º | 0.85% | 0.48% | - |
| HSV(B) | 326.29º | 0.92% | 0.89% | - |
| XYZ | 36.66 | 18.7 | 24.97 | - |
| YUV | 94.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 136 | 0 | 0.92 | 0.40 | 0.11 | 326.29 | 0.85 | 0.48 |
| Hex | E4 | 12 | 88 | 0 | 5C | 28 | B | 146 | 55 | 30 |
| Octal | 344 | 22 | 210 | 0 | 134 | 50 | 13 | 506 | 125 | 60 |
| Binary | 11100100 | 10010 | 10001000 | 0 | 1011100 | 101000 | 1011 | 101000110 | 1010101 | 110000 |
Color Harmonies of #E41288
Complementary color
Monochromatic Colors of #E41288
Black with #E41288
Text Example
Text Example
White with #E41288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41288; }
p { color: rgb(228,18,136); }
H1.HeaderClassName
{
color: #E41288;
}
.AnyTagClassName
{
color: #E41288;
}
</style>
background-color css
<style>
a { background-color: #E41288; }
a { background-color: rgb(228,18,136); }
div.DivClassName
{
background-color: #E41288;
}
.BgClassName
{
background-color: #E41288;
}
</style>
border-color css
<style>
span { border-color: #E41288; }
span { border-color: rgb(228,18,136); }
td.TdClassName
{
border-color: #E41288;
}
.TagClassName
{
border-color: #E41288;
}
</style>