Shades of Violet #EF9DFB
Tints of Violet #EF9DFB
RGB
CMYK
RGB Variations
Color information
#EF9DFB (or 0xEF9DFB) is known color: Violet. HEX triplet: EF, 9D and FB. RGB value is (239,157,251). Sum of RGB (Red+Green+Blue) = 239+157+251=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DFB is #106204. Grayscale: #BFBFBF. Windows color (decimal): -1073669 or 16489967. OLE color: 16489967.
HSL color Cylindrical-coordinate representation of color #EF9DFB: hue angle of 292.34º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF9DFB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 157 | 251 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.02 |
| HSL | 292.34º | 0.92% | 0.8% | - |
| HSV(B) | 292.34º | 0.37% | 0.98% | - |
| XYZ | 65.07 | 49.43 | 97.38 | - |
| YUV | 192.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 251 | 0.05 | 0.37 | 0 | 0.02 | 292.34 | 0.92 | 0.8 |
| Hex | EF | 9D | FB | 5 | 25 | 0 | 2 | 124 | 5C | 50 |
| Octal | 357 | 235 | 373 | 5 | 45 | 0 | 2 | 444 | 134 | 120 |
| Binary | 11101111 | 10011101 | 11111011 | 101 | 100101 | 0 | 10 | 100100100 | 1011100 | 1010000 |
Color Harmonies of #EF9DFB
Complementary color
Monochromatic Colors of #EF9DFB
Black with #EF9DFB
Text Example
Text Example
White with #EF9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DFB; }
p { color: rgb(239,157,251); }
H1.HeaderClassName
{
color: #EF9DFB;
}
.AnyTagClassName
{
color: #EF9DFB;
}
</style>
background-color css
<style>
a { background-color: #EF9DFB; }
a { background-color: rgb(239,157,251); }
div.DivClassName
{
background-color: #EF9DFB;
}
.BgClassName
{
background-color: #EF9DFB;
}
</style>
border-color css
<style>
span { border-color: #EF9DFB; }
span { border-color: rgb(239,157,251); }
td.TdClassName
{
border-color: #EF9DFB;
}
.TagClassName
{
border-color: #EF9DFB;
}
</style>