Shades of Violet #EF8DF4
Tints of Violet #EF8DF4
RGB
CMYK
RGB Variations
Color information
#EF8DF4 (or 0xEF8DF4) is known color: Violet. HEX triplet: EF, 8D and F4. RGB value is (239,141,244). Sum of RGB (Red+Green+Blue) = 239+141+244=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF8DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DF4 is #10720B. Grayscale: #B5B5B5. Windows color (decimal): -1077772 or 16027119. OLE color: 16027119.
HSL color Cylindrical-coordinate representation of color #EF8DF4: hue angle of 297.09º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8DF4 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 141 | 244 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.04 |
| HSL | 297.09º | 0.82% | 0.75% | - |
| HSV(B) | 297.09º | 0.42% | 0.96% | - |
| XYZ | 61.45 | 43.93 | 90.83 | - |
| YUV | 182.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 244 | 0.02 | 0.42 | 0 | 0.04 | 297.09 | 0.82 | 0.75 |
| Hex | EF | 8D | F4 | 2 | 2A | 0 | 4 | 129 | 52 | 4B |
| Octal | 357 | 215 | 364 | 2 | 52 | 0 | 4 | 451 | 122 | 113 |
| Binary | 11101111 | 10001101 | 11110100 | 10 | 101010 | 0 | 100 | 100101001 | 1010010 | 1001011 |
Color Harmonies of #EF8DF4
Complementary color
Monochromatic Colors of #EF8DF4
Black with #EF8DF4
Text Example
Text Example
White with #EF8DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DF4; }
p { color: rgb(239,141,244); }
H1.HeaderClassName
{
color: #EF8DF4;
}
.AnyTagClassName
{
color: #EF8DF4;
}
</style>
background-color css
<style>
a { background-color: #EF8DF4; }
a { background-color: rgb(239,141,244); }
div.DivClassName
{
background-color: #EF8DF4;
}
.BgClassName
{
background-color: #EF8DF4;
}
</style>
border-color css
<style>
span { border-color: #EF8DF4; }
span { border-color: rgb(239,141,244); }
td.TdClassName
{
border-color: #EF8DF4;
}
.TagClassName
{
border-color: #EF8DF4;
}
</style>