Shades of Violet #EC7EF1
Tints of Violet #EC7EF1
RGB
CMYK
RGB Variations
Color information
#EC7EF1 (or 0xEC7EF1) is known color: Violet. HEX triplet: EC, 7E and F1. RGB value is (236,126,241). Sum of RGB (Red+Green+Blue) = 236+126+241=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 126 (49.61% from 255 or 20.90% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC7EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EF1 is #13810E. Grayscale: #ABABAB. Windows color (decimal): -1278223 or 15826668. OLE color: 15826668.
HSL color Cylindrical-coordinate representation of color #EC7EF1: hue angle of 297.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7EF1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 126 | 241 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.05 |
| HSL | 297.39º | 0.8% | 0.72% | - |
| HSV(B) | 297.39º | 0.48% | 0.95% | - |
| XYZ | 57.93 | 39.11 | 87.71 | - |
| YUV | 172 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 241 | 0.02 | 0.48 | 0 | 0.05 | 297.39 | 0.8 | 0.72 |
| Hex | EC | 7E | F1 | 2 | 30 | 0 | 5 | 129 | 50 | 48 |
| Octal | 354 | 176 | 361 | 2 | 60 | 0 | 5 | 451 | 120 | 110 |
| Binary | 11101100 | 1111110 | 11110001 | 10 | 110000 | 0 | 101 | 100101001 | 1010000 | 1001000 |
Color Harmonies of #EC7EF1
Complementary color
Monochromatic Colors of #EC7EF1
Black with #EC7EF1
Text Example
Text Example
White with #EC7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EF1; }
p { color: rgb(236,126,241); }
H1.HeaderClassName
{
color: #EC7EF1;
}
.AnyTagClassName
{
color: #EC7EF1;
}
</style>
background-color css
<style>
a { background-color: #EC7EF1; }
a { background-color: rgb(236,126,241); }
div.DivClassName
{
background-color: #EC7EF1;
}
.BgClassName
{
background-color: #EC7EF1;
}
</style>
border-color css
<style>
span { border-color: #EC7EF1; }
span { border-color: rgb(236,126,241); }
td.TdClassName
{
border-color: #EC7EF1;
}
.TagClassName
{
border-color: #EC7EF1;
}
</style>