Shades of Violet #EC80ED
Tints of Violet #EC80ED
RGB
CMYK
RGB Variations
Color information
#EC80ED (or 0xEC80ED) is known color: Violet. HEX triplet: EC, 80 and ED. RGB value is (236,128,237). Sum of RGB (Red+Green+Blue) = 236+128+237=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80ED is #137F12. Grayscale: #ACACAC. Windows color (decimal): -1277715 or 15565036. OLE color: 15565036.
HSL color Cylindrical-coordinate representation of color #EC80ED: hue angle of 299.45º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80ED is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 237 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.07 |
| HSL | 299.45º | 0.75% | 0.72% | - |
| HSV(B) | 299.45º | 0.46% | 0.93% | - |
| XYZ | 57.6 | 39.39 | 84.69 | - |
| YUV | 172.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 237 | 0.00 | 0.46 | 0 | 0.07 | 299.45 | 0.75 | 0.72 |
| Hex | EC | 80 | ED | 0 | 2E | 0 | 7 | 12B | 4B | 48 |
| Octal | 354 | 200 | 355 | 0 | 56 | 0 | 7 | 453 | 113 | 110 |
| Binary | 11101100 | 10000000 | 11101101 | 0 | 101110 | 0 | 111 | 100101011 | 1001011 | 1001000 |
Color Harmonies of #EC80ED
Complementary color
Monochromatic Colors of #EC80ED
Black with #EC80ED
Text Example
Text Example
White with #EC80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80ED; }
p { color: rgb(236,128,237); }
H1.HeaderClassName
{
color: #EC80ED;
}
.AnyTagClassName
{
color: #EC80ED;
}
</style>
background-color css
<style>
a { background-color: #EC80ED; }
a { background-color: rgb(236,128,237); }
div.DivClassName
{
background-color: #EC80ED;
}
.BgClassName
{
background-color: #EC80ED;
}
</style>
border-color css
<style>
span { border-color: #EC80ED; }
span { border-color: rgb(236,128,237); }
td.TdClassName
{
border-color: #EC80ED;
}
.TagClassName
{
border-color: #EC80ED;
}
</style>