Shades of Pale Violet Red #EC71A2
Tints of Pale Violet Red #EC71A2
RGB
CMYK
RGB Variations
Color information
#EC71A2 (or 0xEC71A2) is known color: Pale Violet Red. HEX triplet: EC, 71 and A2. RGB value is (236,113,162). Sum of RGB (Red+Green+Blue) = 236+113+162=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A2 is #138E5D. Grayscale: #9B9B9B. Windows color (decimal): -1281630 or 10645996. OLE color: 10645996.
HSL color Cylindrical-coordinate representation of color #EC71A2: hue angle of 336.1º 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 #EC71A2 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 162 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.07 |
| HSL | 336.1º | 0.76% | 0.68% | - |
| HSV(B) | 336.1º | 0.52% | 0.93% | - |
| XYZ | 47.02 | 32.25 | 37.93 | - |
| YUV | 155.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 162 | 0 | 0.52 | 0.31 | 0.07 | 336.1 | 0.76 | 0.68 |
| Hex | EC | 71 | A2 | 0 | 34 | 1F | 7 | 150 | 4C | 44 |
| Octal | 354 | 161 | 242 | 0 | 64 | 37 | 7 | 520 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10100010 | 0 | 110100 | 11111 | 111 | 101010000 | 1001100 | 1000100 |
Color Harmonies of #EC71A2
Complementary color
Monochromatic Colors of #EC71A2
Black with #EC71A2
Text Example
Text Example
White with #EC71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71A2; }
p { color: rgb(236,113,162); }
H1.HeaderClassName
{
color: #EC71A2;
}
.AnyTagClassName
{
color: #EC71A2;
}
</style>
background-color css
<style>
a { background-color: #EC71A2; }
a { background-color: rgb(236,113,162); }
div.DivClassName
{
background-color: #EC71A2;
}
.BgClassName
{
background-color: #EC71A2;
}
</style>
border-color css
<style>
span { border-color: #EC71A2; }
span { border-color: rgb(236,113,162); }
td.TdClassName
{
border-color: #EC71A2;
}
.TagClassName
{
border-color: #EC71A2;
}
</style>