Shades of Deep Pink #EA177E
Tints of Deep Pink #EA177E
RGB
CMYK
RGB Variations
Color information
#EA177E (or 0xEA177E) is known color: Deep Pink. HEX triplet: EA, 17 and 7E. RGB value is (234,23,126). Sum of RGB (Red+Green+Blue) = 234+23+126=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA177E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA177E is #15E881. Grayscale: #616161. Windows color (decimal): -1435778 or 8263658. OLE color: 8263658.
HSL color Cylindrical-coordinate representation of color #EA177E: hue angle of 330.71º 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 #EA177E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.08 |
| HSL | 330.71º | 0.83% | 0.5% | - |
| HSV(B) | 330.71º | 0.9% | 0.92% | - |
| XYZ | 38 | 19.61 | 21.52 | - |
| YUV | 97.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 126 | 0 | 0.90 | 0.46 | 0.08 | 330.71 | 0.83 | 0.5 |
| Hex | EA | 17 | 7E | 0 | 5A | 2E | 8 | 14B | 53 | 32 |
| Octal | 352 | 27 | 176 | 0 | 132 | 56 | 10 | 513 | 123 | 62 |
| Binary | 11101010 | 10111 | 1111110 | 0 | 1011010 | 101110 | 1000 | 101001011 | 1010011 | 110010 |
Color Harmonies of #EA177E
Complementary color
Monochromatic Colors of #EA177E
Black with #EA177E
Text Example
Text Example
White with #EA177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA177E; }
p { color: rgb(234,23,126); }
H1.HeaderClassName
{
color: #EA177E;
}
.AnyTagClassName
{
color: #EA177E;
}
</style>
background-color css
<style>
a { background-color: #EA177E; }
a { background-color: rgb(234,23,126); }
div.DivClassName
{
background-color: #EA177E;
}
.BgClassName
{
background-color: #EA177E;
}
</style>
border-color css
<style>
span { border-color: #EA177E; }
span { border-color: rgb(234,23,126); }
td.TdClassName
{
border-color: #EA177E;
}
.TagClassName
{
border-color: #EA177E;
}
</style>