Shades of Violet #ED91EC
Tints of Violet #ED91EC
RGB
CMYK
RGB Variations
Color information
#ED91EC (or 0xED91EC) is known color: Violet. HEX triplet: ED, 91 and EC. RGB value is (237,145,236). Sum of RGB (Red+Green+Blue) = 237+145+236=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91EC is #126E13. Grayscale: #B6B6B6. Windows color (decimal): -1207828 or 15503853. OLE color: 15503853.
HSL color Cylindrical-coordinate representation of color #ED91EC: hue angle of 300.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91EC is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 236 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.07 |
| HSL | 300.65º | 0.72% | 0.75% | - |
| HSV(B) | 300.65º | 0.39% | 0.93% | - |
| XYZ | 60.19 | 44.31 | 84.74 | - |
| YUV | 182.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 236 | 0 | 0.39 | 0.00 | 0.07 | 300.65 | 0.72 | 0.75 |
| Hex | ED | 91 | EC | 0 | 27 | 0 | 7 | 12D | 48 | 4B |
| Octal | 355 | 221 | 354 | 0 | 47 | 0 | 7 | 455 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11101100 | 0 | 100111 | 0 | 111 | 100101101 | 1001000 | 1001011 |
Color Harmonies of #ED91EC
Complementary color
Monochromatic Colors of #ED91EC
Black with #ED91EC
Text Example
Text Example
White with #ED91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91EC; }
p { color: rgb(237,145,236); }
H1.HeaderClassName
{
color: #ED91EC;
}
.AnyTagClassName
{
color: #ED91EC;
}
</style>
background-color css
<style>
a { background-color: #ED91EC; }
a { background-color: rgb(237,145,236); }
div.DivClassName
{
background-color: #ED91EC;
}
.BgClassName
{
background-color: #ED91EC;
}
</style>
border-color css
<style>
span { border-color: #ED91EC; }
span { border-color: rgb(237,145,236); }
td.TdClassName
{
border-color: #ED91EC;
}
.TagClassName
{
border-color: #ED91EC;
}
</style>