Shades of Pale Violet Red #EC6D9B
Tints of Pale Violet Red #EC6D9B
RGB
CMYK
RGB Variations
Color information
#EC6D9B (or 0xEC6D9B) is known color: Pale Violet Red. HEX triplet: EC, 6D and 9B. RGB value is (236,109,155). Sum of RGB (Red+Green+Blue) = 236+109+155=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D9B is #139264. Grayscale: #989898. Windows color (decimal): -1282661 or 10186220. OLE color: 10186220.
HSL color Cylindrical-coordinate representation of color #EC6D9B: hue angle of 338.27º 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 #EC6D9B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 155 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.07 |
| HSL | 338.27º | 0.77% | 0.68% | - |
| HSV(B) | 338.27º | 0.54% | 0.93% | - |
| XYZ | 45.98 | 31.14 | 34.6 | - |
| YUV | 152.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 155 | 0 | 0.54 | 0.34 | 0.07 | 338.27 | 0.77 | 0.68 |
| Hex | EC | 6D | 9B | 0 | 36 | 22 | 7 | 152 | 4D | 44 |
| Octal | 354 | 155 | 233 | 0 | 66 | 42 | 7 | 522 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10011011 | 0 | 110110 | 100010 | 111 | 101010010 | 1001101 | 1000100 |
Color Harmonies of #EC6D9B
Complementary color
Monochromatic Colors of #EC6D9B
Black with #EC6D9B
Text Example
Text Example
White with #EC6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D9B; }
p { color: rgb(236,109,155); }
H1.HeaderClassName
{
color: #EC6D9B;
}
.AnyTagClassName
{
color: #EC6D9B;
}
</style>
background-color css
<style>
a { background-color: #EC6D9B; }
a { background-color: rgb(236,109,155); }
div.DivClassName
{
background-color: #EC6D9B;
}
.BgClassName
{
background-color: #EC6D9B;
}
</style>
border-color css
<style>
span { border-color: #EC6D9B; }
span { border-color: rgb(236,109,155); }
td.TdClassName
{
border-color: #EC6D9B;
}
.TagClassName
{
border-color: #EC6D9B;
}
</style>