Shades of Violet #EF81FA
Tints of Violet #EF81FA
RGB
CMYK
RGB Variations
Color information
#EF81FA (or 0xEF81FA) is known color: Violet. HEX triplet: EF, 81 and FA. RGB value is (239,129,250). Sum of RGB (Red+Green+Blue) = 239+129+250=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81FA is #107E05. Grayscale: #AFAFAF. Windows color (decimal): -1080838 or 16417263. OLE color: 16417263.
HSL color Cylindrical-coordinate representation of color #EF81FA: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF81FA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 129 | 250 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.02 |
| HSL | 294.55º | 0.92% | 0.74% | - |
| HSV(B) | 294.55º | 0.48% | 0.98% | - |
| XYZ | 60.7 | 40.95 | 95.15 | - |
| YUV | 175.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 250 | 0.04 | 0.48 | 0 | 0.02 | 294.55 | 0.92 | 0.74 |
| Hex | EF | 81 | FA | 4 | 30 | 0 | 2 | 127 | 5C | 4A |
| Octal | 357 | 201 | 372 | 4 | 60 | 0 | 2 | 447 | 134 | 112 |
| Binary | 11101111 | 10000001 | 11111010 | 100 | 110000 | 0 | 10 | 100100111 | 1011100 | 1001010 |
Color Harmonies of #EF81FA
Complementary color
Monochromatic Colors of #EF81FA
Black with #EF81FA
Text Example
Text Example
White with #EF81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81FA; }
p { color: rgb(239,129,250); }
H1.HeaderClassName
{
color: #EF81FA;
}
.AnyTagClassName
{
color: #EF81FA;
}
</style>
background-color css
<style>
a { background-color: #EF81FA; }
a { background-color: rgb(239,129,250); }
div.DivClassName
{
background-color: #EF81FA;
}
.BgClassName
{
background-color: #EF81FA;
}
</style>
border-color css
<style>
span { border-color: #EF81FA; }
span { border-color: rgb(239,129,250); }
td.TdClassName
{
border-color: #EF81FA;
}
.TagClassName
{
border-color: #EF81FA;
}
</style>