Shades of Dark Pink #EB5376
Tints of Dark Pink #EB5376
RGB
CMYK
RGB Variations
Color information
#EB5376 (or 0xEB5376) is known color: Dark Pink. HEX triplet: EB, 53 and 76. RGB value is (235,83,118). Sum of RGB (Red+Green+Blue) = 235+83+118=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5376 is #14AC89. Grayscale: #848484. Windows color (decimal): -1354890 or 7754731. OLE color: 7754731.
HSL color Cylindrical-coordinate representation of color #EB5376: hue angle of 346.18º 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 #EB5376 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 118 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.08 |
| HSL | 346.18º | 0.79% | 0.62% | - |
| HSV(B) | 346.18º | 0.65% | 0.92% | - |
| XYZ | 40.62 | 25.16 | 19.85 | - |
| YUV | 132.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 118 | 0 | 0.65 | 0.50 | 0.08 | 346.18 | 0.79 | 0.62 |
| Hex | EB | 53 | 76 | 0 | 41 | 32 | 8 | 15A | 4F | 3E |
| Octal | 353 | 123 | 166 | 0 | 101 | 62 | 10 | 532 | 117 | 76 |
| Binary | 11101011 | 1010011 | 1110110 | 0 | 1000001 | 110010 | 1000 | 101011010 | 1001111 | 111110 |
Color Harmonies of #EB5376
Complementary color
Monochromatic Colors of #EB5376
Black with #EB5376
Text Example
Text Example
White with #EB5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5376; }
p { color: rgb(235,83,118); }
H1.HeaderClassName
{
color: #EB5376;
}
.AnyTagClassName
{
color: #EB5376;
}
</style>
background-color css
<style>
a { background-color: #EB5376; }
a { background-color: rgb(235,83,118); }
div.DivClassName
{
background-color: #EB5376;
}
.BgClassName
{
background-color: #EB5376;
}
</style>
border-color css
<style>
span { border-color: #EB5376; }
span { border-color: rgb(235,83,118); }
td.TdClassName
{
border-color: #EB5376;
}
.TagClassName
{
border-color: #EB5376;
}
</style>