Shades of Violet #EF77ED
Tints of Violet #EF77ED
RGB
CMYK
RGB Variations
Color information
#EF77ED (or 0xEF77ED) is known color: Violet. HEX triplet: EF, 77 and ED. RGB value is (239,119,237). Sum of RGB (Red+Green+Blue) = 239+119+237=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77ED is #108812. Grayscale: #A7A7A7. Windows color (decimal): -1083411 or 15562735. OLE color: 15562735.
HSL color Cylindrical-coordinate representation of color #EF77ED: hue angle of 301º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77ED is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 237 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.06 |
| HSL | 301º | 0.79% | 0.7% | - |
| HSV(B) | 301º | 0.5% | 0.94% | - |
| XYZ | 57.48 | 37.66 | 84.36 | - |
| YUV | 168.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 237 | 0 | 0.50 | 0.01 | 0.06 | 301 | 0.79 | 0.7 |
| Hex | EF | 77 | ED | 0 | 32 | 1 | 6 | 12D | 4F | 46 |
| Octal | 357 | 167 | 355 | 0 | 62 | 1 | 6 | 455 | 117 | 106 |
| Binary | 11101111 | 1110111 | 11101101 | 0 | 110010 | 1 | 110 | 100101101 | 1001111 | 1000110 |
Color Harmonies of #EF77ED
Complementary color
Monochromatic Colors of #EF77ED
Black with #EF77ED
Text Example
Text Example
White with #EF77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77ED; }
p { color: rgb(239,119,237); }
H1.HeaderClassName
{
color: #EF77ED;
}
.AnyTagClassName
{
color: #EF77ED;
}
</style>
background-color css
<style>
a { background-color: #EF77ED; }
a { background-color: rgb(239,119,237); }
div.DivClassName
{
background-color: #EF77ED;
}
.BgClassName
{
background-color: #EF77ED;
}
</style>
border-color css
<style>
span { border-color: #EF77ED; }
span { border-color: rgb(239,119,237); }
td.TdClassName
{
border-color: #EF77ED;
}
.TagClassName
{
border-color: #EF77ED;
}
</style>