Shades of Deep Pink #EF197F
Tints of Deep Pink #EF197F
RGB
CMYK
RGB Variations
Color information
#EF197F (or 0xEF197F) is known color: Deep Pink. HEX triplet: EF, 19 and 7F. RGB value is (239,25,127). Sum of RGB (Red+Green+Blue) = 239+25+127=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF197F is #10E680. Grayscale: #646464. Windows color (decimal): -1107585 or 8329711. OLE color: 8329711.
HSL color Cylindrical-coordinate representation of color #EF197F: hue angle of 331.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF197F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 127 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.06 |
| HSL | 331.4º | 0.87% | 0.52% | - |
| HSV(B) | 331.4º | 0.9% | 0.94% | - |
| XYZ | 39.78 | 20.58 | 21.95 | - |
| YUV | 100.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 127 | 0 | 0.90 | 0.47 | 0.06 | 331.4 | 0.87 | 0.52 |
| Hex | EF | 19 | 7F | 0 | 5A | 2F | 6 | 14B | 57 | 34 |
| Octal | 357 | 31 | 177 | 0 | 132 | 57 | 6 | 513 | 127 | 64 |
| Binary | 11101111 | 11001 | 1111111 | 0 | 1011010 | 101111 | 110 | 101001011 | 1010111 | 110100 |
Color Harmonies of #EF197F
Complementary color
Monochromatic Colors of #EF197F
Black with #EF197F
Text Example
Text Example
White with #EF197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF197F; }
p { color: rgb(239,25,127); }
H1.HeaderClassName
{
color: #EF197F;
}
.AnyTagClassName
{
color: #EF197F;
}
</style>
background-color css
<style>
a { background-color: #EF197F; }
a { background-color: rgb(239,25,127); }
div.DivClassName
{
background-color: #EF197F;
}
.BgClassName
{
background-color: #EF197F;
}
</style>
border-color css
<style>
span { border-color: #EF197F; }
span { border-color: rgb(239,25,127); }
td.TdClassName
{
border-color: #EF197F;
}
.TagClassName
{
border-color: #EF197F;
}
</style>