Shades of Violet #EF7CE6
Tints of Violet #EF7CE6
RGB
CMYK
RGB Variations
Color information
#EF7CE6 (or 0xEF7CE6) is known color: Violet. HEX triplet: EF, 7C and E6. RGB value is (239,124,230). Sum of RGB (Red+Green+Blue) = 239+124+230=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CE6 is #108319. Grayscale: #AAAAAA. Windows color (decimal): -1082138 or 15105263. OLE color: 15105263.
HSL color Cylindrical-coordinate representation of color #EF7CE6: hue angle of 304.7º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CE6 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 230 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.06 |
| HSL | 304.7º | 0.78% | 0.71% | - |
| HSV(B) | 304.7º | 0.48% | 0.94% | - |
| XYZ | 57.09 | 38.48 | 79.28 | - |
| YUV | 170.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 230 | 0 | 0.48 | 0.04 | 0.06 | 304.7 | 0.78 | 0.71 |
| Hex | EF | 7C | E6 | 0 | 30 | 4 | 6 | 131 | 4E | 47 |
| Octal | 357 | 174 | 346 | 0 | 60 | 4 | 6 | 461 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11100110 | 0 | 110000 | 100 | 110 | 100110001 | 1001110 | 1000111 |
Color Harmonies of #EF7CE6
Complementary color
Monochromatic Colors of #EF7CE6
Black with #EF7CE6
Text Example
Text Example
White with #EF7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CE6; }
p { color: rgb(239,124,230); }
H1.HeaderClassName
{
color: #EF7CE6;
}
.AnyTagClassName
{
color: #EF7CE6;
}
</style>
background-color css
<style>
a { background-color: #EF7CE6; }
a { background-color: rgb(239,124,230); }
div.DivClassName
{
background-color: #EF7CE6;
}
.BgClassName
{
background-color: #EF7CE6;
}
</style>
border-color css
<style>
span { border-color: #EF7CE6; }
span { border-color: rgb(239,124,230); }
td.TdClassName
{
border-color: #EF7CE6;
}
.TagClassName
{
border-color: #EF7CE6;
}
</style>