Shades of Violet #ED6DF1
Tints of Violet #ED6DF1
RGB
CMYK
RGB Variations
Color information
#ED6DF1 (or 0xED6DF1) is known color: Violet. HEX triplet: ED, 6D and F1. RGB value is (237,109,241). Sum of RGB (Red+Green+Blue) = 237+109+241=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DF1 is #12920E. Grayscale: #A1A1A1. Windows color (decimal): -1217039 or 15822317. OLE color: 15822317.
HSL color Cylindrical-coordinate representation of color #ED6DF1: hue angle of 298.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6DF1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 109 | 241 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 298.18º | 0.83% | 0.69% | - |
| HSV(B) | 298.18º | 0.55% | 0.95% | - |
| XYZ | 56.27 | 35.29 | 87.07 | - |
| YUV | 162.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 241 | 0.02 | 0.55 | 0 | 0.05 | 298.18 | 0.83 | 0.69 |
| Hex | ED | 6D | F1 | 2 | 37 | 0 | 5 | 12A | 52 | 45 |
| Octal | 355 | 155 | 361 | 2 | 67 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101101 | 1101101 | 11110001 | 10 | 110111 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #ED6DF1
Complementary color
Monochromatic Colors of #ED6DF1
Black with #ED6DF1
Text Example
Text Example
White with #ED6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DF1; }
p { color: rgb(237,109,241); }
H1.HeaderClassName
{
color: #ED6DF1;
}
.AnyTagClassName
{
color: #ED6DF1;
}
</style>
background-color css
<style>
a { background-color: #ED6DF1; }
a { background-color: rgb(237,109,241); }
div.DivClassName
{
background-color: #ED6DF1;
}
.BgClassName
{
background-color: #ED6DF1;
}
</style>
border-color css
<style>
span { border-color: #ED6DF1; }
span { border-color: rgb(237,109,241); }
td.TdClassName
{
border-color: #ED6DF1;
}
.TagClassName
{
border-color: #ED6DF1;
}
</style>