Shades of Violet #EC7CE9
Tints of Violet #EC7CE9
RGB
CMYK
RGB Variations
Color information
#EC7CE9 (or 0xEC7CE9) is known color: Violet. HEX triplet: EC, 7C and E9. RGB value is (236,124,233). Sum of RGB (Red+Green+Blue) = 236+124+233=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CE9 is #138316. Grayscale: #A9A9A9. Windows color (decimal): -1278743 or 15301868. OLE color: 15301868.
HSL color Cylindrical-coordinate representation of color #EC7CE9: hue angle of 301.61º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7CE9 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 233 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.07 |
| HSL | 301.61º | 0.75% | 0.71% | - |
| HSV(B) | 301.61º | 0.47% | 0.93% | - |
| XYZ | 56.51 | 38.13 | 81.47 | - |
| YUV | 169.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 233 | 0 | 0.47 | 0.01 | 0.07 | 301.61 | 0.75 | 0.71 |
| Hex | EC | 7C | E9 | 0 | 2F | 1 | 7 | 12E | 4B | 47 |
| Octal | 354 | 174 | 351 | 0 | 57 | 1 | 7 | 456 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11101001 | 0 | 101111 | 1 | 111 | 100101110 | 1001011 | 1000111 |
Color Harmonies of #EC7CE9
Complementary color
Monochromatic Colors of #EC7CE9
Black with #EC7CE9
Text Example
Text Example
White with #EC7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CE9; }
p { color: rgb(236,124,233); }
H1.HeaderClassName
{
color: #EC7CE9;
}
.AnyTagClassName
{
color: #EC7CE9;
}
</style>
background-color css
<style>
a { background-color: #EC7CE9; }
a { background-color: rgb(236,124,233); }
div.DivClassName
{
background-color: #EC7CE9;
}
.BgClassName
{
background-color: #EC7CE9;
}
</style>
border-color css
<style>
span { border-color: #EC7CE9; }
span { border-color: rgb(236,124,233); }
td.TdClassName
{
border-color: #EC7CE9;
}
.TagClassName
{
border-color: #EC7CE9;
}
</style>