Shades of Dark Pink #EB547A
Tints of Dark Pink #EB547A
RGB
CMYK
RGB Variations
Color information
#EB547A (or 0xEB547A) is known color: Dark Pink. HEX triplet: EB, 54 and 7A. RGB value is (235,84,122). Sum of RGB (Red+Green+Blue) = 235+84+122=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB547A is #14AB85. Grayscale: #858585. Windows color (decimal): -1354630 or 8017131. OLE color: 8017131.
HSL color Cylindrical-coordinate representation of color #EB547A: hue angle of 344.9º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB547A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 122 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.08 |
| HSL | 344.9º | 0.79% | 0.63% | - |
| HSV(B) | 344.9º | 0.64% | 0.92% | - |
| XYZ | 40.94 | 25.41 | 21.16 | - |
| YUV | 133.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 122 | 0 | 0.64 | 0.48 | 0.08 | 344.9 | 0.79 | 0.63 |
| Hex | EB | 54 | 7A | 0 | 40 | 30 | 8 | 159 | 4F | 3F |
| Octal | 353 | 124 | 172 | 0 | 100 | 60 | 10 | 531 | 117 | 77 |
| Binary | 11101011 | 1010100 | 1111010 | 0 | 1000000 | 110000 | 1000 | 101011001 | 1001111 | 111111 |
Color Harmonies of #EB547A
Complementary color
Monochromatic Colors of #EB547A
Black with #EB547A
Text Example
Text Example
White with #EB547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB547A; }
p { color: rgb(235,84,122); }
H1.HeaderClassName
{
color: #EB547A;
}
.AnyTagClassName
{
color: #EB547A;
}
</style>
background-color css
<style>
a { background-color: #EB547A; }
a { background-color: rgb(235,84,122); }
div.DivClassName
{
background-color: #EB547A;
}
.BgClassName
{
background-color: #EB547A;
}
</style>
border-color css
<style>
span { border-color: #EB547A; }
span { border-color: rgb(235,84,122); }
td.TdClassName
{
border-color: #EB547A;
}
.TagClassName
{
border-color: #EB547A;
}
</style>