Shades of Deep Pink #E4128B
Tints of Deep Pink #E4128B
RGB
CMYK
RGB Variations
Color information
#E4128B (or 0xE4128B) is known color: Deep Pink. HEX triplet: E4, 12 and 8B. RGB value is (228,18,139). Sum of RGB (Red+Green+Blue) = 228+18+139=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E4128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4128B is #1BED74. Grayscale: #5E5E5E. Windows color (decimal): -1830261 or 9114340. OLE color: 9114340.
HSL color Cylindrical-coordinate representation of color #E4128B: hue angle of 325.43º 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 #E4128B is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 139 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.11 |
| HSL | 325.43º | 0.85% | 0.48% | - |
| HSV(B) | 325.43º | 0.92% | 0.89% | - |
| XYZ | 36.87 | 18.79 | 26.11 | - |
| YUV | 94.58 | 153.07 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 139 | 0 | 0.92 | 0.39 | 0.11 | 325.43 | 0.85 | 0.48 |
| Hex | E4 | 12 | 8B | 0 | 5C | 27 | B | 145 | 55 | 30 |
| Octal | 344 | 22 | 213 | 0 | 134 | 47 | 13 | 505 | 125 | 60 |
| Binary | 11100100 | 10010 | 10001011 | 0 | 1011100 | 100111 | 1011 | 101000101 | 1010101 | 110000 |
Color Harmonies of #E4128B
Complementary color
Monochromatic Colors of #E4128B
Black with #E4128B
Text Example
Text Example
White with #E4128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4128B; }
p { color: rgb(228,18,139); }
H1.HeaderClassName
{
color: #E4128B;
}
.AnyTagClassName
{
color: #E4128B;
}
</style>
background-color css
<style>
a { background-color: #E4128B; }
a { background-color: rgb(228,18,139); }
div.DivClassName
{
background-color: #E4128B;
}
.BgClassName
{
background-color: #E4128B;
}
</style>
border-color css
<style>
span { border-color: #E4128B; }
span { border-color: rgb(228,18,139); }
td.TdClassName
{
border-color: #E4128B;
}
.TagClassName
{
border-color: #E4128B;
}
</style>