Shades of Pale Violet Red #EC6BA1
Tints of Pale Violet Red #EC6BA1
RGB
CMYK
RGB Variations
Color information
#EC6BA1 (or 0xEC6BA1) is known color: Pale Violet Red. HEX triplet: EC, 6B and A1. RGB value is (236,107,161). Sum of RGB (Red+Green+Blue) = 236+107+161=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA1 is #13945E. Grayscale: #979797. Windows color (decimal): -1283167 or 10578924. OLE color: 10578924.
HSL color Cylindrical-coordinate representation of color #EC6BA1: hue angle of 334.88º 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 #EC6BA1 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 161 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.07 |
| HSL | 334.88º | 0.77% | 0.67% | - |
| HSV(B) | 334.88º | 0.55% | 0.93% | - |
| XYZ | 46.28 | 30.92 | 37.25 | - |
| YUV | 151.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 161 | 0 | 0.55 | 0.32 | 0.07 | 334.88 | 0.77 | 0.67 |
| Hex | EC | 6B | A1 | 0 | 37 | 20 | 7 | 14F | 4D | 43 |
| Octal | 354 | 153 | 241 | 0 | 67 | 40 | 7 | 517 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10100001 | 0 | 110111 | 100000 | 111 | 101001111 | 1001101 | 1000011 |
Color Harmonies of #EC6BA1
Complementary color
Monochromatic Colors of #EC6BA1
Black with #EC6BA1
Text Example
Text Example
White with #EC6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BA1; }
p { color: rgb(236,107,161); }
H1.HeaderClassName
{
color: #EC6BA1;
}
.AnyTagClassName
{
color: #EC6BA1;
}
</style>
background-color css
<style>
a { background-color: #EC6BA1; }
a { background-color: rgb(236,107,161); }
div.DivClassName
{
background-color: #EC6BA1;
}
.BgClassName
{
background-color: #EC6BA1;
}
</style>
border-color css
<style>
span { border-color: #EC6BA1; }
span { border-color: rgb(236,107,161); }
td.TdClassName
{
border-color: #EC6BA1;
}
.TagClassName
{
border-color: #EC6BA1;
}
</style>