Shades of Deep Pink #EB1D8D
Tints of Deep Pink #EB1D8D
RGB
CMYK
RGB Variations
Color information
#EB1D8D (or 0xEB1D8D) is known color: Deep Pink. HEX triplet: EB, 1D and 8D. RGB value is (235,29,141). Sum of RGB (Red+Green+Blue) = 235+29+141=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1D8D is #14E272. Grayscale: #676767. Windows color (decimal): -1368691 or 9248235. OLE color: 9248235.
HSL color Cylindrical-coordinate representation of color #EB1D8D: hue angle of 327.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D8D is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 141 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.08 |
| HSL | 327.38º | 0.84% | 0.52% | - |
| HSV(B) | 327.38º | 0.88% | 0.92% | - |
| XYZ | 39.51 | 20.46 | 27.07 | - |
| YUV | 103.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 141 | 0 | 0.88 | 0.4 | 0.08 | 327.38 | 0.84 | 0.52 |
| Hex | EB | 1D | 8D | 0 | 58 | 28 | 8 | 147 | 54 | 34 |
| Octal | 353 | 35 | 215 | 0 | 130 | 50 | 10 | 507 | 124 | 64 |
| Binary | 11101011 | 11101 | 10001101 | 0 | 1011000 | 101000 | 1000 | 101000111 | 1010100 | 110100 |
Color Harmonies of #EB1D8D
Complementary color
Monochromatic Colors of #EB1D8D
Black with #EB1D8D
Text Example
Text Example
White with #EB1D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D8D; }
p { color: rgb(235,29,141); }
H1.HeaderClassName
{
color: #EB1D8D;
}
.AnyTagClassName
{
color: #EB1D8D;
}
</style>
background-color css
<style>
a { background-color: #EB1D8D; }
a { background-color: rgb(235,29,141); }
div.DivClassName
{
background-color: #EB1D8D;
}
.BgClassName
{
background-color: #EB1D8D;
}
</style>
border-color css
<style>
span { border-color: #EB1D8D; }
span { border-color: rgb(235,29,141); }
td.TdClassName
{
border-color: #EB1D8D;
}
.TagClassName
{
border-color: #EB1D8D;
}
</style>