Shades of Deep Pink #EB197C
Tints of Deep Pink #EB197C
RGB
CMYK
RGB Variations
Color information
#EB197C (or 0xEB197C) is known color: Deep Pink. HEX triplet: EB, 19 and 7C. RGB value is (235,25,124). Sum of RGB (Red+Green+Blue) = 235+25+124=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB197C is #14E683. Grayscale: #626262. Windows color (decimal): -1369732 or 8133099. OLE color: 8133099.
HSL color Cylindrical-coordinate representation of color #EB197C: hue angle of 331.71º 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 #EB197C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 124 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.08 |
| HSL | 331.71º | 0.84% | 0.51% | - |
| HSV(B) | 331.71º | 0.89% | 0.92% | - |
| XYZ | 38.25 | 19.81 | 20.88 | - |
| YUV | 99.08 | 142.07 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 124 | 0 | 0.89 | 0.47 | 0.08 | 331.71 | 0.84 | 0.51 |
| Hex | EB | 19 | 7C | 0 | 59 | 2F | 8 | 14C | 54 | 33 |
| Octal | 353 | 31 | 174 | 0 | 131 | 57 | 10 | 514 | 124 | 63 |
| Binary | 11101011 | 11001 | 1111100 | 0 | 1011001 | 101111 | 1000 | 101001100 | 1010100 | 110011 |
Color Harmonies of #EB197C
Complementary color
Monochromatic Colors of #EB197C
Black with #EB197C
Text Example
Text Example
White with #EB197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB197C; }
p { color: rgb(235,25,124); }
H1.HeaderClassName
{
color: #EB197C;
}
.AnyTagClassName
{
color: #EB197C;
}
</style>
background-color css
<style>
a { background-color: #EB197C; }
a { background-color: rgb(235,25,124); }
div.DivClassName
{
background-color: #EB197C;
}
.BgClassName
{
background-color: #EB197C;
}
</style>
border-color css
<style>
span { border-color: #EB197C; }
span { border-color: rgb(235,25,124); }
td.TdClassName
{
border-color: #EB197C;
}
.TagClassName
{
border-color: #EB197C;
}
</style>