Shades of Pale Violet Red #EC6CA0
Tints of Pale Violet Red #EC6CA0
RGB
CMYK
RGB Variations
Color information
#EC6CA0 (or 0xEC6CA0) is known color: Pale Violet Red. HEX triplet: EC, 6C and A0. RGB value is (236,108,160). Sum of RGB (Red+Green+Blue) = 236+108+160=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CA0 is #13935F. Grayscale: #989898. Windows color (decimal): -1282912 or 10513644. OLE color: 10513644.
HSL color Cylindrical-coordinate representation of color #EC6CA0: hue angle of 335.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CA0 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 160 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.07 |
| HSL | 335.63º | 0.77% | 0.67% | - |
| HSV(B) | 335.63º | 0.54% | 0.93% | - |
| XYZ | 46.3 | 31.1 | 36.82 | - |
| YUV | 152.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 160 | 0 | 0.54 | 0.32 | 0.07 | 335.63 | 0.77 | 0.67 |
| Hex | EC | 6C | A0 | 0 | 36 | 20 | 7 | 150 | 4D | 43 |
| Octal | 354 | 154 | 240 | 0 | 66 | 40 | 7 | 520 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10100000 | 0 | 110110 | 100000 | 111 | 101010000 | 1001101 | 1000011 |
Color Harmonies of #EC6CA0
Complementary color
Monochromatic Colors of #EC6CA0
Black with #EC6CA0
Text Example
Text Example
White with #EC6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CA0; }
p { color: rgb(236,108,160); }
H1.HeaderClassName
{
color: #EC6CA0;
}
.AnyTagClassName
{
color: #EC6CA0;
}
</style>
background-color css
<style>
a { background-color: #EC6CA0; }
a { background-color: rgb(236,108,160); }
div.DivClassName
{
background-color: #EC6CA0;
}
.BgClassName
{
background-color: #EC6CA0;
}
</style>
border-color css
<style>
span { border-color: #EC6CA0; }
span { border-color: rgb(236,108,160); }
td.TdClassName
{
border-color: #EC6CA0;
}
.TagClassName
{
border-color: #EC6CA0;
}
</style>