Shades of Violet #EC7EF8
Tints of Violet #EC7EF8
RGB
CMYK
RGB Variations
Color information
#EC7EF8 (or 0xEC7EF8) is known color: Violet. HEX triplet: EC, 7E and F8. RGB value is (236,126,248). Sum of RGB (Red+Green+Blue) = 236+126+248=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 126 (49.61% from 255 or 20.66% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC7EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EF8 is #138107. Grayscale: #ACACAC. Windows color (decimal): -1278216 or 16285420. OLE color: 16285420.
HSL color Cylindrical-coordinate representation of color #EC7EF8: hue angle of 294.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7EF8 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 126 | 248 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.03 |
| HSL | 294.1º | 0.9% | 0.73% | - |
| HSV(B) | 294.1º | 0.49% | 0.97% | - |
| XYZ | 59 | 39.53 | 93.33 | - |
| YUV | 172.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 248 | 0.05 | 0.49 | 0 | 0.03 | 294.1 | 0.9 | 0.73 |
| Hex | EC | 7E | F8 | 5 | 31 | 0 | 3 | 126 | 5A | 49 |
| Octal | 354 | 176 | 370 | 5 | 61 | 0 | 3 | 446 | 132 | 111 |
| Binary | 11101100 | 1111110 | 11111000 | 101 | 110001 | 0 | 11 | 100100110 | 1011010 | 1001001 |
Color Harmonies of #EC7EF8
Complementary color
Monochromatic Colors of #EC7EF8
Black with #EC7EF8
Text Example
Text Example
White with #EC7EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EF8; }
p { color: rgb(236,126,248); }
H1.HeaderClassName
{
color: #EC7EF8;
}
.AnyTagClassName
{
color: #EC7EF8;
}
</style>
background-color css
<style>
a { background-color: #EC7EF8; }
a { background-color: rgb(236,126,248); }
div.DivClassName
{
background-color: #EC7EF8;
}
.BgClassName
{
background-color: #EC7EF8;
}
</style>
border-color css
<style>
span { border-color: #EC7EF8; }
span { border-color: rgb(236,126,248); }
td.TdClassName
{
border-color: #EC7EF8;
}
.TagClassName
{
border-color: #EC7EF8;
}
</style>