Shades of Violet #EF7DF8
Tints of Violet #EF7DF8
RGB
CMYK
RGB Variations
Color information
#EF7DF8 (or 0xEF7DF8) is known color: Violet. HEX triplet: EF, 7D and F8. RGB value is (239,125,248). Sum of RGB (Red+Green+Blue) = 239+125+248=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF7DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DF8 is #108207. Grayscale: #ACACAC. Windows color (decimal): -1081864 or 16285167. OLE color: 16285167.
HSL color Cylindrical-coordinate representation of color #EF7DF8: hue angle of 295.61º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7DF8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 125 | 248 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.03 |
| HSL | 295.61º | 0.9% | 0.73% | - |
| HSV(B) | 295.61º | 0.5% | 0.97% | - |
| XYZ | 59.87 | 39.8 | 93.33 | - |
| YUV | 173.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 248 | 0.04 | 0.50 | 0 | 0.03 | 295.61 | 0.9 | 0.73 |
| Hex | EF | 7D | F8 | 4 | 32 | 0 | 3 | 128 | 5A | 49 |
| Octal | 357 | 175 | 370 | 4 | 62 | 0 | 3 | 450 | 132 | 111 |
| Binary | 11101111 | 1111101 | 11111000 | 100 | 110010 | 0 | 11 | 100101000 | 1011010 | 1001001 |
Color Harmonies of #EF7DF8
Complementary color
Monochromatic Colors of #EF7DF8
Black with #EF7DF8
Text Example
Text Example
White with #EF7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7DF8; }
p { color: rgb(239,125,248); }
H1.HeaderClassName
{
color: #EF7DF8;
}
.AnyTagClassName
{
color: #EF7DF8;
}
</style>
background-color css
<style>
a { background-color: #EF7DF8; }
a { background-color: rgb(239,125,248); }
div.DivClassName
{
background-color: #EF7DF8;
}
.BgClassName
{
background-color: #EF7DF8;
}
</style>
border-color css
<style>
span { border-color: #EF7DF8; }
span { border-color: rgb(239,125,248); }
td.TdClassName
{
border-color: #EF7DF8;
}
.TagClassName
{
border-color: #EF7DF8;
}
</style>