Shades of Violet #ED6EF3
Tints of Violet #ED6EF3
RGB
CMYK
RGB Variations
Color information
#ED6EF3 (or 0xED6EF3) is known color: Violet. HEX triplet: ED, 6E and F3. RGB value is (237,110,243). Sum of RGB (Red+Green+Blue) = 237+110+243=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 110 (43.36% from 255 or 18.64% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED6EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EF3 is #12910C. Grayscale: #A2A2A2. Windows color (decimal): -1216781 or 15953645. OLE color: 15953645.
HSL color Cylindrical-coordinate representation of color #ED6EF3: hue angle of 297.29º 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 #ED6EF3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 110 | 243 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 297.29º | 0.85% | 0.69% | - |
| HSV(B) | 297.29º | 0.55% | 0.95% | - |
| XYZ | 56.68 | 35.63 | 88.68 | - |
| YUV | 163.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 243 | 0.02 | 0.55 | 0 | 0.05 | 297.29 | 0.85 | 0.69 |
| Hex | ED | 6E | F3 | 2 | 37 | 0 | 5 | 129 | 55 | 45 |
| Octal | 355 | 156 | 363 | 2 | 67 | 0 | 5 | 451 | 125 | 105 |
| Binary | 11101101 | 1101110 | 11110011 | 10 | 110111 | 0 | 101 | 100101001 | 1010101 | 1000101 |
Color Harmonies of #ED6EF3
Complementary color
Monochromatic Colors of #ED6EF3
Black with #ED6EF3
Text Example
Text Example
White with #ED6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EF3; }
p { color: rgb(237,110,243); }
H1.HeaderClassName
{
color: #ED6EF3;
}
.AnyTagClassName
{
color: #ED6EF3;
}
</style>
background-color css
<style>
a { background-color: #ED6EF3; }
a { background-color: rgb(237,110,243); }
div.DivClassName
{
background-color: #ED6EF3;
}
.BgClassName
{
background-color: #ED6EF3;
}
</style>
border-color css
<style>
span { border-color: #ED6EF3; }
span { border-color: rgb(237,110,243); }
td.TdClassName
{
border-color: #ED6EF3;
}
.TagClassName
{
border-color: #ED6EF3;
}
</style>