Shades of Violet #EF76EE
Tints of Violet #EF76EE
RGB
CMYK
RGB Variations
Color information
#EF76EE (or 0xEF76EE) is known color: Violet. HEX triplet: EF, 76 and EE. RGB value is (239,118,238). Sum of RGB (Red+Green+Blue) = 239+118+238=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF76EE is #108911. Grayscale: #A7A7A7. Windows color (decimal): -1083666 or 15628015. OLE color: 15628015.
HSL color Cylindrical-coordinate representation of color #EF76EE: hue angle of 300.5º 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 #EF76EE is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 238 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.06 |
| HSL | 300.5º | 0.79% | 0.7% | - |
| HSV(B) | 300.5º | 0.51% | 0.94% | - |
| XYZ | 57.51 | 37.48 | 85.09 | - |
| YUV | 167.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 238 | 0 | 0.51 | 0.00 | 0.06 | 300.5 | 0.79 | 0.7 |
| Hex | EF | 76 | EE | 0 | 33 | 0 | 6 | 12C | 4F | 46 |
| Octal | 357 | 166 | 356 | 0 | 63 | 0 | 6 | 454 | 117 | 106 |
| Binary | 11101111 | 1110110 | 11101110 | 0 | 110011 | 0 | 110 | 100101100 | 1001111 | 1000110 |
Color Harmonies of #EF76EE
Complementary color
Monochromatic Colors of #EF76EE
Black with #EF76EE
Text Example
Text Example
White with #EF76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76EE; }
p { color: rgb(239,118,238); }
H1.HeaderClassName
{
color: #EF76EE;
}
.AnyTagClassName
{
color: #EF76EE;
}
</style>
background-color css
<style>
a { background-color: #EF76EE; }
a { background-color: rgb(239,118,238); }
div.DivClassName
{
background-color: #EF76EE;
}
.BgClassName
{
background-color: #EF76EE;
}
</style>
border-color css
<style>
span { border-color: #EF76EE; }
span { border-color: rgb(239,118,238); }
td.TdClassName
{
border-color: #EF76EE;
}
.TagClassName
{
border-color: #EF76EE;
}
</style>