Shades of Violet #EC7CE1
Tints of Violet #EC7CE1
RGB
CMYK
RGB Variations
Color information
#EC7CE1 (or 0xEC7CE1) is known color: Violet. HEX triplet: EC, 7C and E1. RGB value is (236,124,225). Sum of RGB (Red+Green+Blue) = 236+124+225=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CE1 is #13831E. Grayscale: #A8A8A8. Windows color (decimal): -1278751 or 14777580. OLE color: 14777580.
HSL color Cylindrical-coordinate representation of color #EC7CE1: hue angle of 305.89º 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 #EC7CE1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 225 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.07 |
| HSL | 305.89º | 0.75% | 0.71% | - |
| HSV(B) | 305.89º | 0.47% | 0.93% | - |
| XYZ | 55.39 | 37.68 | 75.59 | - |
| YUV | 169 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 225 | 0 | 0.47 | 0.05 | 0.07 | 305.89 | 0.75 | 0.71 |
| Hex | EC | 7C | E1 | 0 | 2F | 5 | 7 | 132 | 4B | 47 |
| Octal | 354 | 174 | 341 | 0 | 57 | 5 | 7 | 462 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11100001 | 0 | 101111 | 101 | 111 | 100110010 | 1001011 | 1000111 |
Color Harmonies of #EC7CE1
Complementary color
Monochromatic Colors of #EC7CE1
Black with #EC7CE1
Text Example
Text Example
White with #EC7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CE1; }
p { color: rgb(236,124,225); }
H1.HeaderClassName
{
color: #EC7CE1;
}
.AnyTagClassName
{
color: #EC7CE1;
}
</style>
background-color css
<style>
a { background-color: #EC7CE1; }
a { background-color: rgb(236,124,225); }
div.DivClassName
{
background-color: #EC7CE1;
}
.BgClassName
{
background-color: #EC7CE1;
}
</style>
border-color css
<style>
span { border-color: #EC7CE1; }
span { border-color: rgb(236,124,225); }
td.TdClassName
{
border-color: #EC7CE1;
}
.TagClassName
{
border-color: #EC7CE1;
}
</style>