Shades of Dark Pink #EB5D86
Tints of Dark Pink #EB5D86
RGB
CMYK
RGB Variations
Color information
#EB5D86 (or 0xEB5D86) is known color: Dark Pink. HEX triplet: EB, 5D and 86. RGB value is (235,93,134). Sum of RGB (Red+Green+Blue) = 235+93+134=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D86 is #14A279. Grayscale: #8C8C8C. Windows color (decimal): -1352314 or 8805867. OLE color: 8805867.
HSL color Cylindrical-coordinate representation of color #EB5D86: hue angle of 342.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D86 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 134 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.08 |
| HSL | 342.68º | 0.78% | 0.64% | - |
| HSV(B) | 342.68º | 0.6% | 0.92% | - |
| XYZ | 42.48 | 27.21 | 25.57 | - |
| YUV | 140.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 134 | 0 | 0.60 | 0.43 | 0.08 | 342.68 | 0.78 | 0.64 |
| Hex | EB | 5D | 86 | 0 | 3C | 2B | 8 | 157 | 4E | 40 |
| Octal | 353 | 135 | 206 | 0 | 74 | 53 | 10 | 527 | 116 | 100 |
| Binary | 11101011 | 1011101 | 10000110 | 0 | 111100 | 101011 | 1000 | 101010111 | 1001110 | 1000000 |
Color Harmonies of #EB5D86
Complementary color
Monochromatic Colors of #EB5D86
Black with #EB5D86
Text Example
Text Example
White with #EB5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D86; }
p { color: rgb(235,93,134); }
H1.HeaderClassName
{
color: #EB5D86;
}
.AnyTagClassName
{
color: #EB5D86;
}
</style>
background-color css
<style>
a { background-color: #EB5D86; }
a { background-color: rgb(235,93,134); }
div.DivClassName
{
background-color: #EB5D86;
}
.BgClassName
{
background-color: #EB5D86;
}
</style>
border-color css
<style>
span { border-color: #EB5D86; }
span { border-color: rgb(235,93,134); }
td.TdClassName
{
border-color: #EB5D86;
}
.TagClassName
{
border-color: #EB5D86;
}
</style>