Shades of Deep Pink #EB189F
Tints of Deep Pink #EB189F
RGB
CMYK
RGB Variations
Color information
#EB189F (or 0xEB189F) is known color: Deep Pink. HEX triplet: EB, 18 and 9F. RGB value is (235,24,159). Sum of RGB (Red+Green+Blue) = 235+24+159=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB189F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB189F is #14E760. Grayscale: #666666. Windows color (decimal): -1369953 or 10426603. OLE color: 10426603.
HSL color Cylindrical-coordinate representation of color #EB189F: hue angle of 321.61º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB189F is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 159 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.08 |
| HSL | 321.61º | 0.84% | 0.51% | - |
| HSV(B) | 321.61º | 0.9% | 0.92% | - |
| XYZ | 40.85 | 20.82 | 34.67 | - |
| YUV | 102.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 159 | 0 | 0.90 | 0.32 | 0.08 | 321.61 | 0.84 | 0.51 |
| Hex | EB | 18 | 9F | 0 | 5A | 20 | 8 | 142 | 54 | 33 |
| Octal | 353 | 30 | 237 | 0 | 132 | 40 | 10 | 502 | 124 | 63 |
| Binary | 11101011 | 11000 | 10011111 | 0 | 1011010 | 100000 | 1000 | 101000010 | 1010100 | 110011 |
Color Harmonies of #EB189F
Complementary color
Monochromatic Colors of #EB189F
Black with #EB189F
Text Example
Text Example
White with #EB189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB189F; }
p { color: rgb(235,24,159); }
H1.HeaderClassName
{
color: #EB189F;
}
.AnyTagClassName
{
color: #EB189F;
}
</style>
background-color css
<style>
a { background-color: #EB189F; }
a { background-color: rgb(235,24,159); }
div.DivClassName
{
background-color: #EB189F;
}
.BgClassName
{
background-color: #EB189F;
}
</style>
border-color css
<style>
span { border-color: #EB189F; }
span { border-color: rgb(235,24,159); }
td.TdClassName
{
border-color: #EB189F;
}
.TagClassName
{
border-color: #EB189F;
}
</style>