Shades of Violet #EF92FA
Tints of Violet #EF92FA
RGB
CMYK
RGB Variations
Color information
#EF92FA (or 0xEF92FA) is known color: Violet. HEX triplet: EF, 92 and FA. RGB value is (239,146,250). Sum of RGB (Red+Green+Blue) = 239+146+250=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 146 (57.42% from 255 or 22.99% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF92FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF92FA is #106D05. Grayscale: #B9B9B9. Windows color (decimal): -1076486 or 16421615. OLE color: 16421615.
HSL color Cylindrical-coordinate representation of color #EF92FA: hue angle of 293.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF92FA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 146 | 250 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.02 |
| HSL | 293.65º | 0.91% | 0.78% | - |
| HSV(B) | 293.65º | 0.42% | 0.98% | - |
| XYZ | 63.13 | 45.81 | 95.96 | - |
| YUV | 185.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 250 | 0.04 | 0.42 | 0 | 0.02 | 293.65 | 0.91 | 0.78 |
| Hex | EF | 92 | FA | 4 | 2A | 0 | 2 | 126 | 5B | 4E |
| Octal | 357 | 222 | 372 | 4 | 52 | 0 | 2 | 446 | 133 | 116 |
| Binary | 11101111 | 10010010 | 11111010 | 100 | 101010 | 0 | 10 | 100100110 | 1011011 | 1001110 |
Color Harmonies of #EF92FA
Complementary color
Monochromatic Colors of #EF92FA
Black with #EF92FA
Text Example
Text Example
White with #EF92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92FA; }
p { color: rgb(239,146,250); }
H1.HeaderClassName
{
color: #EF92FA;
}
.AnyTagClassName
{
color: #EF92FA;
}
</style>
background-color css
<style>
a { background-color: #EF92FA; }
a { background-color: rgb(239,146,250); }
div.DivClassName
{
background-color: #EF92FA;
}
.BgClassName
{
background-color: #EF92FA;
}
</style>
border-color css
<style>
span { border-color: #EF92FA; }
span { border-color: rgb(239,146,250); }
td.TdClassName
{
border-color: #EF92FA;
}
.TagClassName
{
border-color: #EF92FA;
}
</style>