Shades of Violet #EF6EF0
Tints of Violet #EF6EF0
RGB
CMYK
RGB Variations
Color information
#EF6EF0 (or 0xEF6EF0) is known color: Violet. HEX triplet: EF, 6E and F0. RGB value is (239,110,240). Sum of RGB (Red+Green+Blue) = 239+110+240=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF6EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EF0 is #10910F. Grayscale: #A3A3A3. Windows color (decimal): -1085712 or 15757039. OLE color: 15757039.
HSL color Cylindrical-coordinate representation of color #EF6EF0: hue angle of 299.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6EF0 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 240 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.06 |
| HSL | 299.54º | 0.81% | 0.69% | - |
| HSV(B) | 299.54º | 0.54% | 0.94% | - |
| XYZ | 56.9 | 35.79 | 86.35 | - |
| YUV | 163.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 240 | 0.00 | 0.54 | 0 | 0.06 | 299.54 | 0.81 | 0.69 |
| Hex | EF | 6E | F0 | 0 | 36 | 0 | 6 | 12C | 51 | 45 |
| Octal | 357 | 156 | 360 | 0 | 66 | 0 | 6 | 454 | 121 | 105 |
| Binary | 11101111 | 1101110 | 11110000 | 0 | 110110 | 0 | 110 | 100101100 | 1010001 | 1000101 |
Color Harmonies of #EF6EF0
Complementary color
Monochromatic Colors of #EF6EF0
Black with #EF6EF0
Text Example
Text Example
White with #EF6EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EF0; }
p { color: rgb(239,110,240); }
H1.HeaderClassName
{
color: #EF6EF0;
}
.AnyTagClassName
{
color: #EF6EF0;
}
</style>
background-color css
<style>
a { background-color: #EF6EF0; }
a { background-color: rgb(239,110,240); }
div.DivClassName
{
background-color: #EF6EF0;
}
.BgClassName
{
background-color: #EF6EF0;
}
</style>
border-color css
<style>
span { border-color: #EF6EF0; }
span { border-color: rgb(239,110,240); }
td.TdClassName
{
border-color: #EF6EF0;
}
.TagClassName
{
border-color: #EF6EF0;
}
</style>