Shades of Deep Pink #E5178A
Tints of Deep Pink #E5178A
RGB
CMYK
RGB Variations
Color information
#E5178A (or 0xE5178A) is known color: Deep Pink. HEX triplet: E5, 17 and 8A. RGB value is (229,23,138). Sum of RGB (Red+Green+Blue) = 229+23+138=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5178A is #1AE875. Grayscale: #616161. Windows color (decimal): -1763446 or 9050085. OLE color: 9050085.
HSL color Cylindrical-coordinate representation of color #E5178A: hue angle of 326.5º 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 #E5178A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.10 |
| HSL | 326.5º | 0.82% | 0.49% | - |
| HSV(B) | 326.5º | 0.9% | 0.9% | - |
| XYZ | 37.21 | 19.11 | 25.77 | - |
| YUV | 97.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 138 | 0 | 0.90 | 0.40 | 0.10 | 326.5 | 0.82 | 0.49 |
| Hex | E5 | 17 | 8A | 0 | 5A | 28 | A | 147 | 52 | 31 |
| Octal | 345 | 27 | 212 | 0 | 132 | 50 | 12 | 507 | 122 | 61 |
| Binary | 11100101 | 10111 | 10001010 | 0 | 1011010 | 101000 | 1010 | 101000111 | 1010010 | 110001 |
Color Harmonies of #E5178A
Complementary color
Monochromatic Colors of #E5178A
Black with #E5178A
Text Example
Text Example
White with #E5178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5178A; }
p { color: rgb(229,23,138); }
H1.HeaderClassName
{
color: #E5178A;
}
.AnyTagClassName
{
color: #E5178A;
}
</style>
background-color css
<style>
a { background-color: #E5178A; }
a { background-color: rgb(229,23,138); }
div.DivClassName
{
background-color: #E5178A;
}
.BgClassName
{
background-color: #E5178A;
}
</style>
border-color css
<style>
span { border-color: #E5178A; }
span { border-color: rgb(229,23,138); }
td.TdClassName
{
border-color: #E5178A;
}
.TagClassName
{
border-color: #E5178A;
}
</style>