Shades of Violet #ED73EC
Tints of Violet #ED73EC
RGB
CMYK
RGB Variations
Color information
#ED73EC (or 0xED73EC) is known color: Violet. HEX triplet: ED, 73 and EC. RGB value is (237,115,236). Sum of RGB (Red+Green+Blue) = 237+115+236=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED73EC is #128C13. Grayscale: #A4A4A4. Windows color (decimal): -1215508 or 15496173. OLE color: 15496173.
HSL color Cylindrical-coordinate representation of color #ED73EC: hue angle of 300.49º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73EC is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 115 | 236 | - |
CMYK | 0 | 0.51 | 0.00 | 0.07 |
HSL | 300.49º | 0.77% | 0.69% | - |
HSV(B) | 300.49º | 0.51% | 0.93% | - |
XYZ | 56.2 | 36.32 | 83.41 | - |
YUV | 165.27 | 167.92 | 179.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 115 | 236 | 0 | 0.51 | 0.00 | 0.07 | 300.49 | 0.77 | 0.69 |
Hex | ED | 73 | EC | 0 | 33 | 0 | 7 | 12C | 4D | 45 |
Octal | 355 | 163 | 354 | 0 | 63 | 0 | 7 | 454 | 115 | 105 |
Binary | 11101101 | 1110011 | 11101100 | 0 | 110011 | 0 | 111 | 100101100 | 1001101 | 1000101 |
Color Harmonies of #ED73EC
Complementary color
Monochromatic Colors of #ED73EC
Black with #ED73EC
Text Example
Text Example
White with #ED73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73EC; }
p { color: rgb(237,115,236); }
H1.HeaderClassName
{
color: #ED73EC;
}
.AnyTagClassName
{
color: #ED73EC;
}
</style>
background-color css
<style>
a { background-color: #ED73EC; }
a { background-color: rgb(237,115,236); }
div.DivClassName
{
background-color: #ED73EC;
}
.BgClassName
{
background-color: #ED73EC;
}
</style>
border-color css
<style>
span { border-color: #ED73EC; }
span { border-color: rgb(237,115,236); }
td.TdClassName
{
border-color: #ED73EC;
}
.TagClassName
{
border-color: #ED73EC;
}
</style>