Shades of Violet #EF78EE
Tints of Violet #EF78EE
RGB
CMYK
RGB Variations
Color information
#EF78EE (or 0xEF78EE) is known color: Violet. HEX triplet: EF, 78 and EE. RGB value is (239,120,238). Sum of RGB (Red+Green+Blue) = 239+120+238=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF78EE is #108711. Grayscale: #A8A8A8. Windows color (decimal): -1083154 or 15628527. OLE color: 15628527.
HSL color Cylindrical-coordinate representation of color #EF78EE: 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.5%. Process color model (Four color, CMYK) of #EF78EE is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 238 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.06 |
| HSL | 300.5º | 0.79% | 0.7% | - |
| HSV(B) | 300.5º | 0.5% | 0.94% | - |
| XYZ | 57.75 | 37.96 | 85.17 | - |
| YUV | 169.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 238 | 0 | 0.50 | 0.00 | 0.06 | 300.5 | 0.79 | 0.7 |
| Hex | EF | 78 | EE | 0 | 32 | 0 | 6 | 12D | 4F | 46 |
| Octal | 357 | 170 | 356 | 0 | 62 | 0 | 6 | 455 | 117 | 106 |
| Binary | 11101111 | 1111000 | 11101110 | 0 | 110010 | 0 | 110 | 100101101 | 1001111 | 1000110 |
Color Harmonies of #EF78EE
Complementary color
Monochromatic Colors of #EF78EE
Black with #EF78EE
Text Example
Text Example
White with #EF78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF78EE; }
p { color: rgb(239,120,238); }
H1.HeaderClassName
{
color: #EF78EE;
}
.AnyTagClassName
{
color: #EF78EE;
}
</style>
background-color css
<style>
a { background-color: #EF78EE; }
a { background-color: rgb(239,120,238); }
div.DivClassName
{
background-color: #EF78EE;
}
.BgClassName
{
background-color: #EF78EE;
}
</style>
border-color css
<style>
span { border-color: #EF78EE; }
span { border-color: rgb(239,120,238); }
td.TdClassName
{
border-color: #EF78EE;
}
.TagClassName
{
border-color: #EF78EE;
}
</style>