Shades of Dark Pink #EB537C
Tints of Dark Pink #EB537C
RGB
CMYK
RGB Variations
Color information
#EB537C (or 0xEB537C) is known color: Dark Pink. HEX triplet: EB, 53 and 7C. RGB value is (235,83,124). Sum of RGB (Red+Green+Blue) = 235+83+124=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB537C is #14AC83. Grayscale: #858585. Windows color (decimal): -1354884 or 8147947. OLE color: 8147947.
HSL color Cylindrical-coordinate representation of color #EB537C: hue angle of 343.82º 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 #EB537C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 124 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.08 |
| HSL | 343.82º | 0.79% | 0.62% | - |
| HSV(B) | 343.82º | 0.65% | 0.92% | - |
| XYZ | 40.99 | 25.3 | 21.79 | - |
| YUV | 133.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 124 | 0 | 0.65 | 0.47 | 0.08 | 343.82 | 0.79 | 0.62 |
| Hex | EB | 53 | 7C | 0 | 41 | 2F | 8 | 158 | 4F | 3E |
| Octal | 353 | 123 | 174 | 0 | 101 | 57 | 10 | 530 | 117 | 76 |
| Binary | 11101011 | 1010011 | 1111100 | 0 | 1000001 | 101111 | 1000 | 101011000 | 1001111 | 111110 |
Color Harmonies of #EB537C
Complementary color
Monochromatic Colors of #EB537C
Black with #EB537C
Text Example
Text Example
White with #EB537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB537C; }
p { color: rgb(235,83,124); }
H1.HeaderClassName
{
color: #EB537C;
}
.AnyTagClassName
{
color: #EB537C;
}
</style>
background-color css
<style>
a { background-color: #EB537C; }
a { background-color: rgb(235,83,124); }
div.DivClassName
{
background-color: #EB537C;
}
.BgClassName
{
background-color: #EB537C;
}
</style>
border-color css
<style>
span { border-color: #EB537C; }
span { border-color: rgb(235,83,124); }
td.TdClassName
{
border-color: #EB537C;
}
.TagClassName
{
border-color: #EB537C;
}
</style>