Shades of Violet #EF8FF7
Tints of Violet #EF8FF7
RGB
CMYK
RGB Variations
Color information
#EF8FF7 (or 0xEF8FF7) is known color: Violet. HEX triplet: EF, 8F and F7. RGB value is (239,143,247). Sum of RGB (Red+Green+Blue) = 239+143+247=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 143 (56.25% from 255 or 22.73% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF8FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FF7 is #107008. Grayscale: #B7B7B7. Windows color (decimal): -1077257 or 16224239. OLE color: 16224239.
HSL color Cylindrical-coordinate representation of color #EF8FF7: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8FF7 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 143 | 247 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.03 |
| HSL | 295.38º | 0.87% | 0.76% | - |
| HSV(B) | 295.38º | 0.42% | 0.97% | - |
| XYZ | 62.21 | 44.71 | 93.35 | - |
| YUV | 183.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 247 | 0.03 | 0.42 | 0 | 0.03 | 295.38 | 0.87 | 0.76 |
| Hex | EF | 8F | F7 | 3 | 2A | 0 | 3 | 127 | 57 | 4C |
| Octal | 357 | 217 | 367 | 3 | 52 | 0 | 3 | 447 | 127 | 114 |
| Binary | 11101111 | 10001111 | 11110111 | 11 | 101010 | 0 | 11 | 100100111 | 1010111 | 1001100 |
Color Harmonies of #EF8FF7
Complementary color
Monochromatic Colors of #EF8FF7
Black with #EF8FF7
Text Example
Text Example
White with #EF8FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FF7; }
p { color: rgb(239,143,247); }
H1.HeaderClassName
{
color: #EF8FF7;
}
.AnyTagClassName
{
color: #EF8FF7;
}
</style>
background-color css
<style>
a { background-color: #EF8FF7; }
a { background-color: rgb(239,143,247); }
div.DivClassName
{
background-color: #EF8FF7;
}
.BgClassName
{
background-color: #EF8FF7;
}
</style>
border-color css
<style>
span { border-color: #EF8FF7; }
span { border-color: rgb(239,143,247); }
td.TdClassName
{
border-color: #EF8FF7;
}
.TagClassName
{
border-color: #EF8FF7;
}
</style>