Shades of Violet #ED74EC
Tints of Violet #ED74EC
RGB
CMYK
RGB Variations
Color information
#ED74EC (or 0xED74EC) is known color: Violet. HEX triplet: ED, 74 and EC. RGB value is (237,116,236). Sum of RGB (Red+Green+Blue) = 237+116+236=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED74EC is #128B13. Grayscale: #A5A5A5. Windows color (decimal): -1215252 or 15496429. OLE color: 15496429.
HSL color Cylindrical-coordinate representation of color #ED74EC: hue angle of 300.5º 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 #ED74EC is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 236 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.07 |
| HSL | 300.5º | 0.77% | 0.69% | - |
| HSV(B) | 300.5º | 0.51% | 0.93% | - |
| XYZ | 56.31 | 36.55 | 83.44 | - |
| YUV | 165.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 236 | 0 | 0.51 | 0.00 | 0.07 | 300.5 | 0.77 | 0.69 |
| Hex | ED | 74 | EC | 0 | 33 | 0 | 7 | 12C | 4D | 45 |
| Octal | 355 | 164 | 354 | 0 | 63 | 0 | 7 | 454 | 115 | 105 |
| Binary | 11101101 | 1110100 | 11101100 | 0 | 110011 | 0 | 111 | 100101100 | 1001101 | 1000101 |
Color Harmonies of #ED74EC
Complementary color
Monochromatic Colors of #ED74EC
Black with #ED74EC
Text Example
Text Example
White with #ED74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED74EC; }
p { color: rgb(237,116,236); }
H1.HeaderClassName
{
color: #ED74EC;
}
.AnyTagClassName
{
color: #ED74EC;
}
</style>
background-color css
<style>
a { background-color: #ED74EC; }
a { background-color: rgb(237,116,236); }
div.DivClassName
{
background-color: #ED74EC;
}
.BgClassName
{
background-color: #ED74EC;
}
</style>
border-color css
<style>
span { border-color: #ED74EC; }
span { border-color: rgb(237,116,236); }
td.TdClassName
{
border-color: #ED74EC;
}
.TagClassName
{
border-color: #ED74EC;
}
</style>