Shades of Deep Pink #EB0585
Tints of Deep Pink #EB0585
RGB
CMYK
RGB Variations
Color information
#EB0585 (or 0xEB0585) is known color: Deep Pink. HEX triplet: EB, 05 and 85. RGB value is (235,5,133). Sum of RGB (Red+Green+Blue) = 235+5+133=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0585 is #14FA7A. Grayscale: #585858. Windows color (decimal): -1374843 or 8717803. OLE color: 8717803.
HSL color Cylindrical-coordinate representation of color #EB0585: hue angle of 326.61º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0585 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.08 |
| HSL | 326.61º | 0.96% | 0.47% | - |
| HSV(B) | 326.61º | 0.98% | 0.92% | - |
| XYZ | 38.55 | 19.46 | 23.92 | - |
| YUV | 88.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 5 | 133 | 0 | 0.98 | 0.43 | 0.08 | 326.61 | 0.96 | 0.47 |
| Hex | EB | 5 | 85 | 0 | 62 | 2B | 8 | 147 | 60 | 2F |
| Octal | 353 | 5 | 205 | 0 | 142 | 53 | 10 | 507 | 140 | 57 |
| Binary | 11101011 | 101 | 10000101 | 0 | 1100010 | 101011 | 1000 | 101000111 | 1100000 | 101111 |
Color Harmonies of #EB0585
Complementary color
Monochromatic Colors of #EB0585
Black with #EB0585
Text Example
Text Example
White with #EB0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0585; }
p { color: rgb(235,5,133); }
H1.HeaderClassName
{
color: #EB0585;
}
.AnyTagClassName
{
color: #EB0585;
}
</style>
background-color css
<style>
a { background-color: #EB0585; }
a { background-color: rgb(235,5,133); }
div.DivClassName
{
background-color: #EB0585;
}
.BgClassName
{
background-color: #EB0585;
}
</style>
border-color css
<style>
span { border-color: #EB0585; }
span { border-color: rgb(235,5,133); }
td.TdClassName
{
border-color: #EB0585;
}
.TagClassName
{
border-color: #EB0585;
}
</style>