Shades of Deep Pink #EB199D
Tints of Deep Pink #EB199D
RGB
CMYK
RGB Variations
Color information
#EB199D (or 0xEB199D) is known color: Deep Pink. HEX triplet: EB, 19 and 9D. RGB value is (235,25,157). Sum of RGB (Red+Green+Blue) = 235+25+157=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB199D is #14E662. Grayscale: #666666. Windows color (decimal): -1369699 or 10295787. OLE color: 10295787.
HSL color Cylindrical-coordinate representation of color #EB199D: hue angle of 322.29º 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 #EB199D is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 157 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.08 |
| HSL | 322.29º | 0.84% | 0.51% | - |
| HSV(B) | 322.29º | 0.89% | 0.92% | - |
| XYZ | 40.69 | 20.79 | 33.77 | - |
| YUV | 102.84 | 158.57 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 157 | 0 | 0.89 | 0.33 | 0.08 | 322.29 | 0.84 | 0.51 |
| Hex | EB | 19 | 9D | 0 | 59 | 21 | 8 | 142 | 54 | 33 |
| Octal | 353 | 31 | 235 | 0 | 131 | 41 | 10 | 502 | 124 | 63 |
| Binary | 11101011 | 11001 | 10011101 | 0 | 1011001 | 100001 | 1000 | 101000010 | 1010100 | 110011 |
Color Harmonies of #EB199D
Complementary color
Monochromatic Colors of #EB199D
Black with #EB199D
Text Example
Text Example
White with #EB199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB199D; }
p { color: rgb(235,25,157); }
H1.HeaderClassName
{
color: #EB199D;
}
.AnyTagClassName
{
color: #EB199D;
}
</style>
background-color css
<style>
a { background-color: #EB199D; }
a { background-color: rgb(235,25,157); }
div.DivClassName
{
background-color: #EB199D;
}
.BgClassName
{
background-color: #EB199D;
}
</style>
border-color css
<style>
span { border-color: #EB199D; }
span { border-color: rgb(235,25,157); }
td.TdClassName
{
border-color: #EB199D;
}
.TagClassName
{
border-color: #EB199D;
}
</style>