Shades of Violet #EF81EC
Tints of Violet #EF81EC
RGB
CMYK
RGB Variations
Color information
#EF81EC (or 0xEF81EC) is known color: Violet. HEX triplet: EF, 81 and EC. RGB value is (239,129,236). Sum of RGB (Red+Green+Blue) = 239+129+236=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81EC is #107E13. Grayscale: #ADADAD. Windows color (decimal): -1080852 or 15499759. OLE color: 15499759.
HSL color Cylindrical-coordinate representation of color #EF81EC: hue angle of 301.64º 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 #EF81EC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 236 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.06 |
| HSL | 301.64º | 0.77% | 0.72% | - |
| HSV(B) | 301.64º | 0.46% | 0.94% | - |
| XYZ | 58.59 | 40.11 | 84.01 | - |
| YUV | 174.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 236 | 0 | 0.46 | 0.01 | 0.06 | 301.64 | 0.77 | 0.72 |
| Hex | EF | 81 | EC | 0 | 2E | 1 | 6 | 12E | 4D | 48 |
| Octal | 357 | 201 | 354 | 0 | 56 | 1 | 6 | 456 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11101100 | 0 | 101110 | 1 | 110 | 100101110 | 1001101 | 1001000 |
Color Harmonies of #EF81EC
Complementary color
Monochromatic Colors of #EF81EC
Black with #EF81EC
Text Example
Text Example
White with #EF81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81EC; }
p { color: rgb(239,129,236); }
H1.HeaderClassName
{
color: #EF81EC;
}
.AnyTagClassName
{
color: #EF81EC;
}
</style>
background-color css
<style>
a { background-color: #EF81EC; }
a { background-color: rgb(239,129,236); }
div.DivClassName
{
background-color: #EF81EC;
}
.BgClassName
{
background-color: #EF81EC;
}
</style>
border-color css
<style>
span { border-color: #EF81EC; }
span { border-color: rgb(239,129,236); }
td.TdClassName
{
border-color: #EF81EC;
}
.TagClassName
{
border-color: #EF81EC;
}
</style>