Shades of Violet #EF8DFB
Tints of Violet #EF8DFB
RGB
CMYK
RGB Variations
Color information
#EF8DFB (or 0xEF8DFB) is known color: Violet. HEX triplet: EF, 8D and FB. RGB value is (239,141,251). Sum of RGB (Red+Green+Blue) = 239+141+251=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF8DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DFB is #107204. Grayscale: #B6B6B6. Windows color (decimal): -1077765 or 16485871. OLE color: 16485871.
HSL color Cylindrical-coordinate representation of color #EF8DFB: hue angle of 293.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8DFB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 141 | 251 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.02 |
| HSL | 293.45º | 0.93% | 0.77% | - |
| HSV(B) | 293.45º | 0.44% | 0.98% | - |
| XYZ | 62.53 | 44.37 | 96.53 | - |
| YUV | 182.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 251 | 0.05 | 0.44 | 0 | 0.02 | 293.45 | 0.93 | 0.77 |
| Hex | EF | 8D | FB | 5 | 2C | 0 | 2 | 125 | 5D | 4D |
| Octal | 357 | 215 | 373 | 5 | 54 | 0 | 2 | 445 | 135 | 115 |
| Binary | 11101111 | 10001101 | 11111011 | 101 | 101100 | 0 | 10 | 100100101 | 1011101 | 1001101 |
Color Harmonies of #EF8DFB
Complementary color
Monochromatic Colors of #EF8DFB
Black with #EF8DFB
Text Example
Text Example
White with #EF8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DFB; }
p { color: rgb(239,141,251); }
H1.HeaderClassName
{
color: #EF8DFB;
}
.AnyTagClassName
{
color: #EF8DFB;
}
</style>
background-color css
<style>
a { background-color: #EF8DFB; }
a { background-color: rgb(239,141,251); }
div.DivClassName
{
background-color: #EF8DFB;
}
.BgClassName
{
background-color: #EF8DFB;
}
</style>
border-color css
<style>
span { border-color: #EF8DFB; }
span { border-color: rgb(239,141,251); }
td.TdClassName
{
border-color: #EF8DFB;
}
.TagClassName
{
border-color: #EF8DFB;
}
</style>