Shades of Violet #EC7CF6
Tints of Violet #EC7CF6
RGB
CMYK
RGB Variations
Color information
#EC7CF6 (or 0xEC7CF6) is known color: Violet. HEX triplet: EC, 7C and F6. RGB value is (236,124,246). Sum of RGB (Red+Green+Blue) = 236+124+246=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC7CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CF6 is #138309. Grayscale: #ABABAB. Windows color (decimal): -1278730 or 16153836. OLE color: 16153836.
HSL color Cylindrical-coordinate representation of color #EC7CF6: hue angle of 295.08º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7CF6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 124 | 246 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.04 |
| HSL | 295.08º | 0.87% | 0.73% | - |
| HSV(B) | 295.08º | 0.5% | 0.96% | - |
| XYZ | 58.43 | 38.9 | 91.62 | - |
| YUV | 171.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 246 | 0.04 | 0.50 | 0 | 0.04 | 295.08 | 0.87 | 0.73 |
| Hex | EC | 7C | F6 | 4 | 32 | 0 | 4 | 127 | 57 | 49 |
| Octal | 354 | 174 | 366 | 4 | 62 | 0 | 4 | 447 | 127 | 111 |
| Binary | 11101100 | 1111100 | 11110110 | 100 | 110010 | 0 | 100 | 100100111 | 1010111 | 1001001 |
Color Harmonies of #EC7CF6
Complementary color
Monochromatic Colors of #EC7CF6
Black with #EC7CF6
Text Example
Text Example
White with #EC7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CF6; }
p { color: rgb(236,124,246); }
H1.HeaderClassName
{
color: #EC7CF6;
}
.AnyTagClassName
{
color: #EC7CF6;
}
</style>
background-color css
<style>
a { background-color: #EC7CF6; }
a { background-color: rgb(236,124,246); }
div.DivClassName
{
background-color: #EC7CF6;
}
.BgClassName
{
background-color: #EC7CF6;
}
</style>
border-color css
<style>
span { border-color: #EC7CF6; }
span { border-color: rgb(236,124,246); }
td.TdClassName
{
border-color: #EC7CF6;
}
.TagClassName
{
border-color: #EC7CF6;
}
</style>