Shades of Pale Violet Red #EC6F9D
Tints of Pale Violet Red #EC6F9D
RGB
CMYK
RGB Variations
Color information
#EC6F9D (or 0xEC6F9D) is known color: Pale Violet Red. HEX triplet: EC, 6F and 9D. RGB value is (236,111,157). Sum of RGB (Red+Green+Blue) = 236+111+157=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F9D is #139062. Grayscale: #999999. Windows color (decimal): -1282147 or 10317804. OLE color: 10317804.
HSL color Cylindrical-coordinate representation of color #EC6F9D: hue angle of 337.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F9D is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 157 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.07 |
| HSL | 337.92º | 0.77% | 0.68% | - |
| HSV(B) | 337.92º | 0.53% | 0.93% | - |
| XYZ | 46.36 | 31.64 | 35.56 | - |
| YUV | 153.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 157 | 0 | 0.53 | 0.33 | 0.07 | 337.92 | 0.77 | 0.68 |
| Hex | EC | 6F | 9D | 0 | 35 | 21 | 7 | 152 | 4D | 44 |
| Octal | 354 | 157 | 235 | 0 | 65 | 41 | 7 | 522 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10011101 | 0 | 110101 | 100001 | 111 | 101010010 | 1001101 | 1000100 |
Color Harmonies of #EC6F9D
Complementary color
Monochromatic Colors of #EC6F9D
Black with #EC6F9D
Text Example
Text Example
White with #EC6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F9D; }
p { color: rgb(236,111,157); }
H1.HeaderClassName
{
color: #EC6F9D;
}
.AnyTagClassName
{
color: #EC6F9D;
}
</style>
background-color css
<style>
a { background-color: #EC6F9D; }
a { background-color: rgb(236,111,157); }
div.DivClassName
{
background-color: #EC6F9D;
}
.BgClassName
{
background-color: #EC6F9D;
}
</style>
border-color css
<style>
span { border-color: #EC6F9D; }
span { border-color: rgb(236,111,157); }
td.TdClassName
{
border-color: #EC6F9D;
}
.TagClassName
{
border-color: #EC6F9D;
}
</style>