Shades of Dark Pink #EA547A
Tints of Dark Pink #EA547A
RGB
CMYK
RGB Variations
Color information
#EA547A (or 0xEA547A) is known color: Dark Pink. HEX triplet: EA, 54 and 7A. RGB value is (234,84,122). Sum of RGB (Red+Green+Blue) = 234+84+122=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA547A is #15AB85. Grayscale: #858585. Windows color (decimal): -1420166 or 8017130. OLE color: 8017130.
HSL color Cylindrical-coordinate representation of color #EA547A: hue angle of 344.8º 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 #EA547A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 122 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.08 |
| HSL | 344.8º | 0.78% | 0.62% | - |
| HSV(B) | 344.8º | 0.64% | 0.92% | - |
| XYZ | 40.61 | 25.24 | 21.14 | - |
| YUV | 133.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 122 | 0 | 0.64 | 0.48 | 0.08 | 344.8 | 0.78 | 0.62 |
| Hex | EA | 54 | 7A | 0 | 40 | 30 | 8 | 159 | 4E | 3E |
| Octal | 352 | 124 | 172 | 0 | 100 | 60 | 10 | 531 | 116 | 76 |
| Binary | 11101010 | 1010100 | 1111010 | 0 | 1000000 | 110000 | 1000 | 101011001 | 1001110 | 111110 |
Color Harmonies of #EA547A
Complementary color
Monochromatic Colors of #EA547A
Black with #EA547A
Text Example
Text Example
White with #EA547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA547A; }
p { color: rgb(234,84,122); }
H1.HeaderClassName
{
color: #EA547A;
}
.AnyTagClassName
{
color: #EA547A;
}
</style>
background-color css
<style>
a { background-color: #EA547A; }
a { background-color: rgb(234,84,122); }
div.DivClassName
{
background-color: #EA547A;
}
.BgClassName
{
background-color: #EA547A;
}
</style>
border-color css
<style>
span { border-color: #EA547A; }
span { border-color: rgb(234,84,122); }
td.TdClassName
{
border-color: #EA547A;
}
.TagClassName
{
border-color: #EA547A;
}
</style>