Shades of Violet #EF6DED
Tints of Violet #EF6DED
RGB
CMYK
RGB Variations
Color information
#EF6DED (or 0xEF6DED) is known color: Violet. HEX triplet: EF, 6D and ED. RGB value is (239,109,237). Sum of RGB (Red+Green+Blue) = 239+109+237=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DED is #109212. Grayscale: #A2A2A2. Windows color (decimal): -1085971 or 15560175. OLE color: 15560175.
HSL color Cylindrical-coordinate representation of color #EF6DED: hue angle of 300.92º 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 #EF6DED is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 237 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.06 |
| HSL | 300.92º | 0.8% | 0.68% | - |
| HSV(B) | 300.92º | 0.54% | 0.94% | - |
| XYZ | 56.35 | 35.4 | 83.98 | - |
| YUV | 162.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 237 | 0 | 0.54 | 0.01 | 0.06 | 300.92 | 0.8 | 0.68 |
| Hex | EF | 6D | ED | 0 | 36 | 1 | 6 | 12D | 50 | 44 |
| Octal | 357 | 155 | 355 | 0 | 66 | 1 | 6 | 455 | 120 | 104 |
| Binary | 11101111 | 1101101 | 11101101 | 0 | 110110 | 1 | 110 | 100101101 | 1010000 | 1000100 |
Color Harmonies of #EF6DED
Complementary color
Monochromatic Colors of #EF6DED
Black with #EF6DED
Text Example
Text Example
White with #EF6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DED; }
p { color: rgb(239,109,237); }
H1.HeaderClassName
{
color: #EF6DED;
}
.AnyTagClassName
{
color: #EF6DED;
}
</style>
background-color css
<style>
a { background-color: #EF6DED; }
a { background-color: rgb(239,109,237); }
div.DivClassName
{
background-color: #EF6DED;
}
.BgClassName
{
background-color: #EF6DED;
}
</style>
border-color css
<style>
span { border-color: #EF6DED; }
span { border-color: rgb(239,109,237); }
td.TdClassName
{
border-color: #EF6DED;
}
.TagClassName
{
border-color: #EF6DED;
}
</style>