Shades of Violet #EF80EC
Tints of Violet #EF80EC
RGB
CMYK
RGB Variations
Color information
#EF80EC (or 0xEF80EC) is known color: Violet. HEX triplet: EF, 80 and EC. RGB value is (239,128,236). Sum of RGB (Red+Green+Blue) = 239+128+236=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80EC is #107F13. Grayscale: #ADADAD. Windows color (decimal): -1081108 or 15499503. OLE color: 15499503.
HSL color Cylindrical-coordinate representation of color #EF80EC: hue angle of 301.62º degrees, saturation: 0.78, 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 #EF80EC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 236 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.06 |
| HSL | 301.62º | 0.78% | 0.72% | - |
| HSV(B) | 301.62º | 0.46% | 0.94% | - |
| XYZ | 58.46 | 39.85 | 83.97 | - |
| YUV | 173.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 236 | 0 | 0.46 | 0.01 | 0.06 | 301.62 | 0.78 | 0.72 |
| Hex | EF | 80 | EC | 0 | 2E | 1 | 6 | 12E | 4E | 48 |
| Octal | 357 | 200 | 354 | 0 | 56 | 1 | 6 | 456 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11101100 | 0 | 101110 | 1 | 110 | 100101110 | 1001110 | 1001000 |
Color Harmonies of #EF80EC
Complementary color
Monochromatic Colors of #EF80EC
Black with #EF80EC
Text Example
Text Example
White with #EF80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80EC; }
p { color: rgb(239,128,236); }
H1.HeaderClassName
{
color: #EF80EC;
}
.AnyTagClassName
{
color: #EF80EC;
}
</style>
background-color css
<style>
a { background-color: #EF80EC; }
a { background-color: rgb(239,128,236); }
div.DivClassName
{
background-color: #EF80EC;
}
.BgClassName
{
background-color: #EF80EC;
}
</style>
border-color css
<style>
span { border-color: #EF80EC; }
span { border-color: rgb(239,128,236); }
td.TdClassName
{
border-color: #EF80EC;
}
.TagClassName
{
border-color: #EF80EC;
}
</style>