Shades of Violet #EF8CFA
Tints of Violet #EF8CFA
RGB
CMYK
RGB Variations
Color information
#EF8CFA (or 0xEF8CFA) is known color: Violet. HEX triplet: EF, 8C and FA. RGB value is (239,140,250). Sum of RGB (Red+Green+Blue) = 239+140+250=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CFA is #107305. Grayscale: #B5B5B5. Windows color (decimal): -1078022 or 16420079. OLE color: 16420079.
HSL color Cylindrical-coordinate representation of color #EF8CFA: hue angle of 294º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8CFA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 140 | 250 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 294º | 0.92% | 0.76% | - |
| HSV(B) | 294º | 0.44% | 0.98% | - |
| XYZ | 62.23 | 44.01 | 95.66 | - |
| YUV | 182.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 250 | 0.04 | 0.44 | 0 | 0.02 | 294 | 0.92 | 0.76 |
| Hex | EF | 8C | FA | 4 | 2C | 0 | 2 | 126 | 5C | 4C |
| Octal | 357 | 214 | 372 | 4 | 54 | 0 | 2 | 446 | 134 | 114 |
| Binary | 11101111 | 10001100 | 11111010 | 100 | 101100 | 0 | 10 | 100100110 | 1011100 | 1001100 |
Color Harmonies of #EF8CFA
Complementary color
Monochromatic Colors of #EF8CFA
Black with #EF8CFA
Text Example
Text Example
White with #EF8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CFA; }
p { color: rgb(239,140,250); }
H1.HeaderClassName
{
color: #EF8CFA;
}
.AnyTagClassName
{
color: #EF8CFA;
}
</style>
background-color css
<style>
a { background-color: #EF8CFA; }
a { background-color: rgb(239,140,250); }
div.DivClassName
{
background-color: #EF8CFA;
}
.BgClassName
{
background-color: #EF8CFA;
}
</style>
border-color css
<style>
span { border-color: #EF8CFA; }
span { border-color: rgb(239,140,250); }
td.TdClassName
{
border-color: #EF8CFA;
}
.TagClassName
{
border-color: #EF8CFA;
}
</style>