Shades of Deep Pink #EB197F
Tints of Deep Pink #EB197F
RGB
CMYK
RGB Variations
Color information
#EB197F (or 0xEB197F) is known color: Deep Pink. HEX triplet: EB, 19 and 7F. RGB value is (235,25,127). Sum of RGB (Red+Green+Blue) = 235+25+127=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB197F is #14E680. Grayscale: #636363. Windows color (decimal): -1369729 or 8329707. OLE color: 8329707.
HSL color Cylindrical-coordinate representation of color #EB197F: hue angle of 330.86º 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 #EB197F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 127 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.08 |
| HSL | 330.86º | 0.84% | 0.51% | - |
| HSV(B) | 330.86º | 0.89% | 0.92% | - |
| XYZ | 38.44 | 19.89 | 21.89 | - |
| YUV | 99.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 127 | 0 | 0.89 | 0.46 | 0.08 | 330.86 | 0.84 | 0.51 |
| Hex | EB | 19 | 7F | 0 | 59 | 2E | 8 | 14B | 54 | 33 |
| Octal | 353 | 31 | 177 | 0 | 131 | 56 | 10 | 513 | 124 | 63 |
| Binary | 11101011 | 11001 | 1111111 | 0 | 1011001 | 101110 | 1000 | 101001011 | 1010100 | 110011 |
Color Harmonies of #EB197F
Complementary color
Monochromatic Colors of #EB197F
Black with #EB197F
Text Example
Text Example
White with #EB197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB197F; }
p { color: rgb(235,25,127); }
H1.HeaderClassName
{
color: #EB197F;
}
.AnyTagClassName
{
color: #EB197F;
}
</style>
background-color css
<style>
a { background-color: #EB197F; }
a { background-color: rgb(235,25,127); }
div.DivClassName
{
background-color: #EB197F;
}
.BgClassName
{
background-color: #EB197F;
}
</style>
border-color css
<style>
span { border-color: #EB197F; }
span { border-color: rgb(235,25,127); }
td.TdClassName
{
border-color: #EB197F;
}
.TagClassName
{
border-color: #EB197F;
}
</style>