Shades of Violet #EF6DE8
Tints of Violet #EF6DE8
RGB
CMYK
RGB Variations
Color information
#EF6DE8 (or 0xEF6DE8) is known color: Violet. HEX triplet: EF, 6D and E8. RGB value is (239,109,232). Sum of RGB (Red+Green+Blue) = 239+109+232=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DE8 is #109217. Grayscale: #A1A1A1. Windows color (decimal): -1085976 or 15232495. OLE color: 15232495.
HSL color Cylindrical-coordinate representation of color #EF6DE8: hue angle of 303.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6DE8 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 232 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.06 |
| HSL | 303.23º | 0.8% | 0.68% | - |
| HSV(B) | 303.23º | 0.54% | 0.94% | - |
| XYZ | 55.63 | 35.11 | 80.19 | - |
| YUV | 161.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 232 | 0 | 0.54 | 0.03 | 0.06 | 303.23 | 0.8 | 0.68 |
| Hex | EF | 6D | E8 | 0 | 36 | 3 | 6 | 12F | 50 | 44 |
| Octal | 357 | 155 | 350 | 0 | 66 | 3 | 6 | 457 | 120 | 104 |
| Binary | 11101111 | 1101101 | 11101000 | 0 | 110110 | 11 | 110 | 100101111 | 1010000 | 1000100 |
Color Harmonies of #EF6DE8
Complementary color
Monochromatic Colors of #EF6DE8
Black with #EF6DE8
Text Example
Text Example
White with #EF6DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DE8; }
p { color: rgb(239,109,232); }
H1.HeaderClassName
{
color: #EF6DE8;
}
.AnyTagClassName
{
color: #EF6DE8;
}
</style>
background-color css
<style>
a { background-color: #EF6DE8; }
a { background-color: rgb(239,109,232); }
div.DivClassName
{
background-color: #EF6DE8;
}
.BgClassName
{
background-color: #EF6DE8;
}
</style>
border-color css
<style>
span { border-color: #EF6DE8; }
span { border-color: rgb(239,109,232); }
td.TdClassName
{
border-color: #EF6DE8;
}
.TagClassName
{
border-color: #EF6DE8;
}
</style>