Shades of Pale Violet Red #EC6CA3
Tints of Pale Violet Red #EC6CA3
RGB
CMYK
RGB Variations
Color information
#EC6CA3 (or 0xEC6CA3) is known color: Pale Violet Red. HEX triplet: EC, 6C and A3. RGB value is (236,108,163). Sum of RGB (Red+Green+Blue) = 236+108+163=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CA3 is #13935C. Grayscale: #989898. Windows color (decimal): -1282909 or 10710252. OLE color: 10710252.
HSL color Cylindrical-coordinate representation of color #EC6CA3: hue angle of 334.22º 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 #EC6CA3 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 163 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.07 |
| HSL | 334.22º | 0.77% | 0.67% | - |
| HSV(B) | 334.22º | 0.54% | 0.93% | - |
| XYZ | 46.57 | 31.2 | 38.22 | - |
| YUV | 152.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 163 | 0 | 0.54 | 0.31 | 0.07 | 334.22 | 0.77 | 0.67 |
| Hex | EC | 6C | A3 | 0 | 36 | 1F | 7 | 14E | 4D | 43 |
| Octal | 354 | 154 | 243 | 0 | 66 | 37 | 7 | 516 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10100011 | 0 | 110110 | 11111 | 111 | 101001110 | 1001101 | 1000011 |
Color Harmonies of #EC6CA3
Complementary color
Monochromatic Colors of #EC6CA3
Black with #EC6CA3
Text Example
Text Example
White with #EC6CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CA3; }
p { color: rgb(236,108,163); }
H1.HeaderClassName
{
color: #EC6CA3;
}
.AnyTagClassName
{
color: #EC6CA3;
}
</style>
background-color css
<style>
a { background-color: #EC6CA3; }
a { background-color: rgb(236,108,163); }
div.DivClassName
{
background-color: #EC6CA3;
}
.BgClassName
{
background-color: #EC6CA3;
}
</style>
border-color css
<style>
span { border-color: #EC6CA3; }
span { border-color: rgb(236,108,163); }
td.TdClassName
{
border-color: #EC6CA3;
}
.TagClassName
{
border-color: #EC6CA3;
}
</style>