Shades of Dark Pink #EB548C
Tints of Dark Pink #EB548C
RGB
CMYK
RGB Variations
Color information
#EB548C (or 0xEB548C) is known color: Dark Pink. HEX triplet: EB, 54 and 8C. RGB value is (235,84,140). Sum of RGB (Red+Green+Blue) = 235+84+140=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB548C is #14AB73. Grayscale: #878787. Windows color (decimal): -1354612 or 9196779. OLE color: 9196779.
HSL color Cylindrical-coordinate representation of color #EB548C: hue angle of 337.75º 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 #EB548C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 140 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.08 |
| HSL | 337.75º | 0.79% | 0.63% | - |
| HSV(B) | 337.75º | 0.64% | 0.92% | - |
| XYZ | 42.16 | 25.9 | 27.59 | - |
| YUV | 135.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 140 | 0 | 0.64 | 0.40 | 0.08 | 337.75 | 0.79 | 0.63 |
| Hex | EB | 54 | 8C | 0 | 40 | 28 | 8 | 152 | 4F | 3F |
| Octal | 353 | 124 | 214 | 0 | 100 | 50 | 10 | 522 | 117 | 77 |
| Binary | 11101011 | 1010100 | 10001100 | 0 | 1000000 | 101000 | 1000 | 101010010 | 1001111 | 111111 |
Color Harmonies of #EB548C
Complementary color
Monochromatic Colors of #EB548C
Black with #EB548C
Text Example
Text Example
White with #EB548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB548C; }
p { color: rgb(235,84,140); }
H1.HeaderClassName
{
color: #EB548C;
}
.AnyTagClassName
{
color: #EB548C;
}
</style>
background-color css
<style>
a { background-color: #EB548C; }
a { background-color: rgb(235,84,140); }
div.DivClassName
{
background-color: #EB548C;
}
.BgClassName
{
background-color: #EB548C;
}
</style>
border-color css
<style>
span { border-color: #EB548C; }
span { border-color: rgb(235,84,140); }
td.TdClassName
{
border-color: #EB548C;
}
.TagClassName
{
border-color: #EB548C;
}
</style>