Shades of Violet #EF8AF6
Tints of Violet #EF8AF6
RGB
CMYK
RGB Variations
Color information
#EF8AF6 (or 0xEF8AF6) is known color: Violet. HEX triplet: EF, 8A and F6. RGB value is (239,138,246). Sum of RGB (Red+Green+Blue) = 239+138+246=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AF6 is #107509. Grayscale: #B4B4B4. Windows color (decimal): -1078538 or 16157423. OLE color: 16157423.
HSL color Cylindrical-coordinate representation of color #EF8AF6: hue angle of 296.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8AF6 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 138 | 246 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.04 |
| HSL | 296.11º | 0.86% | 0.75% | - |
| HSV(B) | 296.11º | 0.44% | 0.96% | - |
| XYZ | 61.32 | 43.18 | 92.29 | - |
| YUV | 180.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 246 | 0.03 | 0.44 | 0 | 0.04 | 296.11 | 0.86 | 0.75 |
| Hex | EF | 8A | F6 | 3 | 2C | 0 | 4 | 128 | 56 | 4B |
| Octal | 357 | 212 | 366 | 3 | 54 | 0 | 4 | 450 | 126 | 113 |
| Binary | 11101111 | 10001010 | 11110110 | 11 | 101100 | 0 | 100 | 100101000 | 1010110 | 1001011 |
Color Harmonies of #EF8AF6
Complementary color
Monochromatic Colors of #EF8AF6
Black with #EF8AF6
Text Example
Text Example
White with #EF8AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AF6; }
p { color: rgb(239,138,246); }
H1.HeaderClassName
{
color: #EF8AF6;
}
.AnyTagClassName
{
color: #EF8AF6;
}
</style>
background-color css
<style>
a { background-color: #EF8AF6; }
a { background-color: rgb(239,138,246); }
div.DivClassName
{
background-color: #EF8AF6;
}
.BgClassName
{
background-color: #EF8AF6;
}
</style>
border-color css
<style>
span { border-color: #EF8AF6; }
span { border-color: rgb(239,138,246); }
td.TdClassName
{
border-color: #EF8AF6;
}
.TagClassName
{
border-color: #EF8AF6;
}
</style>