Shades of Violet #EF77E8
Tints of Violet #EF77E8
RGB
CMYK
RGB Variations
Color information
#EF77E8 (or 0xEF77E8) is known color: Violet. HEX triplet: EF, 77 and E8. RGB value is (239,119,232). Sum of RGB (Red+Green+Blue) = 239+119+232=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77E8 is #108817. Grayscale: #A7A7A7. Windows color (decimal): -1083416 or 15235055. OLE color: 15235055.
HSL color Cylindrical-coordinate representation of color #EF77E8: hue angle of 303.5º 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 #EF77E8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 232 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.06 |
| HSL | 303.5º | 0.79% | 0.7% | - |
| HSV(B) | 303.5º | 0.5% | 0.94% | - |
| XYZ | 56.76 | 37.37 | 80.57 | - |
| YUV | 167.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 232 | 0 | 0.50 | 0.03 | 0.06 | 303.5 | 0.79 | 0.7 |
| Hex | EF | 77 | E8 | 0 | 32 | 3 | 6 | 130 | 4F | 46 |
| Octal | 357 | 167 | 350 | 0 | 62 | 3 | 6 | 460 | 117 | 106 |
| Binary | 11101111 | 1110111 | 11101000 | 0 | 110010 | 11 | 110 | 100110000 | 1001111 | 1000110 |
Color Harmonies of #EF77E8
Complementary color
Monochromatic Colors of #EF77E8
Black with #EF77E8
Text Example
Text Example
White with #EF77E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77E8; }
p { color: rgb(239,119,232); }
H1.HeaderClassName
{
color: #EF77E8;
}
.AnyTagClassName
{
color: #EF77E8;
}
</style>
background-color css
<style>
a { background-color: #EF77E8; }
a { background-color: rgb(239,119,232); }
div.DivClassName
{
background-color: #EF77E8;
}
.BgClassName
{
background-color: #EF77E8;
}
</style>
border-color css
<style>
span { border-color: #EF77E8; }
span { border-color: rgb(239,119,232); }
td.TdClassName
{
border-color: #EF77E8;
}
.TagClassName
{
border-color: #EF77E8;
}
</style>