Shades of Violet #EF81FF
Tints of Violet #EF81FF
RGB
CMYK
RGB Variations
Color information
#EF81FF (or 0xEF81FF) is known color: Violet. HEX triplet: EF, 81 and FF. RGB value is (239,129,255). Sum of RGB (Red+Green+Blue) = 239+129+255=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81FF is #107E00. Grayscale: #AFAFAF. Windows color (decimal): -1080833 or 16744943. OLE color: 16744943.
HSL color Cylindrical-coordinate representation of color #EF81FF: hue angle of 292.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF81FF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 129 | 255 | - |
| CMYK | 0.06 | 0.49 | 0 | 0 |
| HSL | 292.38º | 1% | 0.75% | - |
| HSV(B) | 292.38º | 0.49% | 1% | - |
| XYZ | 61.5 | 41.27 | 99.33 | - |
| YUV | 176.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 255 | 0.06 | 0.49 | 0 | 0 | 292.38 | 1 | 0.75 |
| Hex | EF | 81 | FF | 6 | 31 | 0 | 0 | 124 | 64 | 4B |
| Octal | 357 | 201 | 377 | 6 | 61 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101111 | 10000001 | 11111111 | 110 | 110001 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EF81FF
Complementary color
Monochromatic Colors of #EF81FF
Black with #EF81FF
Text Example
Text Example
White with #EF81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81FF; }
p { color: rgb(239,129,255); }
H1.HeaderClassName
{
color: #EF81FF;
}
.AnyTagClassName
{
color: #EF81FF;
}
</style>
background-color css
<style>
a { background-color: #EF81FF; }
a { background-color: rgb(239,129,255); }
div.DivClassName
{
background-color: #EF81FF;
}
.BgClassName
{
background-color: #EF81FF;
}
</style>
border-color css
<style>
span { border-color: #EF81FF; }
span { border-color: rgb(239,129,255); }
td.TdClassName
{
border-color: #EF81FF;
}
.TagClassName
{
border-color: #EF81FF;
}
</style>