Shades of Deep Pink #E4188B
Tints of Deep Pink #E4188B
RGB
CMYK
RGB Variations
Color information
#E4188B (or 0xE4188B) is known color: Deep Pink. HEX triplet: E4, 18 and 8B. RGB value is (228,24,139). Sum of RGB (Red+Green+Blue) = 228+24+139=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4188B is #1BE774. Grayscale: #616161. Windows color (decimal): -1828725 or 9115876. OLE color: 9115876.
HSL color Cylindrical-coordinate representation of color #E4188B: hue angle of 326.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4188B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 139 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.11 |
| HSL | 326.18º | 0.81% | 0.49% | - |
| HSV(B) | 326.18º | 0.89% | 0.89% | - |
| XYZ | 36.98 | 19.01 | 26.15 | - |
| YUV | 98.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 139 | 0 | 0.89 | 0.39 | 0.11 | 326.18 | 0.81 | 0.49 |
| Hex | E4 | 18 | 8B | 0 | 59 | 27 | B | 146 | 51 | 31 |
| Octal | 344 | 30 | 213 | 0 | 131 | 47 | 13 | 506 | 121 | 61 |
| Binary | 11100100 | 11000 | 10001011 | 0 | 1011001 | 100111 | 1011 | 101000110 | 1010001 | 110001 |
Color Harmonies of #E4188B
Complementary color
Monochromatic Colors of #E4188B
Black with #E4188B
Text Example
Text Example
White with #E4188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4188B; }
p { color: rgb(228,24,139); }
H1.HeaderClassName
{
color: #E4188B;
}
.AnyTagClassName
{
color: #E4188B;
}
</style>
background-color css
<style>
a { background-color: #E4188B; }
a { background-color: rgb(228,24,139); }
div.DivClassName
{
background-color: #E4188B;
}
.BgClassName
{
background-color: #E4188B;
}
</style>
border-color css
<style>
span { border-color: #E4188B; }
span { border-color: rgb(228,24,139); }
td.TdClassName
{
border-color: #E4188B;
}
.TagClassName
{
border-color: #E4188B;
}
</style>