Shades of Deep Pink #E4128C
Tints of Deep Pink #E4128C
RGB
CMYK
RGB Variations
Color information
#E4128C (or 0xE4128C) is known color: Deep Pink. HEX triplet: E4, 12 and 8C. RGB value is (228,18,140). Sum of RGB (Red+Green+Blue) = 228+18+140=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E4128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4128C is #1BED73. Grayscale: #5E5E5E. Windows color (decimal): -1830260 or 9179876. OLE color: 9179876.
HSL color Cylindrical-coordinate representation of color #E4128C: hue angle of 325.14º 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 #E4128C is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.11 |
| HSL | 325.14º | 0.85% | 0.48% | - |
| HSV(B) | 325.14º | 0.92% | 0.89% | - |
| XYZ | 36.94 | 18.82 | 26.5 | - |
| YUV | 94.7 | 153.57 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 140 | 0 | 0.92 | 0.39 | 0.11 | 325.14 | 0.85 | 0.48 |
| Hex | E4 | 12 | 8C | 0 | 5C | 27 | B | 145 | 55 | 30 |
| Octal | 344 | 22 | 214 | 0 | 134 | 47 | 13 | 505 | 125 | 60 |
| Binary | 11100100 | 10010 | 10001100 | 0 | 1011100 | 100111 | 1011 | 101000101 | 1010101 | 110000 |
Color Harmonies of #E4128C
Complementary color
Monochromatic Colors of #E4128C
Black with #E4128C
Text Example
Text Example
White with #E4128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4128C; }
p { color: rgb(228,18,140); }
H1.HeaderClassName
{
color: #E4128C;
}
.AnyTagClassName
{
color: #E4128C;
}
</style>
background-color css
<style>
a { background-color: #E4128C; }
a { background-color: rgb(228,18,140); }
div.DivClassName
{
background-color: #E4128C;
}
.BgClassName
{
background-color: #E4128C;
}
</style>
border-color css
<style>
span { border-color: #E4128C; }
span { border-color: rgb(228,18,140); }
td.TdClassName
{
border-color: #E4128C;
}
.TagClassName
{
border-color: #E4128C;
}
</style>