Shades of Violet #EF81F3
Tints of Violet #EF81F3
RGB
CMYK
RGB Variations
Color information
#EF81F3 (or 0xEF81F3) is known color: Violet. HEX triplet: EF, 81 and F3. RGB value is (239,129,243). Sum of RGB (Red+Green+Blue) = 239+129+243=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF81F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81F3 is #107E0C. Grayscale: #AEAEAE. Windows color (decimal): -1080845 or 15958511. OLE color: 15958511.
HSL color Cylindrical-coordinate representation of color #EF81F3: hue angle of 297.89º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF81F3 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 129 | 243 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.05 |
| HSL | 297.89º | 0.83% | 0.73% | - |
| HSV(B) | 297.89º | 0.47% | 0.95% | - |
| XYZ | 59.62 | 40.52 | 89.47 | - |
| YUV | 174.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 243 | 0.02 | 0.47 | 0 | 0.05 | 297.89 | 0.83 | 0.73 |
| Hex | EF | 81 | F3 | 2 | 2F | 0 | 5 | 12A | 53 | 49 |
| Octal | 357 | 201 | 363 | 2 | 57 | 0 | 5 | 452 | 123 | 111 |
| Binary | 11101111 | 10000001 | 11110011 | 10 | 101111 | 0 | 101 | 100101010 | 1010011 | 1001001 |
Color Harmonies of #EF81F3
Complementary color
Monochromatic Colors of #EF81F3
Black with #EF81F3
Text Example
Text Example
White with #EF81F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81F3; }
p { color: rgb(239,129,243); }
H1.HeaderClassName
{
color: #EF81F3;
}
.AnyTagClassName
{
color: #EF81F3;
}
</style>
background-color css
<style>
a { background-color: #EF81F3; }
a { background-color: rgb(239,129,243); }
div.DivClassName
{
background-color: #EF81F3;
}
.BgClassName
{
background-color: #EF81F3;
}
</style>
border-color css
<style>
span { border-color: #EF81F3; }
span { border-color: rgb(239,129,243); }
td.TdClassName
{
border-color: #EF81F3;
}
.TagClassName
{
border-color: #EF81F3;
}
</style>