Shades of Dark Pink #EA5377
Tints of Dark Pink #EA5377
RGB
CMYK
RGB Variations
Color information
#EA5377 (or 0xEA5377) is known color: Dark Pink. HEX triplet: EA, 53 and 77. RGB value is (234,83,119). Sum of RGB (Red+Green+Blue) = 234+83+119=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5377 is #15AC88. Grayscale: #848484. Windows color (decimal): -1420425 or 7820266. OLE color: 7820266.
HSL color Cylindrical-coordinate representation of color #EA5377: hue angle of 345.7º 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 #EA5377 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 119 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.08 |
| HSL | 345.7º | 0.78% | 0.62% | - |
| HSV(B) | 345.7º | 0.65% | 0.92% | - |
| XYZ | 40.35 | 25.01 | 20.15 | - |
| YUV | 132.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 119 | 0 | 0.65 | 0.49 | 0.08 | 345.7 | 0.78 | 0.62 |
| Hex | EA | 53 | 77 | 0 | 41 | 31 | 8 | 15A | 4E | 3E |
| Octal | 352 | 123 | 167 | 0 | 101 | 61 | 10 | 532 | 116 | 76 |
| Binary | 11101010 | 1010011 | 1110111 | 0 | 1000001 | 110001 | 1000 | 101011010 | 1001110 | 111110 |
Color Harmonies of #EA5377
Complementary color
Monochromatic Colors of #EA5377
Black with #EA5377
Text Example
Text Example
White with #EA5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5377; }
p { color: rgb(234,83,119); }
H1.HeaderClassName
{
color: #EA5377;
}
.AnyTagClassName
{
color: #EA5377;
}
</style>
background-color css
<style>
a { background-color: #EA5377; }
a { background-color: rgb(234,83,119); }
div.DivClassName
{
background-color: #EA5377;
}
.BgClassName
{
background-color: #EA5377;
}
</style>
border-color css
<style>
span { border-color: #EA5377; }
span { border-color: rgb(234,83,119); }
td.TdClassName
{
border-color: #EA5377;
}
.TagClassName
{
border-color: #EA5377;
}
</style>