Shades of Pale Violet Red #EC7198
Tints of Pale Violet Red #EC7198
RGB
CMYK
RGB Variations
Color information
#EC7198 (or 0xEC7198) is known color: Pale Violet Red. HEX triplet: EC, 71 and 98. RGB value is (236,113,152). Sum of RGB (Red+Green+Blue) = 236+113+152=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7198 is #138E67. Grayscale: #9A9A9A. Windows color (decimal): -1281640 or 9990636. OLE color: 9990636.
HSL color Cylindrical-coordinate representation of color #EC7198: hue angle of 340.98º 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 #EC7198 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 152 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.07 |
| HSL | 340.98º | 0.76% | 0.68% | - |
| HSV(B) | 340.98º | 0.52% | 0.93% | - |
| XYZ | 46.16 | 31.91 | 33.43 | - |
| YUV | 154.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 152 | 0 | 0.52 | 0.36 | 0.07 | 340.98 | 0.76 | 0.68 |
| Hex | EC | 71 | 98 | 0 | 34 | 24 | 7 | 155 | 4C | 44 |
| Octal | 354 | 161 | 230 | 0 | 64 | 44 | 7 | 525 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10011000 | 0 | 110100 | 100100 | 111 | 101010101 | 1001100 | 1000100 |
Color Harmonies of #EC7198
Complementary color
Monochromatic Colors of #EC7198
Black with #EC7198
Text Example
Text Example
White with #EC7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7198; }
p { color: rgb(236,113,152); }
H1.HeaderClassName
{
color: #EC7198;
}
.AnyTagClassName
{
color: #EC7198;
}
</style>
background-color css
<style>
a { background-color: #EC7198; }
a { background-color: rgb(236,113,152); }
div.DivClassName
{
background-color: #EC7198;
}
.BgClassName
{
background-color: #EC7198;
}
</style>
border-color css
<style>
span { border-color: #EC7198; }
span { border-color: rgb(236,113,152); }
td.TdClassName
{
border-color: #EC7198;
}
.TagClassName
{
border-color: #EC7198;
}
</style>