Shades of Violet #EF90EC
Tints of Violet #EF90EC
RGB
CMYK
RGB Variations
Color information
#EF90EC (or 0xEF90EC) is known color: Violet. HEX triplet: EF, 90 and EC. RGB value is (239,144,236). Sum of RGB (Red+Green+Blue) = 239+144+236=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EC is #106F13. Grayscale: #B6B6B6. Windows color (decimal): -1077012 or 15503599. OLE color: 15503599.
HSL color Cylindrical-coordinate representation of color #EF90EC: hue angle of 301.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90EC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 236 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.06 |
| HSL | 301.89º | 0.75% | 0.75% | - |
| HSV(B) | 301.89º | 0.4% | 0.94% | - |
| XYZ | 60.71 | 44.35 | 84.72 | - |
| YUV | 182.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 236 | 0 | 0.40 | 0.01 | 0.06 | 301.89 | 0.75 | 0.75 |
| Hex | EF | 90 | EC | 0 | 28 | 1 | 6 | 12E | 4B | 4B |
| Octal | 357 | 220 | 354 | 0 | 50 | 1 | 6 | 456 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11101100 | 0 | 101000 | 1 | 110 | 100101110 | 1001011 | 1001011 |
Color Harmonies of #EF90EC
Complementary color
Monochromatic Colors of #EF90EC
Black with #EF90EC
Text Example
Text Example
White with #EF90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90EC; }
p { color: rgb(239,144,236); }
H1.HeaderClassName
{
color: #EF90EC;
}
.AnyTagClassName
{
color: #EF90EC;
}
</style>
background-color css
<style>
a { background-color: #EF90EC; }
a { background-color: rgb(239,144,236); }
div.DivClassName
{
background-color: #EF90EC;
}
.BgClassName
{
background-color: #EF90EC;
}
</style>
border-color css
<style>
span { border-color: #EF90EC; }
span { border-color: rgb(239,144,236); }
td.TdClassName
{
border-color: #EF90EC;
}
.TagClassName
{
border-color: #EF90EC;
}
</style>