Shades of Violet #EF77EB
Tints of Violet #EF77EB
RGB
CMYK
RGB Variations
Color information
#EF77EB (or 0xEF77EB) is known color: Violet. HEX triplet: EF, 77 and EB. RGB value is (239,119,235). Sum of RGB (Red+Green+Blue) = 239+119+235=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77EB is #108814. Grayscale: #A7A7A7. Windows color (decimal): -1083413 or 15431663. OLE color: 15431663.
HSL color Cylindrical-coordinate representation of color #EF77EB: hue angle of 302º 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 #EF77EB is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 235 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.06 |
| HSL | 302º | 0.79% | 0.7% | - |
| HSV(B) | 302º | 0.5% | 0.94% | - |
| XYZ | 57.19 | 37.54 | 82.83 | - |
| YUV | 168.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 235 | 0 | 0.50 | 0.02 | 0.06 | 302 | 0.79 | 0.7 |
| Hex | EF | 77 | EB | 0 | 32 | 2 | 6 | 12E | 4F | 46 |
| Octal | 357 | 167 | 353 | 0 | 62 | 2 | 6 | 456 | 117 | 106 |
| Binary | 11101111 | 1110111 | 11101011 | 0 | 110010 | 10 | 110 | 100101110 | 1001111 | 1000110 |
Color Harmonies of #EF77EB
Complementary color
Monochromatic Colors of #EF77EB
Black with #EF77EB
Text Example
Text Example
White with #EF77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77EB; }
p { color: rgb(239,119,235); }
H1.HeaderClassName
{
color: #EF77EB;
}
.AnyTagClassName
{
color: #EF77EB;
}
</style>
background-color css
<style>
a { background-color: #EF77EB; }
a { background-color: rgb(239,119,235); }
div.DivClassName
{
background-color: #EF77EB;
}
.BgClassName
{
background-color: #EF77EB;
}
</style>
border-color css
<style>
span { border-color: #EF77EB; }
span { border-color: rgb(239,119,235); }
td.TdClassName
{
border-color: #EF77EB;
}
.TagClassName
{
border-color: #EF77EB;
}
</style>