Shades of Dark Pink #EA5178
Tints of Dark Pink #EA5178
RGB
CMYK
RGB Variations
Color information
#EA5178 (or 0xEA5178) is known color: Dark Pink. HEX triplet: EA, 51 and 78. RGB value is (234,81,120). Sum of RGB (Red+Green+Blue) = 234+81+120=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5178 is #15AE87. Grayscale: #838383. Windows color (decimal): -1420936 or 7885290. OLE color: 7885290.
HSL color Cylindrical-coordinate representation of color #EA5178: hue angle of 344.71º 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 #EA5178 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 120 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.08 |
| HSL | 344.71º | 0.78% | 0.62% | - |
| HSV(B) | 344.71º | 0.65% | 0.92% | - |
| XYZ | 40.26 | 24.73 | 20.42 | - |
| YUV | 131.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 120 | 0 | 0.65 | 0.49 | 0.08 | 344.71 | 0.78 | 0.62 |
| Hex | EA | 51 | 78 | 0 | 41 | 31 | 8 | 159 | 4E | 3E |
| Octal | 352 | 121 | 170 | 0 | 101 | 61 | 10 | 531 | 116 | 76 |
| Binary | 11101010 | 1010001 | 1111000 | 0 | 1000001 | 110001 | 1000 | 101011001 | 1001110 | 111110 |
Color Harmonies of #EA5178
Complementary color
Monochromatic Colors of #EA5178
Black with #EA5178
Text Example
Text Example
White with #EA5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5178; }
p { color: rgb(234,81,120); }
H1.HeaderClassName
{
color: #EA5178;
}
.AnyTagClassName
{
color: #EA5178;
}
</style>
background-color css
<style>
a { background-color: #EA5178; }
a { background-color: rgb(234,81,120); }
div.DivClassName
{
background-color: #EA5178;
}
.BgClassName
{
background-color: #EA5178;
}
</style>
border-color css
<style>
span { border-color: #EA5178; }
span { border-color: rgb(234,81,120); }
td.TdClassName
{
border-color: #EA5178;
}
.TagClassName
{
border-color: #EA5178;
}
</style>