Shades of Pale Violet Red #EC72A1
Tints of Pale Violet Red #EC72A1
RGB
CMYK
RGB Variations
Color information
#EC72A1 (or 0xEC72A1) is known color: Pale Violet Red. HEX triplet: EC, 72 and A1. RGB value is (236,114,161). Sum of RGB (Red+Green+Blue) = 236+114+161=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72A1 is #138D5E. Grayscale: #9B9B9B. Windows color (decimal): -1281375 or 10580716. OLE color: 10580716.
HSL color Cylindrical-coordinate representation of color #EC72A1: hue angle of 336.89º 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 #EC72A1 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 161 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.07 |
| HSL | 336.89º | 0.76% | 0.69% | - |
| HSV(B) | 336.89º | 0.52% | 0.93% | - |
| XYZ | 47.04 | 32.44 | 37.5 | - |
| YUV | 155.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 161 | 0 | 0.52 | 0.32 | 0.07 | 336.89 | 0.76 | 0.69 |
| Hex | EC | 72 | A1 | 0 | 34 | 20 | 7 | 151 | 4C | 45 |
| Octal | 354 | 162 | 241 | 0 | 64 | 40 | 7 | 521 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10100001 | 0 | 110100 | 100000 | 111 | 101010001 | 1001100 | 1000101 |
Color Harmonies of #EC72A1
Complementary color
Monochromatic Colors of #EC72A1
Black with #EC72A1
Text Example
Text Example
White with #EC72A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72A1; }
p { color: rgb(236,114,161); }
H1.HeaderClassName
{
color: #EC72A1;
}
.AnyTagClassName
{
color: #EC72A1;
}
</style>
background-color css
<style>
a { background-color: #EC72A1; }
a { background-color: rgb(236,114,161); }
div.DivClassName
{
background-color: #EC72A1;
}
.BgClassName
{
background-color: #EC72A1;
}
</style>
border-color css
<style>
span { border-color: #EC72A1; }
span { border-color: rgb(236,114,161); }
td.TdClassName
{
border-color: #EC72A1;
}
.TagClassName
{
border-color: #EC72A1;
}
</style>