Shades of Dark Pink #EB5080
Tints of Dark Pink #EB5080
RGB
CMYK
RGB Variations
Color information
#EB5080 (or 0xEB5080) is known color: Dark Pink. HEX triplet: EB, 50 and 80. RGB value is (235,80,128). Sum of RGB (Red+Green+Blue) = 235+80+128=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5080 is #14AF7F. Grayscale: #838383. Windows color (decimal): -1355648 or 8409323. OLE color: 8409323.
HSL color Cylindrical-coordinate representation of color #EB5080: hue angle of 341.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB5080 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 128 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.08 |
| HSL | 341.42º | 0.79% | 0.62% | - |
| HSV(B) | 341.42º | 0.66% | 0.92% | - |
| XYZ | 41.03 | 24.96 | 23.08 | - |
| YUV | 131.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 128 | 0 | 0.66 | 0.46 | 0.08 | 341.42 | 0.79 | 0.62 |
| Hex | EB | 50 | 80 | 0 | 42 | 2E | 8 | 155 | 4F | 3E |
| Octal | 353 | 120 | 200 | 0 | 102 | 56 | 10 | 525 | 117 | 76 |
| Binary | 11101011 | 1010000 | 10000000 | 0 | 1000010 | 101110 | 1000 | 101010101 | 1001111 | 111110 |
Color Harmonies of #EB5080
Complementary color
Monochromatic Colors of #EB5080
Black with #EB5080
Text Example
Text Example
White with #EB5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5080; }
p { color: rgb(235,80,128); }
H1.HeaderClassName
{
color: #EB5080;
}
.AnyTagClassName
{
color: #EB5080;
}
</style>
background-color css
<style>
a { background-color: #EB5080; }
a { background-color: rgb(235,80,128); }
div.DivClassName
{
background-color: #EB5080;
}
.BgClassName
{
background-color: #EB5080;
}
</style>
border-color css
<style>
span { border-color: #EB5080; }
span { border-color: rgb(235,80,128); }
td.TdClassName
{
border-color: #EB5080;
}
.TagClassName
{
border-color: #EB5080;
}
</style>