Shades of Pale Violet Red #EC6DA3
Tints of Pale Violet Red #EC6DA3
RGB
CMYK
RGB Variations
Color information
#EC6DA3 (or 0xEC6DA3) is known color: Pale Violet Red. HEX triplet: EC, 6D and A3. RGB value is (236,109,163). Sum of RGB (Red+Green+Blue) = 236+109+163=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6DA3 is #13925C. Grayscale: #999999. Windows color (decimal): -1282653 or 10710508. OLE color: 10710508.
HSL color Cylindrical-coordinate representation of color #EC6DA3: hue angle of 334.49º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6DA3 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 163 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.07 |
| HSL | 334.49º | 0.77% | 0.68% | - |
| HSV(B) | 334.49º | 0.54% | 0.93% | - |
| XYZ | 46.67 | 31.41 | 38.25 | - |
| YUV | 153.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 163 | 0 | 0.54 | 0.31 | 0.07 | 334.49 | 0.77 | 0.68 |
| Hex | EC | 6D | A3 | 0 | 36 | 1F | 7 | 14E | 4D | 44 |
| Octal | 354 | 155 | 243 | 0 | 66 | 37 | 7 | 516 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10100011 | 0 | 110110 | 11111 | 111 | 101001110 | 1001101 | 1000100 |
Color Harmonies of #EC6DA3
Complementary color
Monochromatic Colors of #EC6DA3
Black with #EC6DA3
Text Example
Text Example
White with #EC6DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DA3; }
p { color: rgb(236,109,163); }
H1.HeaderClassName
{
color: #EC6DA3;
}
.AnyTagClassName
{
color: #EC6DA3;
}
</style>
background-color css
<style>
a { background-color: #EC6DA3; }
a { background-color: rgb(236,109,163); }
div.DivClassName
{
background-color: #EC6DA3;
}
.BgClassName
{
background-color: #EC6DA3;
}
</style>
border-color css
<style>
span { border-color: #EC6DA3; }
span { border-color: rgb(236,109,163); }
td.TdClassName
{
border-color: #EC6DA3;
}
.TagClassName
{
border-color: #EC6DA3;
}
</style>