Shades of Violet #EF7FE9
Tints of Violet #EF7FE9
RGB
CMYK
RGB Variations
Color information
#EF7FE9 (or 0xEF7FE9) is known color: Violet. HEX triplet: EF, 7F and E9. RGB value is (239,127,233). Sum of RGB (Red+Green+Blue) = 239+127+233=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FE9 is #108016. Grayscale: #ACACAC. Windows color (decimal): -1081367 or 15302639. OLE color: 15302639.
HSL color Cylindrical-coordinate representation of color #EF7FE9: hue angle of 303.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FE9 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 233 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.06 |
| HSL | 303.21º | 0.78% | 0.72% | - |
| HSV(B) | 303.21º | 0.47% | 0.94% | - |
| XYZ | 57.89 | 39.41 | 81.65 | - |
| YUV | 172.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 233 | 0 | 0.47 | 0.03 | 0.06 | 303.21 | 0.78 | 0.72 |
| Hex | EF | 7F | E9 | 0 | 2F | 3 | 6 | 12F | 4E | 48 |
| Octal | 357 | 177 | 351 | 0 | 57 | 3 | 6 | 457 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11101001 | 0 | 101111 | 11 | 110 | 100101111 | 1001110 | 1001000 |
Color Harmonies of #EF7FE9
Complementary color
Monochromatic Colors of #EF7FE9
Black with #EF7FE9
Text Example
Text Example
White with #EF7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FE9; }
p { color: rgb(239,127,233); }
H1.HeaderClassName
{
color: #EF7FE9;
}
.AnyTagClassName
{
color: #EF7FE9;
}
</style>
background-color css
<style>
a { background-color: #EF7FE9; }
a { background-color: rgb(239,127,233); }
div.DivClassName
{
background-color: #EF7FE9;
}
.BgClassName
{
background-color: #EF7FE9;
}
</style>
border-color css
<style>
span { border-color: #EF7FE9; }
span { border-color: rgb(239,127,233); }
td.TdClassName
{
border-color: #EF7FE9;
}
.TagClassName
{
border-color: #EF7FE9;
}
</style>