Shades of Dark Pink #EA547C
Tints of Dark Pink #EA547C
RGB
CMYK
RGB Variations
Color information
#EA547C (or 0xEA547C) is known color: Dark Pink. HEX triplet: EA, 54 and 7C. RGB value is (234,84,124). Sum of RGB (Red+Green+Blue) = 234+84+124=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA547C is #15AB83. Grayscale: #858585. Windows color (decimal): -1420164 or 8148202. OLE color: 8148202.
HSL color Cylindrical-coordinate representation of color #EA547C: hue angle of 344º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA547C is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 124 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.08 |
| HSL | 344º | 0.78% | 0.62% | - |
| HSV(B) | 344º | 0.64% | 0.92% | - |
| XYZ | 40.74 | 25.29 | 21.8 | - |
| YUV | 133.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 124 | 0 | 0.64 | 0.47 | 0.08 | 344 | 0.78 | 0.62 |
| Hex | EA | 54 | 7C | 0 | 40 | 2F | 8 | 158 | 4E | 3E |
| Octal | 352 | 124 | 174 | 0 | 100 | 57 | 10 | 530 | 116 | 76 |
| Binary | 11101010 | 1010100 | 1111100 | 0 | 1000000 | 101111 | 1000 | 101011000 | 1001110 | 111110 |
Color Harmonies of #EA547C
Complementary color
Monochromatic Colors of #EA547C
Black with #EA547C
Text Example
Text Example
White with #EA547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA547C; }
p { color: rgb(234,84,124); }
H1.HeaderClassName
{
color: #EA547C;
}
.AnyTagClassName
{
color: #EA547C;
}
</style>
background-color css
<style>
a { background-color: #EA547C; }
a { background-color: rgb(234,84,124); }
div.DivClassName
{
background-color: #EA547C;
}
.BgClassName
{
background-color: #EA547C;
}
</style>
border-color css
<style>
span { border-color: #EA547C; }
span { border-color: rgb(234,84,124); }
td.TdClassName
{
border-color: #EA547C;
}
.TagClassName
{
border-color: #EA547C;
}
</style>