Shades of Deep Pink #E5188A
Tints of Deep Pink #E5188A
RGB
CMYK
RGB Variations
Color information
#E5188A (or 0xE5188A) is known color: Deep Pink. HEX triplet: E5, 18 and 8A. RGB value is (229,24,138). Sum of RGB (Red+Green+Blue) = 229+24+138=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5188A is #1AE775. Grayscale: #626262. Windows color (decimal): -1763190 or 9050341. OLE color: 9050341.
HSL color Cylindrical-coordinate representation of color #E5188A: hue angle of 326.63º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5188A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 138 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.10 |
| HSL | 326.63º | 0.81% | 0.5% | - |
| HSV(B) | 326.63º | 0.9% | 0.9% | - |
| XYZ | 37.23 | 19.15 | 25.78 | - |
| YUV | 98.29 | 150.42 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 138 | 0 | 0.90 | 0.40 | 0.10 | 326.63 | 0.81 | 0.5 |
| Hex | E5 | 18 | 8A | 0 | 5A | 28 | A | 147 | 51 | 32 |
| Octal | 345 | 30 | 212 | 0 | 132 | 50 | 12 | 507 | 121 | 62 |
| Binary | 11100101 | 11000 | 10001010 | 0 | 1011010 | 101000 | 1010 | 101000111 | 1010001 | 110010 |
Color Harmonies of #E5188A
Complementary color
Monochromatic Colors of #E5188A
Black with #E5188A
Text Example
Text Example
White with #E5188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5188A; }
p { color: rgb(229,24,138); }
H1.HeaderClassName
{
color: #E5188A;
}
.AnyTagClassName
{
color: #E5188A;
}
</style>
background-color css
<style>
a { background-color: #E5188A; }
a { background-color: rgb(229,24,138); }
div.DivClassName
{
background-color: #E5188A;
}
.BgClassName
{
background-color: #E5188A;
}
</style>
border-color css
<style>
span { border-color: #E5188A; }
span { border-color: rgb(229,24,138); }
td.TdClassName
{
border-color: #E5188A;
}
.TagClassName
{
border-color: #E5188A;
}
</style>