Shades of Deep Pink #E5178B
Tints of Deep Pink #E5178B
RGB
CMYK
RGB Variations
Color information
#E5178B (or 0xE5178B) is known color: Deep Pink. HEX triplet: E5, 17 and 8B. RGB value is (229,23,139). Sum of RGB (Red+Green+Blue) = 229+23+139=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5178B is #1AE874. Grayscale: #616161. Windows color (decimal): -1763445 or 9115621. OLE color: 9115621.
HSL color Cylindrical-coordinate representation of color #E5178B: hue angle of 326.21º 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 #E5178B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 139 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.10 |
| HSL | 326.21º | 0.82% | 0.49% | - |
| HSV(B) | 326.21º | 0.9% | 0.9% | - |
| XYZ | 37.28 | 19.13 | 26.15 | - |
| YUV | 97.82 | 151.25 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 139 | 0 | 0.90 | 0.39 | 0.10 | 326.21 | 0.82 | 0.49 |
| Hex | E5 | 17 | 8B | 0 | 5A | 27 | A | 146 | 52 | 31 |
| Octal | 345 | 27 | 213 | 0 | 132 | 47 | 12 | 506 | 122 | 61 |
| Binary | 11100101 | 10111 | 10001011 | 0 | 1011010 | 100111 | 1010 | 101000110 | 1010010 | 110001 |
Color Harmonies of #E5178B
Complementary color
Monochromatic Colors of #E5178B
Black with #E5178B
Text Example
Text Example
White with #E5178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5178B; }
p { color: rgb(229,23,139); }
H1.HeaderClassName
{
color: #E5178B;
}
.AnyTagClassName
{
color: #E5178B;
}
</style>
background-color css
<style>
a { background-color: #E5178B; }
a { background-color: rgb(229,23,139); }
div.DivClassName
{
background-color: #E5178B;
}
.BgClassName
{
background-color: #E5178B;
}
</style>
border-color css
<style>
span { border-color: #E5178B; }
span { border-color: rgb(229,23,139); }
td.TdClassName
{
border-color: #E5178B;
}
.TagClassName
{
border-color: #E5178B;
}
</style>