Shades of Deep Pink #E5178E
Tints of Deep Pink #E5178E
RGB
CMYK
RGB Variations
Color information
#E5178E (or 0xE5178E) is known color: Deep Pink. HEX triplet: E5, 17 and 8E. RGB value is (229,23,142). Sum of RGB (Red+Green+Blue) = 229+23+142=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5178E is #1AE871. Grayscale: #616161. Windows color (decimal): -1763442 or 9312229. OLE color: 9312229.
HSL color Cylindrical-coordinate representation of color #E5178E: hue angle of 325.34º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5178E is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 142 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.10 |
| HSL | 325.34º | 0.82% | 0.49% | - |
| HSV(B) | 325.34º | 0.9% | 0.9% | - |
| XYZ | 37.5 | 19.22 | 27.33 | - |
| YUV | 98.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 142 | 0 | 0.90 | 0.38 | 0.10 | 325.34 | 0.82 | 0.49 |
| Hex | E5 | 17 | 8E | 0 | 5A | 26 | A | 145 | 52 | 31 |
| Octal | 345 | 27 | 216 | 0 | 132 | 46 | 12 | 505 | 122 | 61 |
| Binary | 11100101 | 10111 | 10001110 | 0 | 1011010 | 100110 | 1010 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E5178E
Complementary color
Monochromatic Colors of #E5178E
Black with #E5178E
Text Example
Text Example
White with #E5178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5178E; }
p { color: rgb(229,23,142); }
H1.HeaderClassName
{
color: #E5178E;
}
.AnyTagClassName
{
color: #E5178E;
}
</style>
background-color css
<style>
a { background-color: #E5178E; }
a { background-color: rgb(229,23,142); }
div.DivClassName
{
background-color: #E5178E;
}
.BgClassName
{
background-color: #E5178E;
}
</style>
border-color css
<style>
span { border-color: #E5178E; }
span { border-color: rgb(229,23,142); }
td.TdClassName
{
border-color: #E5178E;
}
.TagClassName
{
border-color: #E5178E;
}
</style>