Shades of Violet #EC7CF7
Tints of Violet #EC7CF7
RGB
CMYK
RGB Variations
Color information
#EC7CF7 (or 0xEC7CF7) is known color: Violet. HEX triplet: EC, 7C and F7. RGB value is (236,124,247). Sum of RGB (Red+Green+Blue) = 236+124+247=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC7CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CF7 is #138308. Grayscale: #ABABAB. Windows color (decimal): -1278729 or 16219372. OLE color: 16219372.
HSL color Cylindrical-coordinate representation of color #EC7CF7: hue angle of 294.63º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7CF7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 124 | 247 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.03 |
| HSL | 294.63º | 0.88% | 0.73% | - |
| HSV(B) | 294.63º | 0.5% | 0.97% | - |
| XYZ | 58.59 | 38.96 | 92.43 | - |
| YUV | 171.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 247 | 0.04 | 0.50 | 0 | 0.03 | 294.63 | 0.88 | 0.73 |
| Hex | EC | 7C | F7 | 4 | 32 | 0 | 3 | 127 | 58 | 49 |
| Octal | 354 | 174 | 367 | 4 | 62 | 0 | 3 | 447 | 130 | 111 |
| Binary | 11101100 | 1111100 | 11110111 | 100 | 110010 | 0 | 11 | 100100111 | 1011000 | 1001001 |
Color Harmonies of #EC7CF7
Complementary color
Monochromatic Colors of #EC7CF7
Black with #EC7CF7
Text Example
Text Example
White with #EC7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CF7; }
p { color: rgb(236,124,247); }
H1.HeaderClassName
{
color: #EC7CF7;
}
.AnyTagClassName
{
color: #EC7CF7;
}
</style>
background-color css
<style>
a { background-color: #EC7CF7; }
a { background-color: rgb(236,124,247); }
div.DivClassName
{
background-color: #EC7CF7;
}
.BgClassName
{
background-color: #EC7CF7;
}
</style>
border-color css
<style>
span { border-color: #EC7CF7; }
span { border-color: rgb(236,124,247); }
td.TdClassName
{
border-color: #EC7CF7;
}
.TagClassName
{
border-color: #EC7CF7;
}
</style>