Shades of Dark Pink #EA5174
Tints of Dark Pink #EA5174
RGB
CMYK
RGB Variations
Color information
#EA5174 (or 0xEA5174) is known color: Dark Pink. HEX triplet: EA, 51 and 74. RGB value is (234,81,116). Sum of RGB (Red+Green+Blue) = 234+81+116=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5174 is #15AE8B. Grayscale: #828282. Windows color (decimal): -1420940 or 7623146. OLE color: 7623146.
HSL color Cylindrical-coordinate representation of color #EA5174: hue angle of 346.27º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5174 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 116 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.08 |
| HSL | 346.27º | 0.78% | 0.62% | - |
| HSV(B) | 346.27º | 0.65% | 0.92% | - |
| XYZ | 40.03 | 24.64 | 19.17 | - |
| YUV | 130.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 116 | 0 | 0.65 | 0.50 | 0.08 | 346.27 | 0.78 | 0.62 |
| Hex | EA | 51 | 74 | 0 | 41 | 32 | 8 | 15A | 4E | 3E |
| Octal | 352 | 121 | 164 | 0 | 101 | 62 | 10 | 532 | 116 | 76 |
| Binary | 11101010 | 1010001 | 1110100 | 0 | 1000001 | 110010 | 1000 | 101011010 | 1001110 | 111110 |
Color Harmonies of #EA5174
Complementary color
Monochromatic Colors of #EA5174
Black with #EA5174
Text Example
Text Example
White with #EA5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5174; }
p { color: rgb(234,81,116); }
H1.HeaderClassName
{
color: #EA5174;
}
.AnyTagClassName
{
color: #EA5174;
}
</style>
background-color css
<style>
a { background-color: #EA5174; }
a { background-color: rgb(234,81,116); }
div.DivClassName
{
background-color: #EA5174;
}
.BgClassName
{
background-color: #EA5174;
}
</style>
border-color css
<style>
span { border-color: #EA5174; }
span { border-color: rgb(234,81,116); }
td.TdClassName
{
border-color: #EA5174;
}
.TagClassName
{
border-color: #EA5174;
}
</style>