Shades of Violet #ED6AED
Tints of Violet #ED6AED
RGB
CMYK
RGB Variations
Color information
#ED6AED (or 0xED6AED) is known color: Violet. HEX triplet: ED, 6A and ED. RGB value is (237,106,237). Sum of RGB (Red+Green+Blue) = 237+106+237=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED6AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AED is #129512. Grayscale: #9F9F9F. Windows color (decimal): -1217811 or 15559405. OLE color: 15559405.
HSL color Cylindrical-coordinate representation of color #ED6AED: hue angle of 300º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6AED is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 237 | - |
| CMYK | 0 | 0.55 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.67% | - |
| HSV(B) | 300º | 0.55% | 0.93% | - |
| XYZ | 55.37 | 34.43 | 83.85 | - |
| YUV | 160.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 237 | 0 | 0.55 | 0 | 0.07 | 300 | 0.78 | 0.67 |
| Hex | ED | 6A | ED | 0 | 37 | 0 | 7 | 12C | 4E | 43 |
| Octal | 355 | 152 | 355 | 0 | 67 | 0 | 7 | 454 | 116 | 103 |
| Binary | 11101101 | 1101010 | 11101101 | 0 | 110111 | 0 | 111 | 100101100 | 1001110 | 1000011 |
Color Harmonies of #ED6AED
Complementary color
Monochromatic Colors of #ED6AED
Black with #ED6AED
Text Example
Text Example
White with #ED6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6AED; }
p { color: rgb(237,106,237); }
H1.HeaderClassName
{
color: #ED6AED;
}
.AnyTagClassName
{
color: #ED6AED;
}
</style>
background-color css
<style>
a { background-color: #ED6AED; }
a { background-color: rgb(237,106,237); }
div.DivClassName
{
background-color: #ED6AED;
}
.BgClassName
{
background-color: #ED6AED;
}
</style>
border-color css
<style>
span { border-color: #ED6AED; }
span { border-color: rgb(237,106,237); }
td.TdClassName
{
border-color: #ED6AED;
}
.TagClassName
{
border-color: #ED6AED;
}
</style>