Shades of Dark Pink #EA5379
Tints of Dark Pink #EA5379
RGB
CMYK
RGB Variations
Color information
#EA5379 (or 0xEA5379) is known color: Dark Pink. HEX triplet: EA, 53 and 79. RGB value is (234,83,121). Sum of RGB (Red+Green+Blue) = 234+83+121=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5379 is #15AC86. Grayscale: #848484. Windows color (decimal): -1420423 or 7951338. OLE color: 7951338.
HSL color Cylindrical-coordinate representation of color #EA5379: hue angle of 344.9º 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 #EA5379 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 121 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.08 |
| HSL | 344.9º | 0.78% | 0.62% | - |
| HSV(B) | 344.9º | 0.65% | 0.92% | - |
| XYZ | 40.48 | 25.06 | 20.79 | - |
| YUV | 132.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 121 | 0 | 0.65 | 0.48 | 0.08 | 344.9 | 0.78 | 0.62 |
| Hex | EA | 53 | 79 | 0 | 41 | 30 | 8 | 159 | 4E | 3E |
| Octal | 352 | 123 | 171 | 0 | 101 | 60 | 10 | 531 | 116 | 76 |
| Binary | 11101010 | 1010011 | 1111001 | 0 | 1000001 | 110000 | 1000 | 101011001 | 1001110 | 111110 |
Color Harmonies of #EA5379
Complementary color
Monochromatic Colors of #EA5379
Black with #EA5379
Text Example
Text Example
White with #EA5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5379; }
p { color: rgb(234,83,121); }
H1.HeaderClassName
{
color: #EA5379;
}
.AnyTagClassName
{
color: #EA5379;
}
</style>
background-color css
<style>
a { background-color: #EA5379; }
a { background-color: rgb(234,83,121); }
div.DivClassName
{
background-color: #EA5379;
}
.BgClassName
{
background-color: #EA5379;
}
</style>
border-color css
<style>
span { border-color: #EA5379; }
span { border-color: rgb(234,83,121); }
td.TdClassName
{
border-color: #EA5379;
}
.TagClassName
{
border-color: #EA5379;
}
</style>