Shades of Violet #EC7CF1
Tints of Violet #EC7CF1
RGB
CMYK
RGB Variations
Color information
#EC7CF1 (or 0xEC7CF1) is known color: Violet. HEX triplet: EC, 7C and F1. RGB value is (236,124,241). Sum of RGB (Red+Green+Blue) = 236+124+241=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC7CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CF1 is #13830E. Grayscale: #AAAAAA. Windows color (decimal): -1278735 or 15826156. OLE color: 15826156.
HSL color Cylindrical-coordinate representation of color #EC7CF1: hue angle of 297.44º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7CF1 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 124 | 241 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.05 |
| HSL | 297.44º | 0.81% | 0.72% | - |
| HSV(B) | 297.44º | 0.49% | 0.95% | - |
| XYZ | 57.68 | 38.6 | 87.63 | - |
| YUV | 170.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 241 | 0.02 | 0.49 | 0 | 0.05 | 297.44 | 0.81 | 0.72 |
| Hex | EC | 7C | F1 | 2 | 31 | 0 | 5 | 129 | 51 | 48 |
| Octal | 354 | 174 | 361 | 2 | 61 | 0 | 5 | 451 | 121 | 110 |
| Binary | 11101100 | 1111100 | 11110001 | 10 | 110001 | 0 | 101 | 100101001 | 1010001 | 1001000 |
Color Harmonies of #EC7CF1
Complementary color
Monochromatic Colors of #EC7CF1
Black with #EC7CF1
Text Example
Text Example
White with #EC7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CF1; }
p { color: rgb(236,124,241); }
H1.HeaderClassName
{
color: #EC7CF1;
}
.AnyTagClassName
{
color: #EC7CF1;
}
</style>
background-color css
<style>
a { background-color: #EC7CF1; }
a { background-color: rgb(236,124,241); }
div.DivClassName
{
background-color: #EC7CF1;
}
.BgClassName
{
background-color: #EC7CF1;
}
</style>
border-color css
<style>
span { border-color: #EC7CF1; }
span { border-color: rgb(236,124,241); }
td.TdClassName
{
border-color: #EC7CF1;
}
.TagClassName
{
border-color: #EC7CF1;
}
</style>