Shades of Violet #ED69EC
Tints of Violet #ED69EC
RGB
CMYK
RGB Variations
Color information
#ED69EC (or 0xED69EC) is known color: Violet. HEX triplet: ED, 69 and EC. RGB value is (237,105,236). Sum of RGB (Red+Green+Blue) = 237+105+236=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69EC is #129613. Grayscale: #9F9F9F. Windows color (decimal): -1218068 or 15493613. OLE color: 15493613.
HSL color Cylindrical-coordinate representation of color #ED69EC: hue angle of 300.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69EC is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 236 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.07 |
| HSL | 300.45º | 0.79% | 0.67% | - |
| HSV(B) | 300.45º | 0.56% | 0.93% | - |
| XYZ | 55.12 | 34.16 | 83.05 | - |
| YUV | 159.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 236 | 0 | 0.56 | 0.00 | 0.07 | 300.45 | 0.79 | 0.67 |
| Hex | ED | 69 | EC | 0 | 38 | 0 | 7 | 12C | 4F | 43 |
| Octal | 355 | 151 | 354 | 0 | 70 | 0 | 7 | 454 | 117 | 103 |
| Binary | 11101101 | 1101001 | 11101100 | 0 | 111000 | 0 | 111 | 100101100 | 1001111 | 1000011 |
Color Harmonies of #ED69EC
Complementary color
Monochromatic Colors of #ED69EC
Black with #ED69EC
Text Example
Text Example
White with #ED69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69EC; }
p { color: rgb(237,105,236); }
H1.HeaderClassName
{
color: #ED69EC;
}
.AnyTagClassName
{
color: #ED69EC;
}
</style>
background-color css
<style>
a { background-color: #ED69EC; }
a { background-color: rgb(237,105,236); }
div.DivClassName
{
background-color: #ED69EC;
}
.BgClassName
{
background-color: #ED69EC;
}
</style>
border-color css
<style>
span { border-color: #ED69EC; }
span { border-color: rgb(237,105,236); }
td.TdClassName
{
border-color: #ED69EC;
}
.TagClassName
{
border-color: #ED69EC;
}
</style>