Shades of Violet #EF6FF0
Tints of Violet #EF6FF0
RGB
CMYK
RGB Variations
Color information
#EF6FF0 (or 0xEF6FF0) is known color: Violet. HEX triplet: EF, 6F and F0. RGB value is (239,111,240). Sum of RGB (Red+Green+Blue) = 239+111+240=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF6FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6FF0 is #10900F. Grayscale: #A3A3A3. Windows color (decimal): -1085456 or 15757295. OLE color: 15757295.
HSL color Cylindrical-coordinate representation of color #EF6FF0: hue angle of 299.53º 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 #EF6FF0 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 240 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.06 |
| HSL | 299.53º | 0.81% | 0.69% | - |
| HSV(B) | 299.53º | 0.54% | 0.94% | - |
| XYZ | 57.01 | 36.01 | 86.38 | - |
| YUV | 163.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 240 | 0.00 | 0.54 | 0 | 0.06 | 299.53 | 0.81 | 0.69 |
| Hex | EF | 6F | F0 | 0 | 36 | 0 | 6 | 12C | 51 | 45 |
| Octal | 357 | 157 | 360 | 0 | 66 | 0 | 6 | 454 | 121 | 105 |
| Binary | 11101111 | 1101111 | 11110000 | 0 | 110110 | 0 | 110 | 100101100 | 1010001 | 1000101 |
Color Harmonies of #EF6FF0
Complementary color
Monochromatic Colors of #EF6FF0
Black with #EF6FF0
Text Example
Text Example
White with #EF6FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FF0; }
p { color: rgb(239,111,240); }
H1.HeaderClassName
{
color: #EF6FF0;
}
.AnyTagClassName
{
color: #EF6FF0;
}
</style>
background-color css
<style>
a { background-color: #EF6FF0; }
a { background-color: rgb(239,111,240); }
div.DivClassName
{
background-color: #EF6FF0;
}
.BgClassName
{
background-color: #EF6FF0;
}
</style>
border-color css
<style>
span { border-color: #EF6FF0; }
span { border-color: rgb(239,111,240); }
td.TdClassName
{
border-color: #EF6FF0;
}
.TagClassName
{
border-color: #EF6FF0;
}
</style>