Shades of Violet #EF7DFE
Tints of Violet #EF7DFE
RGB
CMYK
RGB Variations
Color information
#EF7DFE (or 0xEF7DFE) is known color: Violet. HEX triplet: EF, 7D and FE. RGB value is (239,125,254). Sum of RGB (Red+Green+Blue) = 239+125+254=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DFE is #108201. Grayscale: #ADADAD. Windows color (decimal): -1081858 or 16678383. OLE color: 16678383.
HSL color Cylindrical-coordinate representation of color #EF7DFE: hue angle of 293.02º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7DFE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 125 | 254 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.00 |
| HSL | 293.02º | 0.98% | 0.74% | - |
| HSV(B) | 293.02º | 0.51% | 1% | - |
| XYZ | 60.82 | 40.17 | 98.31 | - |
| YUV | 173.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 254 | 0.06 | 0.51 | 0 | 0.00 | 293.02 | 0.98 | 0.74 |
| Hex | EF | 7D | FE | 6 | 33 | 0 | 0 | 125 | 62 | 4A |
| Octal | 357 | 175 | 376 | 6 | 63 | 0 | 0 | 445 | 142 | 112 |
| Binary | 11101111 | 1111101 | 11111110 | 110 | 110011 | 0 | 0 | 100100101 | 1100010 | 1001010 |
Color Harmonies of #EF7DFE
Complementary color
Monochromatic Colors of #EF7DFE
Black with #EF7DFE
Text Example
Text Example
White with #EF7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7DFE; }
p { color: rgb(239,125,254); }
H1.HeaderClassName
{
color: #EF7DFE;
}
.AnyTagClassName
{
color: #EF7DFE;
}
</style>
background-color css
<style>
a { background-color: #EF7DFE; }
a { background-color: rgb(239,125,254); }
div.DivClassName
{
background-color: #EF7DFE;
}
.BgClassName
{
background-color: #EF7DFE;
}
</style>
border-color css
<style>
span { border-color: #EF7DFE; }
span { border-color: rgb(239,125,254); }
td.TdClassName
{
border-color: #EF7DFE;
}
.TagClassName
{
border-color: #EF7DFE;
}
</style>