Shades of Pale Violet Red #EC6AA0
Tints of Pale Violet Red #EC6AA0
RGB
CMYK
RGB Variations
Color information
#EC6AA0 (or 0xEC6AA0) is known color: Pale Violet Red. HEX triplet: EC, 6A and A0. RGB value is (236,106,160). Sum of RGB (Red+Green+Blue) = 236+106+160=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AA0 is #13955F. Grayscale: #969696. Windows color (decimal): -1283424 or 10513132. OLE color: 10513132.
HSL color Cylindrical-coordinate representation of color #EC6AA0: hue angle of 335.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AA0 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 160 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.07 |
| HSL | 335.08º | 0.77% | 0.67% | - |
| HSV(B) | 335.08º | 0.55% | 0.93% | - |
| XYZ | 46.09 | 30.68 | 36.75 | - |
| YUV | 151.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 160 | 0 | 0.55 | 0.32 | 0.07 | 335.08 | 0.77 | 0.67 |
| Hex | EC | 6A | A0 | 0 | 37 | 20 | 7 | 14F | 4D | 43 |
| Octal | 354 | 152 | 240 | 0 | 67 | 40 | 7 | 517 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10100000 | 0 | 110111 | 100000 | 111 | 101001111 | 1001101 | 1000011 |
Color Harmonies of #EC6AA0
Complementary color
Monochromatic Colors of #EC6AA0
Black with #EC6AA0
Text Example
Text Example
White with #EC6AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AA0; }
p { color: rgb(236,106,160); }
H1.HeaderClassName
{
color: #EC6AA0;
}
.AnyTagClassName
{
color: #EC6AA0;
}
</style>
background-color css
<style>
a { background-color: #EC6AA0; }
a { background-color: rgb(236,106,160); }
div.DivClassName
{
background-color: #EC6AA0;
}
.BgClassName
{
background-color: #EC6AA0;
}
</style>
border-color css
<style>
span { border-color: #EC6AA0; }
span { border-color: rgb(236,106,160); }
td.TdClassName
{
border-color: #EC6AA0;
}
.TagClassName
{
border-color: #EC6AA0;
}
</style>