Shades of Pale Violet Red #EC7299
Tints of Pale Violet Red #EC7299
RGB
CMYK
RGB Variations
Color information
#EC7299 (or 0xEC7299) is known color: Pale Violet Red. HEX triplet: EC, 72 and 99. RGB value is (236,114,153). Sum of RGB (Red+Green+Blue) = 236+114+153=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7299 is #138D66. Grayscale: #9A9A9A. Windows color (decimal): -1281383 or 10056428. OLE color: 10056428.
HSL color Cylindrical-coordinate representation of color #EC7299: hue angle of 340.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7299 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 153 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.07 |
| HSL | 340.82º | 0.76% | 0.69% | - |
| HSV(B) | 340.82º | 0.52% | 0.93% | - |
| XYZ | 46.36 | 32.17 | 33.9 | - |
| YUV | 154.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 153 | 0 | 0.52 | 0.35 | 0.07 | 340.82 | 0.76 | 0.69 |
| Hex | EC | 72 | 99 | 0 | 34 | 23 | 7 | 155 | 4C | 45 |
| Octal | 354 | 162 | 231 | 0 | 64 | 43 | 7 | 525 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10011001 | 0 | 110100 | 100011 | 111 | 101010101 | 1001100 | 1000101 |
Color Harmonies of #EC7299
Complementary color
Monochromatic Colors of #EC7299
Black with #EC7299
Text Example
Text Example
White with #EC7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7299; }
p { color: rgb(236,114,153); }
H1.HeaderClassName
{
color: #EC7299;
}
.AnyTagClassName
{
color: #EC7299;
}
</style>
background-color css
<style>
a { background-color: #EC7299; }
a { background-color: rgb(236,114,153); }
div.DivClassName
{
background-color: #EC7299;
}
.BgClassName
{
background-color: #EC7299;
}
</style>
border-color css
<style>
span { border-color: #EC7299; }
span { border-color: rgb(236,114,153); }
td.TdClassName
{
border-color: #EC7299;
}
.TagClassName
{
border-color: #EC7299;
}
</style>