Shades of Pale Violet Red #EC6FA2
Tints of Pale Violet Red #EC6FA2
RGB
CMYK
RGB Variations
Color information
#EC6FA2 (or 0xEC6FA2) is known color: Pale Violet Red. HEX triplet: EC, 6F and A2. RGB value is (236,111,162). Sum of RGB (Red+Green+Blue) = 236+111+162=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FA2 is #13905D. Grayscale: #9A9A9A. Windows color (decimal): -1282142 or 10645484. OLE color: 10645484.
HSL color Cylindrical-coordinate representation of color #EC6FA2: hue angle of 335.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FA2 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 162 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.07 |
| HSL | 335.52º | 0.77% | 0.68% | - |
| HSV(B) | 335.52º | 0.53% | 0.93% | - |
| XYZ | 46.8 | 31.81 | 37.86 | - |
| YUV | 154.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 162 | 0 | 0.53 | 0.31 | 0.07 | 335.52 | 0.77 | 0.68 |
| Hex | EC | 6F | A2 | 0 | 35 | 1F | 7 | 150 | 4D | 44 |
| Octal | 354 | 157 | 242 | 0 | 65 | 37 | 7 | 520 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10100010 | 0 | 110101 | 11111 | 111 | 101010000 | 1001101 | 1000100 |
Color Harmonies of #EC6FA2
Complementary color
Monochromatic Colors of #EC6FA2
Black with #EC6FA2
Text Example
Text Example
White with #EC6FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FA2; }
p { color: rgb(236,111,162); }
H1.HeaderClassName
{
color: #EC6FA2;
}
.AnyTagClassName
{
color: #EC6FA2;
}
</style>
background-color css
<style>
a { background-color: #EC6FA2; }
a { background-color: rgb(236,111,162); }
div.DivClassName
{
background-color: #EC6FA2;
}
.BgClassName
{
background-color: #EC6FA2;
}
</style>
border-color css
<style>
span { border-color: #EC6FA2; }
span { border-color: rgb(236,111,162); }
td.TdClassName
{
border-color: #EC6FA2;
}
.TagClassName
{
border-color: #EC6FA2;
}
</style>