Shades of Dark Pink #EB547E
Tints of Dark Pink #EB547E
RGB
CMYK
RGB Variations
Color information
#EB547E (or 0xEB547E) is known color: Dark Pink. HEX triplet: EB, 54 and 7E. RGB value is (235,84,126). Sum of RGB (Red+Green+Blue) = 235+84+126=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB547E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB547E is #14AB81. Grayscale: #858585. Windows color (decimal): -1354626 or 8279275. OLE color: 8279275.
HSL color Cylindrical-coordinate representation of color #EB547E: hue angle of 343.31º 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 #EB547E is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 126 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.08 |
| HSL | 343.31º | 0.79% | 0.63% | - |
| HSV(B) | 343.31º | 0.64% | 0.92% | - |
| XYZ | 41.2 | 25.51 | 22.49 | - |
| YUV | 133.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 126 | 0 | 0.64 | 0.46 | 0.08 | 343.31 | 0.79 | 0.63 |
| Hex | EB | 54 | 7E | 0 | 40 | 2E | 8 | 157 | 4F | 3F |
| Octal | 353 | 124 | 176 | 0 | 100 | 56 | 10 | 527 | 117 | 77 |
| Binary | 11101011 | 1010100 | 1111110 | 0 | 1000000 | 101110 | 1000 | 101010111 | 1001111 | 111111 |
Color Harmonies of #EB547E
Complementary color
Monochromatic Colors of #EB547E
Black with #EB547E
Text Example
Text Example
White with #EB547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB547E; }
p { color: rgb(235,84,126); }
H1.HeaderClassName
{
color: #EB547E;
}
.AnyTagClassName
{
color: #EB547E;
}
</style>
background-color css
<style>
a { background-color: #EB547E; }
a { background-color: rgb(235,84,126); }
div.DivClassName
{
background-color: #EB547E;
}
.BgClassName
{
background-color: #EB547E;
}
</style>
border-color css
<style>
span { border-color: #EB547E; }
span { border-color: rgb(235,84,126); }
td.TdClassName
{
border-color: #EB547E;
}
.TagClassName
{
border-color: #EB547E;
}
</style>