Shades of Pale Violet Red #EC6F9E
Tints of Pale Violet Red #EC6F9E
RGB
CMYK
RGB Variations
Color information
#EC6F9E (or 0xEC6F9E) is known color: Pale Violet Red. HEX triplet: EC, 6F and 9E. RGB value is (236,111,158). Sum of RGB (Red+Green+Blue) = 236+111+158=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F9E is #139061. Grayscale: #999999. Windows color (decimal): -1282146 or 10383340. OLE color: 10383340.
HSL color Cylindrical-coordinate representation of color #EC6F9E: hue angle of 337.44º 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 #EC6F9E is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 158 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.07 |
| HSL | 337.44º | 0.77% | 0.68% | - |
| HSV(B) | 337.44º | 0.53% | 0.93% | - |
| XYZ | 46.45 | 31.67 | 36.01 | - |
| YUV | 153.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 158 | 0 | 0.53 | 0.33 | 0.07 | 337.44 | 0.77 | 0.68 |
| Hex | EC | 6F | 9E | 0 | 35 | 21 | 7 | 151 | 4D | 44 |
| Octal | 354 | 157 | 236 | 0 | 65 | 41 | 7 | 521 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10011110 | 0 | 110101 | 100001 | 111 | 101010001 | 1001101 | 1000100 |
Color Harmonies of #EC6F9E
Complementary color
Monochromatic Colors of #EC6F9E
Black with #EC6F9E
Text Example
Text Example
White with #EC6F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F9E; }
p { color: rgb(236,111,158); }
H1.HeaderClassName
{
color: #EC6F9E;
}
.AnyTagClassName
{
color: #EC6F9E;
}
</style>
background-color css
<style>
a { background-color: #EC6F9E; }
a { background-color: rgb(236,111,158); }
div.DivClassName
{
background-color: #EC6F9E;
}
.BgClassName
{
background-color: #EC6F9E;
}
</style>
border-color css
<style>
span { border-color: #EC6F9E; }
span { border-color: rgb(236,111,158); }
td.TdClassName
{
border-color: #EC6F9E;
}
.TagClassName
{
border-color: #EC6F9E;
}
</style>