Shades of Pale Violet Red #EC6C9E
Tints of Pale Violet Red #EC6C9E
RGB
CMYK
RGB Variations
Color information
#EC6C9E (or 0xEC6C9E) is known color: Pale Violet Red. HEX triplet: EC, 6C and 9E. RGB value is (236,108,158). Sum of RGB (Red+Green+Blue) = 236+108+158=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C9E is #139361. Grayscale: #979797. Windows color (decimal): -1282914 or 10382572. OLE color: 10382572.
HSL color Cylindrical-coordinate representation of color #EC6C9E: hue angle of 336.56º 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 #EC6C9E is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 158 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.07 |
| HSL | 336.56º | 0.77% | 0.67% | - |
| HSV(B) | 336.56º | 0.54% | 0.93% | - |
| XYZ | 46.13 | 31.03 | 35.91 | - |
| YUV | 151.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 158 | 0 | 0.54 | 0.33 | 0.07 | 336.56 | 0.77 | 0.67 |
| Hex | EC | 6C | 9E | 0 | 36 | 21 | 7 | 151 | 4D | 43 |
| Octal | 354 | 154 | 236 | 0 | 66 | 41 | 7 | 521 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10011110 | 0 | 110110 | 100001 | 111 | 101010001 | 1001101 | 1000011 |
Color Harmonies of #EC6C9E
Complementary color
Monochromatic Colors of #EC6C9E
Black with #EC6C9E
Text Example
Text Example
White with #EC6C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C9E; }
p { color: rgb(236,108,158); }
H1.HeaderClassName
{
color: #EC6C9E;
}
.AnyTagClassName
{
color: #EC6C9E;
}
</style>
background-color css
<style>
a { background-color: #EC6C9E; }
a { background-color: rgb(236,108,158); }
div.DivClassName
{
background-color: #EC6C9E;
}
.BgClassName
{
background-color: #EC6C9E;
}
</style>
border-color css
<style>
span { border-color: #EC6C9E; }
span { border-color: rgb(236,108,158); }
td.TdClassName
{
border-color: #EC6C9E;
}
.TagClassName
{
border-color: #EC6C9E;
}
</style>