Shades of Violet #EF75EF
Tints of Violet #EF75EF
RGB
CMYK
RGB Variations
Color information
#EF75EF (or 0xEF75EF) is known color: Violet. HEX triplet: EF, 75 and EF. RGB value is (239,117,239). Sum of RGB (Red+Green+Blue) = 239+117+239=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF75EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF75EF is #108A10. Grayscale: #A7A7A7. Windows color (decimal): -1083921 or 15693295. OLE color: 15693295.
HSL color Cylindrical-coordinate representation of color #EF75EF: hue angle of 300º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF75EF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 239 | - |
| CMYK | 0 | 0.51 | 0 | 0.06 |
| HSL | 300º | 0.79% | 0.7% | - |
| HSV(B) | 300º | 0.51% | 0.94% | - |
| XYZ | 57.54 | 37.31 | 85.83 | - |
| YUV | 167.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 239 | 0 | 0.51 | 0 | 0.06 | 300 | 0.79 | 0.7 |
| Hex | EF | 75 | EF | 0 | 33 | 0 | 6 | 12C | 4F | 46 |
| Octal | 357 | 165 | 357 | 0 | 63 | 0 | 6 | 454 | 117 | 106 |
| Binary | 11101111 | 1110101 | 11101111 | 0 | 110011 | 0 | 110 | 100101100 | 1001111 | 1000110 |
Color Harmonies of #EF75EF
Complementary color
Monochromatic Colors of #EF75EF
Black with #EF75EF
Text Example
Text Example
White with #EF75EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF75EF; }
p { color: rgb(239,117,239); }
H1.HeaderClassName
{
color: #EF75EF;
}
.AnyTagClassName
{
color: #EF75EF;
}
</style>
background-color css
<style>
a { background-color: #EF75EF; }
a { background-color: rgb(239,117,239); }
div.DivClassName
{
background-color: #EF75EF;
}
.BgClassName
{
background-color: #EF75EF;
}
</style>
border-color css
<style>
span { border-color: #EF75EF; }
span { border-color: rgb(239,117,239); }
td.TdClassName
{
border-color: #EF75EF;
}
.TagClassName
{
border-color: #EF75EF;
}
</style>