Shades of Pale Violet Red #EC719C
Tints of Pale Violet Red #EC719C
RGB
CMYK
RGB Variations
Color information
#EC719C (or 0xEC719C) is known color: Pale Violet Red. HEX triplet: EC, 71 and 9C. RGB value is (236,113,156). Sum of RGB (Red+Green+Blue) = 236+113+156=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC719C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC719C is #138E63. Grayscale: #9A9A9A. Windows color (decimal): -1281636 or 10252780. OLE color: 10252780.
HSL color Cylindrical-coordinate representation of color #EC719C: hue angle of 339.02º 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 #EC719C is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 156 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.07 |
| HSL | 339.02º | 0.76% | 0.68% | - |
| HSV(B) | 339.02º | 0.52% | 0.93% | - |
| XYZ | 46.5 | 32.04 | 35.19 | - |
| YUV | 154.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 156 | 0 | 0.52 | 0.34 | 0.07 | 339.02 | 0.76 | 0.68 |
| Hex | EC | 71 | 9C | 0 | 34 | 22 | 7 | 153 | 4C | 44 |
| Octal | 354 | 161 | 234 | 0 | 64 | 42 | 7 | 523 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10011100 | 0 | 110100 | 100010 | 111 | 101010011 | 1001100 | 1000100 |
Color Harmonies of #EC719C
Complementary color
Monochromatic Colors of #EC719C
Black with #EC719C
Text Example
Text Example
White with #EC719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC719C; }
p { color: rgb(236,113,156); }
H1.HeaderClassName
{
color: #EC719C;
}
.AnyTagClassName
{
color: #EC719C;
}
</style>
background-color css
<style>
a { background-color: #EC719C; }
a { background-color: rgb(236,113,156); }
div.DivClassName
{
background-color: #EC719C;
}
.BgClassName
{
background-color: #EC719C;
}
</style>
border-color css
<style>
span { border-color: #EC719C; }
span { border-color: rgb(236,113,156); }
td.TdClassName
{
border-color: #EC719C;
}
.TagClassName
{
border-color: #EC719C;
}
</style>