Shades of Violet #EF8AF7
Tints of Violet #EF8AF7
RGB
CMYK
RGB Variations
Color information
#EF8AF7 (or 0xEF8AF7) is known color: Violet. HEX triplet: EF, 8A and F7. RGB value is (239,138,247). Sum of RGB (Red+Green+Blue) = 239+138+247=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 138 (54.30% from 255 or 22.12% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF8AF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AF7 is #107508. Grayscale: #B4B4B4. Windows color (decimal): -1078537 or 16222959. OLE color: 16222959.
HSL color Cylindrical-coordinate representation of color #EF8AF7: hue angle of 295.6º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8AF7 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 138 | 247 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.03 |
| HSL | 295.6º | 0.87% | 0.75% | - |
| HSV(B) | 295.6º | 0.44% | 0.97% | - |
| XYZ | 61.47 | 43.24 | 93.1 | - |
| YUV | 180.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 247 | 0.03 | 0.44 | 0 | 0.03 | 295.6 | 0.87 | 0.75 |
| Hex | EF | 8A | F7 | 3 | 2C | 0 | 3 | 128 | 57 | 4B |
| Octal | 357 | 212 | 367 | 3 | 54 | 0 | 3 | 450 | 127 | 113 |
| Binary | 11101111 | 10001010 | 11110111 | 11 | 101100 | 0 | 11 | 100101000 | 1010111 | 1001011 |
Color Harmonies of #EF8AF7
Complementary color
Monochromatic Colors of #EF8AF7
Black with #EF8AF7
Text Example
Text Example
White with #EF8AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AF7; }
p { color: rgb(239,138,247); }
H1.HeaderClassName
{
color: #EF8AF7;
}
.AnyTagClassName
{
color: #EF8AF7;
}
</style>
background-color css
<style>
a { background-color: #EF8AF7; }
a { background-color: rgb(239,138,247); }
div.DivClassName
{
background-color: #EF8AF7;
}
.BgClassName
{
background-color: #EF8AF7;
}
</style>
border-color css
<style>
span { border-color: #EF8AF7; }
span { border-color: rgb(239,138,247); }
td.TdClassName
{
border-color: #EF8AF7;
}
.TagClassName
{
border-color: #EF8AF7;
}
</style>