Shades of Deep Pink #EB1A8D
Tints of Deep Pink #EB1A8D
RGB
CMYK
RGB Variations
Color information
#EB1A8D (or 0xEB1A8D) is known color: Deep Pink. HEX triplet: EB, 1A and 8D. RGB value is (235,26,141). Sum of RGB (Red+Green+Blue) = 235+26+141=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1A8D is #14E572. Grayscale: #656565. Windows color (decimal): -1369459 or 9247467. OLE color: 9247467.
HSL color Cylindrical-coordinate representation of color #EB1A8D: hue angle of 326.99º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1A8D is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 26 | 141 | - |
| CMYK | 0 | 0.89 | 0.4 | 0.08 |
| HSL | 326.99º | 0.84% | 0.51% | - |
| HSV(B) | 326.99º | 0.89% | 0.92% | - |
| XYZ | 39.44 | 20.32 | 27.04 | - |
| YUV | 101.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 26 | 141 | 0 | 0.89 | 0.4 | 0.08 | 326.99 | 0.84 | 0.51 |
| Hex | EB | 1A | 8D | 0 | 59 | 28 | 8 | 147 | 54 | 33 |
| Octal | 353 | 32 | 215 | 0 | 131 | 50 | 10 | 507 | 124 | 63 |
| Binary | 11101011 | 11010 | 10001101 | 0 | 1011001 | 101000 | 1000 | 101000111 | 1010100 | 110011 |
Color Harmonies of #EB1A8D
Complementary color
Monochromatic Colors of #EB1A8D
Black with #EB1A8D
Text Example
Text Example
White with #EB1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1A8D; }
p { color: rgb(235,26,141); }
H1.HeaderClassName
{
color: #EB1A8D;
}
.AnyTagClassName
{
color: #EB1A8D;
}
</style>
background-color css
<style>
a { background-color: #EB1A8D; }
a { background-color: rgb(235,26,141); }
div.DivClassName
{
background-color: #EB1A8D;
}
.BgClassName
{
background-color: #EB1A8D;
}
</style>
border-color css
<style>
span { border-color: #EB1A8D; }
span { border-color: rgb(235,26,141); }
td.TdClassName
{
border-color: #EB1A8D;
}
.TagClassName
{
border-color: #EB1A8D;
}
</style>