Shades of Violet #EC85ED
Tints of Violet #EC85ED
RGB
CMYK
RGB Variations
Color information
#EC85ED (or 0xEC85ED) is known color: Violet. HEX triplet: EC, 85 and ED. RGB value is (236,133,237). Sum of RGB (Red+Green+Blue) = 236+133+237=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85ED is #137A12. Grayscale: #AFAFAF. Windows color (decimal): -1276435 or 15566316. OLE color: 15566316.
HSL color Cylindrical-coordinate representation of color #EC85ED: hue angle of 299.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85ED is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 237 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.07 |
| HSL | 299.42º | 0.74% | 0.73% | - |
| HSV(B) | 299.42º | 0.44% | 0.93% | - |
| XYZ | 58.27 | 40.72 | 84.91 | - |
| YUV | 175.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 237 | 0.00 | 0.44 | 0 | 0.07 | 299.42 | 0.74 | 0.73 |
| Hex | EC | 85 | ED | 0 | 2C | 0 | 7 | 12B | 4A | 49 |
| Octal | 354 | 205 | 355 | 0 | 54 | 0 | 7 | 453 | 112 | 111 |
| Binary | 11101100 | 10000101 | 11101101 | 0 | 101100 | 0 | 111 | 100101011 | 1001010 | 1001001 |
Color Harmonies of #EC85ED
Complementary color
Monochromatic Colors of #EC85ED
Black with #EC85ED
Text Example
Text Example
White with #EC85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85ED; }
p { color: rgb(236,133,237); }
H1.HeaderClassName
{
color: #EC85ED;
}
.AnyTagClassName
{
color: #EC85ED;
}
</style>
background-color css
<style>
a { background-color: #EC85ED; }
a { background-color: rgb(236,133,237); }
div.DivClassName
{
background-color: #EC85ED;
}
.BgClassName
{
background-color: #EC85ED;
}
</style>
border-color css
<style>
span { border-color: #EC85ED; }
span { border-color: rgb(236,133,237); }
td.TdClassName
{
border-color: #EC85ED;
}
.TagClassName
{
border-color: #EC85ED;
}
</style>