Shades of Violet #EC76ED
Tints of Violet #EC76ED
RGB
CMYK
RGB Variations
Color information
#EC76ED (or 0xEC76ED) is known color: Violet. HEX triplet: EC, 76 and ED. RGB value is (236,118,237). Sum of RGB (Red+Green+Blue) = 236+118+237=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76ED is #138912. Grayscale: #A6A6A6. Windows color (decimal): -1280275 or 15562476. OLE color: 15562476.
HSL color Cylindrical-coordinate representation of color #EC76ED: hue angle of 299.5º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76ED is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 237 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.07 |
| HSL | 299.5º | 0.77% | 0.7% | - |
| HSV(B) | 299.5º | 0.5% | 0.93% | - |
| XYZ | 56.36 | 36.9 | 84.27 | - |
| YUV | 166.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 237 | 0.00 | 0.50 | 0 | 0.07 | 299.5 | 0.77 | 0.7 |
| Hex | EC | 76 | ED | 0 | 32 | 0 | 7 | 12B | 4D | 46 |
| Octal | 354 | 166 | 355 | 0 | 62 | 0 | 7 | 453 | 115 | 106 |
| Binary | 11101100 | 1110110 | 11101101 | 0 | 110010 | 0 | 111 | 100101011 | 1001101 | 1000110 |
Color Harmonies of #EC76ED
Complementary color
Monochromatic Colors of #EC76ED
Black with #EC76ED
Text Example
Text Example
White with #EC76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76ED; }
p { color: rgb(236,118,237); }
H1.HeaderClassName
{
color: #EC76ED;
}
.AnyTagClassName
{
color: #EC76ED;
}
</style>
background-color css
<style>
a { background-color: #EC76ED; }
a { background-color: rgb(236,118,237); }
div.DivClassName
{
background-color: #EC76ED;
}
.BgClassName
{
background-color: #EC76ED;
}
</style>
border-color css
<style>
span { border-color: #EC76ED; }
span { border-color: rgb(236,118,237); }
td.TdClassName
{
border-color: #EC76ED;
}
.TagClassName
{
border-color: #EC76ED;
}
</style>