Shades of Pale Violet Red #EC7199
Tints of Pale Violet Red #EC7199
RGB
CMYK
RGB Variations
Color information
#EC7199 (or 0xEC7199) is known color: Pale Violet Red. HEX triplet: EC, 71 and 99. RGB value is (236,113,153). Sum of RGB (Red+Green+Blue) = 236+113+153=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7199 is #138E66. Grayscale: #9A9A9A. Windows color (decimal): -1281639 or 10056172. OLE color: 10056172.
HSL color Cylindrical-coordinate representation of color #EC7199: hue angle of 340.49º 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 #EC7199 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 153 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.07 |
| HSL | 340.49º | 0.76% | 0.68% | - |
| HSV(B) | 340.49º | 0.52% | 0.93% | - |
| XYZ | 46.25 | 31.94 | 33.87 | - |
| YUV | 154.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 153 | 0 | 0.52 | 0.35 | 0.07 | 340.49 | 0.76 | 0.68 |
| Hex | EC | 71 | 99 | 0 | 34 | 23 | 7 | 154 | 4C | 44 |
| Octal | 354 | 161 | 231 | 0 | 64 | 43 | 7 | 524 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10011001 | 0 | 110100 | 100011 | 111 | 101010100 | 1001100 | 1000100 |
Color Harmonies of #EC7199
Complementary color
Monochromatic Colors of #EC7199
Black with #EC7199
Text Example
Text Example
White with #EC7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7199; }
p { color: rgb(236,113,153); }
H1.HeaderClassName
{
color: #EC7199;
}
.AnyTagClassName
{
color: #EC7199;
}
</style>
background-color css
<style>
a { background-color: #EC7199; }
a { background-color: rgb(236,113,153); }
div.DivClassName
{
background-color: #EC7199;
}
.BgClassName
{
background-color: #EC7199;
}
</style>
border-color css
<style>
span { border-color: #EC7199; }
span { border-color: rgb(236,113,153); }
td.TdClassName
{
border-color: #EC7199;
}
.TagClassName
{
border-color: #EC7199;
}
</style>