Shades of Violet #EF81EF
Tints of Violet #EF81EF
RGB
CMYK
RGB Variations
Color information
#EF81EF (or 0xEF81EF) is known color: Violet. HEX triplet: EF, 81 and EF. RGB value is (239,129,239). Sum of RGB (Red+Green+Blue) = 239+129+239=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81EF is #107E10. Grayscale: #AEAEAE. Windows color (decimal): -1080849 or 15696367. OLE color: 15696367.
HSL color Cylindrical-coordinate representation of color #EF81EF: hue angle of 300º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81EF is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 239 | - |
| CMYK | 0 | 0.46 | 0 | 0.06 |
| HSL | 300º | 0.77% | 0.72% | - |
| HSV(B) | 300º | 0.46% | 0.94% | - |
| XYZ | 59.03 | 40.28 | 86.33 | - |
| YUV | 174.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 239 | 0 | 0.46 | 0 | 0.06 | 300 | 0.77 | 0.72 |
| Hex | EF | 81 | EF | 0 | 2E | 0 | 6 | 12C | 4D | 48 |
| Octal | 357 | 201 | 357 | 0 | 56 | 0 | 6 | 454 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11101111 | 0 | 101110 | 0 | 110 | 100101100 | 1001101 | 1001000 |
Color Harmonies of #EF81EF
Complementary color
Monochromatic Colors of #EF81EF
Black with #EF81EF
Text Example
Text Example
White with #EF81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81EF; }
p { color: rgb(239,129,239); }
H1.HeaderClassName
{
color: #EF81EF;
}
.AnyTagClassName
{
color: #EF81EF;
}
</style>
background-color css
<style>
a { background-color: #EF81EF; }
a { background-color: rgb(239,129,239); }
div.DivClassName
{
background-color: #EF81EF;
}
.BgClassName
{
background-color: #EF81EF;
}
</style>
border-color css
<style>
span { border-color: #EF81EF; }
span { border-color: rgb(239,129,239); }
td.TdClassName
{
border-color: #EF81EF;
}
.TagClassName
{
border-color: #EF81EF;
}
</style>