Shades of Violet #EF91EC
Tints of Violet #EF91EC
RGB
CMYK
RGB Variations
Color information
#EF91EC (or 0xEF91EC) is known color: Violet. HEX triplet: EF, 91 and EC. RGB value is (239,145,236). Sum of RGB (Red+Green+Blue) = 239+145+236=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91EC is #106E13. Grayscale: #B7B7B7. Windows color (decimal): -1076756 or 15503855. OLE color: 15503855.
HSL color Cylindrical-coordinate representation of color #EF91EC: hue angle of 301.91º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91EC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 236 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.06 |
| HSL | 301.91º | 0.75% | 0.75% | - |
| HSV(B) | 301.91º | 0.39% | 0.94% | - |
| XYZ | 60.86 | 44.66 | 84.77 | - |
| YUV | 183.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 236 | 0 | 0.39 | 0.01 | 0.06 | 301.91 | 0.75 | 0.75 |
| Hex | EF | 91 | EC | 0 | 27 | 1 | 6 | 12E | 4B | 4B |
| Octal | 357 | 221 | 354 | 0 | 47 | 1 | 6 | 456 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11101100 | 0 | 100111 | 1 | 110 | 100101110 | 1001011 | 1001011 |
Color Harmonies of #EF91EC
Complementary color
Monochromatic Colors of #EF91EC
Black with #EF91EC
Text Example
Text Example
White with #EF91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91EC; }
p { color: rgb(239,145,236); }
H1.HeaderClassName
{
color: #EF91EC;
}
.AnyTagClassName
{
color: #EF91EC;
}
</style>
background-color css
<style>
a { background-color: #EF91EC; }
a { background-color: rgb(239,145,236); }
div.DivClassName
{
background-color: #EF91EC;
}
.BgClassName
{
background-color: #EF91EC;
}
</style>
border-color css
<style>
span { border-color: #EF91EC; }
span { border-color: rgb(239,145,236); }
td.TdClassName
{
border-color: #EF91EC;
}
.TagClassName
{
border-color: #EF91EC;
}
</style>