Shades of Deep Pink #E5178F
Tints of Deep Pink #E5178F
RGB
CMYK
RGB Variations
Color information
#E5178F (or 0xE5178F) is known color: Deep Pink. HEX triplet: E5, 17 and 8F. RGB value is (229,23,143). Sum of RGB (Red+Green+Blue) = 229+23+143=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E5178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5178F is #1AE870. Grayscale: #626262. Windows color (decimal): -1763441 or 9377765. OLE color: 9377765.
HSL color Cylindrical-coordinate representation of color #E5178F: hue angle of 325.05º 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 #E5178F is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 143 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.10 |
| HSL | 325.05º | 0.82% | 0.49% | - |
| HSV(B) | 325.05º | 0.9% | 0.9% | - |
| XYZ | 37.58 | 19.25 | 27.72 | - |
| YUV | 98.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 143 | 0 | 0.90 | 0.38 | 0.10 | 325.05 | 0.82 | 0.49 |
| Hex | E5 | 17 | 8F | 0 | 5A | 26 | A | 145 | 52 | 31 |
| Octal | 345 | 27 | 217 | 0 | 132 | 46 | 12 | 505 | 122 | 61 |
| Binary | 11100101 | 10111 | 10001111 | 0 | 1011010 | 100110 | 1010 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E5178F
Complementary color
Monochromatic Colors of #E5178F
Black with #E5178F
Text Example
Text Example
White with #E5178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5178F; }
p { color: rgb(229,23,143); }
H1.HeaderClassName
{
color: #E5178F;
}
.AnyTagClassName
{
color: #E5178F;
}
</style>
background-color css
<style>
a { background-color: #E5178F; }
a { background-color: rgb(229,23,143); }
div.DivClassName
{
background-color: #E5178F;
}
.BgClassName
{
background-color: #E5178F;
}
</style>
border-color css
<style>
span { border-color: #E5178F; }
span { border-color: rgb(229,23,143); }
td.TdClassName
{
border-color: #E5178F;
}
.TagClassName
{
border-color: #E5178F;
}
</style>