Shades of Violet #EC85FF
Tints of Violet #EC85FF
RGB
CMYK
RGB Variations
Color information
#EC85FF (or 0xEC85FF) is known color: Violet. HEX triplet: EC, 85 and FF. RGB value is (236,133,255). Sum of RGB (Red+Green+Blue) = 236+133+255=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FF is #137A00. Grayscale: #B1B1B1. Windows color (decimal): -1276417 or 16745964. OLE color: 16745964.
HSL color Cylindrical-coordinate representation of color #EC85FF: hue angle of 290.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC85FF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 133 | 255 | - |
| CMYK | 0.07 | 0.48 | 0 | 0 |
| HSL | 290.66º | 1% | 0.76% | - |
| HSV(B) | 290.66º | 0.48% | 1% | - |
| XYZ | 61.03 | 41.83 | 99.46 | - |
| YUV | 177.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 255 | 0.07 | 0.48 | 0 | 0 | 290.66 | 1 | 0.76 |
| Hex | EC | 85 | FF | 7 | 30 | 0 | 0 | 123 | 64 | 4C |
| Octal | 354 | 205 | 377 | 7 | 60 | 0 | 0 | 443 | 144 | 114 |
| Binary | 11101100 | 10000101 | 11111111 | 111 | 110000 | 0 | 0 | 100100011 | 1100100 | 1001100 |
Color Harmonies of #EC85FF
Complementary color
Monochromatic Colors of #EC85FF
Black with #EC85FF
Text Example
Text Example
White with #EC85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85FF; }
p { color: rgb(236,133,255); }
H1.HeaderClassName
{
color: #EC85FF;
}
.AnyTagClassName
{
color: #EC85FF;
}
</style>
background-color css
<style>
a { background-color: #EC85FF; }
a { background-color: rgb(236,133,255); }
div.DivClassName
{
background-color: #EC85FF;
}
.BgClassName
{
background-color: #EC85FF;
}
</style>
border-color css
<style>
span { border-color: #EC85FF; }
span { border-color: rgb(236,133,255); }
td.TdClassName
{
border-color: #EC85FF;
}
.TagClassName
{
border-color: #EC85FF;
}
</style>