Shades of Violet #EF7FFF
Tints of Violet #EF7FFF
RGB
CMYK
RGB Variations
Color information
#EF7FFF (or 0xEF7FFF) is known color: Violet. HEX triplet: EF, 7F and FF. RGB value is (239,127,255). Sum of RGB (Red+Green+Blue) = 239+127+255=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 127 (50% from 255 or 20.45% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FFF is #108000. Grayscale: #AEAEAE. Windows color (decimal): -1081345 or 16744431. OLE color: 16744431.
HSL color Cylindrical-coordinate representation of color #EF7FFF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7FFF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 127 | 255 | - |
| CMYK | 0.06 | 0.50 | 0 | 0 |
| HSL | 292.5º | 1% | 0.75% | - |
| HSV(B) | 292.5º | 0.5% | 1% | - |
| XYZ | 61.24 | 40.75 | 99.25 | - |
| YUV | 175.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 255 | 0.06 | 0.50 | 0 | 0 | 292.5 | 1 | 0.75 |
| Hex | EF | 7F | FF | 6 | 32 | 0 | 0 | 124 | 64 | 4B |
| Octal | 357 | 177 | 377 | 6 | 62 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101111 | 1111111 | 11111111 | 110 | 110010 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EF7FFF
Complementary color
Monochromatic Colors of #EF7FFF
Black with #EF7FFF
Text Example
Text Example
White with #EF7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FFF; }
p { color: rgb(239,127,255); }
H1.HeaderClassName
{
color: #EF7FFF;
}
.AnyTagClassName
{
color: #EF7FFF;
}
</style>
background-color css
<style>
a { background-color: #EF7FFF; }
a { background-color: rgb(239,127,255); }
div.DivClassName
{
background-color: #EF7FFF;
}
.BgClassName
{
background-color: #EF7FFF;
}
</style>
border-color css
<style>
span { border-color: #EF7FFF; }
span { border-color: rgb(239,127,255); }
td.TdClassName
{
border-color: #EF7FFF;
}
.TagClassName
{
border-color: #EF7FFF;
}
</style>