Shades of Pale Violet Red #EC6BA0
Tints of Pale Violet Red #EC6BA0
RGB
CMYK
RGB Variations
Color information
#EC6BA0 (or 0xEC6BA0) is known color: Pale Violet Red. HEX triplet: EC, 6B and A0. RGB value is (236,107,160). Sum of RGB (Red+Green+Blue) = 236+107+160=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA0 is #13945F. Grayscale: #979797. Windows color (decimal): -1283168 or 10513388. OLE color: 10513388.
HSL color Cylindrical-coordinate representation of color #EC6BA0: hue angle of 335.35º 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 #EC6BA0 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 160 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.07 |
| HSL | 335.35º | 0.77% | 0.67% | - |
| HSV(B) | 335.35º | 0.55% | 0.93% | - |
| XYZ | 46.19 | 30.89 | 36.78 | - |
| YUV | 151.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 160 | 0 | 0.55 | 0.32 | 0.07 | 335.35 | 0.77 | 0.67 |
| Hex | EC | 6B | A0 | 0 | 37 | 20 | 7 | 14F | 4D | 43 |
| Octal | 354 | 153 | 240 | 0 | 67 | 40 | 7 | 517 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10100000 | 0 | 110111 | 100000 | 111 | 101001111 | 1001101 | 1000011 |
Color Harmonies of #EC6BA0
Complementary color
Monochromatic Colors of #EC6BA0
Black with #EC6BA0
Text Example
Text Example
White with #EC6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BA0; }
p { color: rgb(236,107,160); }
H1.HeaderClassName
{
color: #EC6BA0;
}
.AnyTagClassName
{
color: #EC6BA0;
}
</style>
background-color css
<style>
a { background-color: #EC6BA0; }
a { background-color: rgb(236,107,160); }
div.DivClassName
{
background-color: #EC6BA0;
}
.BgClassName
{
background-color: #EC6BA0;
}
</style>
border-color css
<style>
span { border-color: #EC6BA0; }
span { border-color: rgb(236,107,160); }
td.TdClassName
{
border-color: #EC6BA0;
}
.TagClassName
{
border-color: #EC6BA0;
}
</style>