Shades of Pale Violet Red #EC6C9B
Tints of Pale Violet Red #EC6C9B
RGB
CMYK
RGB Variations
Color information
#EC6C9B (or 0xEC6C9B) is known color: Pale Violet Red. HEX triplet: EC, 6C and 9B. RGB value is (236,108,155). Sum of RGB (Red+Green+Blue) = 236+108+155=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C9B is #139364. Grayscale: #979797. Windows color (decimal): -1282917 or 10185964. OLE color: 10185964.
HSL color Cylindrical-coordinate representation of color #EC6C9B: hue angle of 337.97º 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 #EC6C9B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 155 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.07 |
| HSL | 337.97º | 0.77% | 0.67% | - |
| HSV(B) | 337.97º | 0.54% | 0.93% | - |
| XYZ | 45.87 | 30.92 | 34.56 | - |
| YUV | 151.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 155 | 0 | 0.54 | 0.34 | 0.07 | 337.97 | 0.77 | 0.67 |
| Hex | EC | 6C | 9B | 0 | 36 | 22 | 7 | 152 | 4D | 43 |
| Octal | 354 | 154 | 233 | 0 | 66 | 42 | 7 | 522 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10011011 | 0 | 110110 | 100010 | 111 | 101010010 | 1001101 | 1000011 |
Color Harmonies of #EC6C9B
Complementary color
Monochromatic Colors of #EC6C9B
Black with #EC6C9B
Text Example
Text Example
White with #EC6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C9B; }
p { color: rgb(236,108,155); }
H1.HeaderClassName
{
color: #EC6C9B;
}
.AnyTagClassName
{
color: #EC6C9B;
}
</style>
background-color css
<style>
a { background-color: #EC6C9B; }
a { background-color: rgb(236,108,155); }
div.DivClassName
{
background-color: #EC6C9B;
}
.BgClassName
{
background-color: #EC6C9B;
}
</style>
border-color css
<style>
span { border-color: #EC6C9B; }
span { border-color: rgb(236,108,155); }
td.TdClassName
{
border-color: #EC6C9B;
}
.TagClassName
{
border-color: #EC6C9B;
}
</style>