Shades of Violet #ED6DF3
Tints of Violet #ED6DF3
RGB
CMYK
RGB Variations
Color information
#ED6DF3 (or 0xED6DF3) is known color: Violet. HEX triplet: ED, 6D and F3. RGB value is (237,109,243). Sum of RGB (Red+Green+Blue) = 237+109+243=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED6DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DF3 is #12920C. Grayscale: #A2A2A2. Windows color (decimal): -1217037 or 15953389. OLE color: 15953389.
HSL color Cylindrical-coordinate representation of color #ED6DF3: hue angle of 297.31º degrees, saturation: 0.85, 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 #ED6DF3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 109 | 243 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 297.31º | 0.85% | 0.69% | - |
| HSV(B) | 297.31º | 0.55% | 0.95% | - |
| XYZ | 56.57 | 35.41 | 88.65 | - |
| YUV | 162.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 243 | 0.02 | 0.55 | 0 | 0.05 | 297.31 | 0.85 | 0.69 |
| Hex | ED | 6D | F3 | 2 | 37 | 0 | 5 | 129 | 55 | 45 |
| Octal | 355 | 155 | 363 | 2 | 67 | 0 | 5 | 451 | 125 | 105 |
| Binary | 11101101 | 1101101 | 11110011 | 10 | 110111 | 0 | 101 | 100101001 | 1010101 | 1000101 |
Color Harmonies of #ED6DF3
Complementary color
Monochromatic Colors of #ED6DF3
Black with #ED6DF3
Text Example
Text Example
White with #ED6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DF3; }
p { color: rgb(237,109,243); }
H1.HeaderClassName
{
color: #ED6DF3;
}
.AnyTagClassName
{
color: #ED6DF3;
}
</style>
background-color css
<style>
a { background-color: #ED6DF3; }
a { background-color: rgb(237,109,243); }
div.DivClassName
{
background-color: #ED6DF3;
}
.BgClassName
{
background-color: #ED6DF3;
}
</style>
border-color css
<style>
span { border-color: #ED6DF3; }
span { border-color: rgb(237,109,243); }
td.TdClassName
{
border-color: #ED6DF3;
}
.TagClassName
{
border-color: #ED6DF3;
}
</style>