Shades of Dark Pink #EB537D
Tints of Dark Pink #EB537D
RGB
CMYK
RGB Variations
Color information
#EB537D (or 0xEB537D) is known color: Dark Pink. HEX triplet: EB, 53 and 7D. RGB value is (235,83,125). Sum of RGB (Red+Green+Blue) = 235+83+125=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB537D is #14AC82. Grayscale: #858585. Windows color (decimal): -1354883 or 8213483. OLE color: 8213483.
HSL color Cylindrical-coordinate representation of color #EB537D: hue angle of 343.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB537D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 125 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.08 |
| HSL | 343.42º | 0.79% | 0.62% | - |
| HSV(B) | 343.42º | 0.65% | 0.92% | - |
| XYZ | 41.06 | 25.33 | 22.13 | - |
| YUV | 133.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 125 | 0 | 0.65 | 0.47 | 0.08 | 343.42 | 0.79 | 0.62 |
| Hex | EB | 53 | 7D | 0 | 41 | 2F | 8 | 157 | 4F | 3E |
| Octal | 353 | 123 | 175 | 0 | 101 | 57 | 10 | 527 | 117 | 76 |
| Binary | 11101011 | 1010011 | 1111101 | 0 | 1000001 | 101111 | 1000 | 101010111 | 1001111 | 111110 |
Color Harmonies of #EB537D
Complementary color
Monochromatic Colors of #EB537D
Black with #EB537D
Text Example
Text Example
White with #EB537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB537D; }
p { color: rgb(235,83,125); }
H1.HeaderClassName
{
color: #EB537D;
}
.AnyTagClassName
{
color: #EB537D;
}
</style>
background-color css
<style>
a { background-color: #EB537D; }
a { background-color: rgb(235,83,125); }
div.DivClassName
{
background-color: #EB537D;
}
.BgClassName
{
background-color: #EB537D;
}
</style>
border-color css
<style>
span { border-color: #EB537D; }
span { border-color: rgb(235,83,125); }
td.TdClassName
{
border-color: #EB537D;
}
.TagClassName
{
border-color: #EB537D;
}
</style>