Shades of Deep Pink #EA177C
Tints of Deep Pink #EA177C
RGB
CMYK
RGB Variations
Color information
#EA177C (or 0xEA177C) is known color: Deep Pink. HEX triplet: EA, 17 and 7C. RGB value is (234,23,124). Sum of RGB (Red+Green+Blue) = 234+23+124=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA177C is #15E883. Grayscale: #616161. Windows color (decimal): -1435780 or 8132586. OLE color: 8132586.
HSL color Cylindrical-coordinate representation of color #EA177C: hue angle of 331.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA177C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.28º | 0.83% | 0.5% | - |
| HSV(B) | 331.28º | 0.9% | 0.92% | - |
| XYZ | 37.88 | 19.56 | 20.85 | - |
| YUV | 97.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 124 | 0 | 0.90 | 0.47 | 0.08 | 331.28 | 0.83 | 0.5 |
| Hex | EA | 17 | 7C | 0 | 5A | 2F | 8 | 14B | 53 | 32 |
| Octal | 352 | 27 | 174 | 0 | 132 | 57 | 10 | 513 | 123 | 62 |
| Binary | 11101010 | 10111 | 1111100 | 0 | 1011010 | 101111 | 1000 | 101001011 | 1010011 | 110010 |
Color Harmonies of #EA177C
Complementary color
Monochromatic Colors of #EA177C
Black with #EA177C
Text Example
Text Example
White with #EA177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA177C; }
p { color: rgb(234,23,124); }
H1.HeaderClassName
{
color: #EA177C;
}
.AnyTagClassName
{
color: #EA177C;
}
</style>
background-color css
<style>
a { background-color: #EA177C; }
a { background-color: rgb(234,23,124); }
div.DivClassName
{
background-color: #EA177C;
}
.BgClassName
{
background-color: #EA177C;
}
</style>
border-color css
<style>
span { border-color: #EA177C; }
span { border-color: rgb(234,23,124); }
td.TdClassName
{
border-color: #EA177C;
}
.TagClassName
{
border-color: #EA177C;
}
</style>