Shades of Violet #EF6CE6
Tints of Violet #EF6CE6
RGB
CMYK
RGB Variations
Color information
#EF6CE6 (or 0xEF6CE6) is known color: Violet. HEX triplet: EF, 6C and E6. RGB value is (239,108,230). Sum of RGB (Red+Green+Blue) = 239+108+230=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CE6 is #109319. Grayscale: #A0A0A0. Windows color (decimal): -1086234 or 15101167. OLE color: 15101167.
HSL color Cylindrical-coordinate representation of color #EF6CE6: hue angle of 304.12º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6CE6 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 230 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.06 |
| HSL | 304.12º | 0.8% | 0.68% | - |
| HSV(B) | 304.12º | 0.55% | 0.94% | - |
| XYZ | 55.24 | 34.79 | 78.67 | - |
| YUV | 161.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 230 | 0 | 0.55 | 0.04 | 0.06 | 304.12 | 0.8 | 0.68 |
| Hex | EF | 6C | E6 | 0 | 37 | 4 | 6 | 130 | 50 | 44 |
| Octal | 357 | 154 | 346 | 0 | 67 | 4 | 6 | 460 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11100110 | 0 | 110111 | 100 | 110 | 100110000 | 1010000 | 1000100 |
Color Harmonies of #EF6CE6
Complementary color
Monochromatic Colors of #EF6CE6
Black with #EF6CE6
Text Example
Text Example
White with #EF6CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CE6; }
p { color: rgb(239,108,230); }
H1.HeaderClassName
{
color: #EF6CE6;
}
.AnyTagClassName
{
color: #EF6CE6;
}
</style>
background-color css
<style>
a { background-color: #EF6CE6; }
a { background-color: rgb(239,108,230); }
div.DivClassName
{
background-color: #EF6CE6;
}
.BgClassName
{
background-color: #EF6CE6;
}
</style>
border-color css
<style>
span { border-color: #EF6CE6; }
span { border-color: rgb(239,108,230); }
td.TdClassName
{
border-color: #EF6CE6;
}
.TagClassName
{
border-color: #EF6CE6;
}
</style>