Shades of Violet #ED6EF1
Tints of Violet #ED6EF1
RGB
CMYK
RGB Variations
Color information
#ED6EF1 (or 0xED6EF1) is known color: Violet. HEX triplet: ED, 6E and F1. RGB value is (237,110,241). Sum of RGB (Red+Green+Blue) = 237+110+241=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED6EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EF1 is #12910E. Grayscale: #A2A2A2. Windows color (decimal): -1216783 or 15822573. OLE color: 15822573.
HSL color Cylindrical-coordinate representation of color #ED6EF1: hue angle of 298.17º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6EF1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 110 | 241 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 298.17º | 0.82% | 0.69% | - |
| HSV(B) | 298.17º | 0.54% | 0.95% | - |
| XYZ | 56.38 | 35.51 | 87.1 | - |
| YUV | 162.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 241 | 0.02 | 0.54 | 0 | 0.05 | 298.17 | 0.82 | 0.69 |
| Hex | ED | 6E | F1 | 2 | 36 | 0 | 5 | 12A | 52 | 45 |
| Octal | 355 | 156 | 361 | 2 | 66 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101101 | 1101110 | 11110001 | 10 | 110110 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #ED6EF1
Complementary color
Monochromatic Colors of #ED6EF1
Black with #ED6EF1
Text Example
Text Example
White with #ED6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EF1; }
p { color: rgb(237,110,241); }
H1.HeaderClassName
{
color: #ED6EF1;
}
.AnyTagClassName
{
color: #ED6EF1;
}
</style>
background-color css
<style>
a { background-color: #ED6EF1; }
a { background-color: rgb(237,110,241); }
div.DivClassName
{
background-color: #ED6EF1;
}
.BgClassName
{
background-color: #ED6EF1;
}
</style>
border-color css
<style>
span { border-color: #ED6EF1; }
span { border-color: rgb(237,110,241); }
td.TdClassName
{
border-color: #ED6EF1;
}
.TagClassName
{
border-color: #ED6EF1;
}
</style>