Shades of Pale Violet Red #EC71A0
Tints of Pale Violet Red #EC71A0
RGB
CMYK
RGB Variations
Color information
#EC71A0 (or 0xEC71A0) is known color: Pale Violet Red. HEX triplet: EC, 71 and A0. RGB value is (236,113,160). Sum of RGB (Red+Green+Blue) = 236+113+160=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A0 is #138E5F. Grayscale: #9B9B9B. Windows color (decimal): -1281632 or 10514924. OLE color: 10514924.
HSL color Cylindrical-coordinate representation of color #EC71A0: hue angle of 337.07º 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 #EC71A0 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 160 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.07 |
| HSL | 337.07º | 0.76% | 0.68% | - |
| HSV(B) | 337.07º | 0.52% | 0.93% | - |
| XYZ | 46.84 | 32.18 | 37 | - |
| YUV | 155.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 160 | 0 | 0.52 | 0.32 | 0.07 | 337.07 | 0.76 | 0.68 |
| Hex | EC | 71 | A0 | 0 | 34 | 20 | 7 | 151 | 4C | 44 |
| Octal | 354 | 161 | 240 | 0 | 64 | 40 | 7 | 521 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10100000 | 0 | 110100 | 100000 | 111 | 101010001 | 1001100 | 1000100 |
Color Harmonies of #EC71A0
Complementary color
Monochromatic Colors of #EC71A0
Black with #EC71A0
Text Example
Text Example
White with #EC71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71A0; }
p { color: rgb(236,113,160); }
H1.HeaderClassName
{
color: #EC71A0;
}
.AnyTagClassName
{
color: #EC71A0;
}
</style>
background-color css
<style>
a { background-color: #EC71A0; }
a { background-color: rgb(236,113,160); }
div.DivClassName
{
background-color: #EC71A0;
}
.BgClassName
{
background-color: #EC71A0;
}
</style>
border-color css
<style>
span { border-color: #EC71A0; }
span { border-color: rgb(236,113,160); }
td.TdClassName
{
border-color: #EC71A0;
}
.TagClassName
{
border-color: #EC71A0;
}
</style>