Shades of Pale Violet Red #EC719F
Tints of Pale Violet Red #EC719F
RGB
CMYK
RGB Variations
Color information
#EC719F (or 0xEC719F) is known color: Pale Violet Red. HEX triplet: EC, 71 and 9F. RGB value is (236,113,159). Sum of RGB (Red+Green+Blue) = 236+113+159=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC719F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC719F is #138E60. Grayscale: #9A9A9A. Windows color (decimal): -1281633 or 10449388. OLE color: 10449388.
HSL color Cylindrical-coordinate representation of color #EC719F: hue angle of 337.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC719F is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 159 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.07 |
| HSL | 337.56º | 0.76% | 0.68% | - |
| HSV(B) | 337.56º | 0.52% | 0.93% | - |
| XYZ | 46.76 | 32.15 | 36.54 | - |
| YUV | 155.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 159 | 0 | 0.52 | 0.33 | 0.07 | 337.56 | 0.76 | 0.68 |
| Hex | EC | 71 | 9F | 0 | 34 | 21 | 7 | 152 | 4C | 44 |
| Octal | 354 | 161 | 237 | 0 | 64 | 41 | 7 | 522 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10011111 | 0 | 110100 | 100001 | 111 | 101010010 | 1001100 | 1000100 |
Color Harmonies of #EC719F
Complementary color
Monochromatic Colors of #EC719F
Black with #EC719F
Text Example
Text Example
White with #EC719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC719F; }
p { color: rgb(236,113,159); }
H1.HeaderClassName
{
color: #EC719F;
}
.AnyTagClassName
{
color: #EC719F;
}
</style>
background-color css
<style>
a { background-color: #EC719F; }
a { background-color: rgb(236,113,159); }
div.DivClassName
{
background-color: #EC719F;
}
.BgClassName
{
background-color: #EC719F;
}
</style>
border-color css
<style>
span { border-color: #EC719F; }
span { border-color: rgb(236,113,159); }
td.TdClassName
{
border-color: #EC719F;
}
.TagClassName
{
border-color: #EC719F;
}
</style>