Shades of Violet #ED6FF1
Tints of Violet #ED6FF1
RGB
CMYK
RGB Variations
Color information
#ED6FF1 (or 0xED6FF1) is known color: Violet. HEX triplet: ED, 6F and F1. RGB value is (237,111,241). Sum of RGB (Red+Green+Blue) = 237+111+241=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED6FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FF1 is #12900E. Grayscale: #A3A3A3. Windows color (decimal): -1216527 or 15822829. OLE color: 15822829.
HSL color Cylindrical-coordinate representation of color #ED6FF1: hue angle of 298.15º 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 #ED6FF1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 111 | 241 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 298.15º | 0.82% | 0.69% | - |
| HSV(B) | 298.15º | 0.54% | 0.95% | - |
| XYZ | 56.49 | 35.72 | 87.14 | - |
| YUV | 163.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 241 | 0.02 | 0.54 | 0 | 0.05 | 298.15 | 0.82 | 0.69 |
| Hex | ED | 6F | F1 | 2 | 36 | 0 | 5 | 12A | 52 | 45 |
| Octal | 355 | 157 | 361 | 2 | 66 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101101 | 1101111 | 11110001 | 10 | 110110 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #ED6FF1
Complementary color
Monochromatic Colors of #ED6FF1
Black with #ED6FF1
Text Example
Text Example
White with #ED6FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FF1; }
p { color: rgb(237,111,241); }
H1.HeaderClassName
{
color: #ED6FF1;
}
.AnyTagClassName
{
color: #ED6FF1;
}
</style>
background-color css
<style>
a { background-color: #ED6FF1; }
a { background-color: rgb(237,111,241); }
div.DivClassName
{
background-color: #ED6FF1;
}
.BgClassName
{
background-color: #ED6FF1;
}
</style>
border-color css
<style>
span { border-color: #ED6FF1; }
span { border-color: rgb(237,111,241); }
td.TdClassName
{
border-color: #ED6FF1;
}
.TagClassName
{
border-color: #ED6FF1;
}
</style>