Shades of Violet #EC85F0
Tints of Violet #EC85F0
RGB
CMYK
RGB Variations
Color information
#EC85F0 (or 0xEC85F0) is known color: Violet. HEX triplet: EC, 85 and F0. RGB value is (236,133,240). Sum of RGB (Red+Green+Blue) = 236+133+240=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC85F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F0 is #137A0F. Grayscale: #AFAFAF. Windows color (decimal): -1276432 or 15762924. OLE color: 15762924.
HSL color Cylindrical-coordinate representation of color #EC85F0: hue angle of 297.76º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC85F0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 133 | 240 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.06 |
| HSL | 297.76º | 0.78% | 0.73% | - |
| HSV(B) | 297.76º | 0.45% | 0.94% | - |
| XYZ | 58.71 | 40.9 | 87.24 | - |
| YUV | 176 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 240 | 0.02 | 0.45 | 0 | 0.06 | 297.76 | 0.78 | 0.73 |
| Hex | EC | 85 | F0 | 2 | 2D | 0 | 6 | 12A | 4E | 49 |
| Octal | 354 | 205 | 360 | 2 | 55 | 0 | 6 | 452 | 116 | 111 |
| Binary | 11101100 | 10000101 | 11110000 | 10 | 101101 | 0 | 110 | 100101010 | 1001110 | 1001001 |
Color Harmonies of #EC85F0
Complementary color
Monochromatic Colors of #EC85F0
Black with #EC85F0
Text Example
Text Example
White with #EC85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85F0; }
p { color: rgb(236,133,240); }
H1.HeaderClassName
{
color: #EC85F0;
}
.AnyTagClassName
{
color: #EC85F0;
}
</style>
background-color css
<style>
a { background-color: #EC85F0; }
a { background-color: rgb(236,133,240); }
div.DivClassName
{
background-color: #EC85F0;
}
.BgClassName
{
background-color: #EC85F0;
}
</style>
border-color css
<style>
span { border-color: #EC85F0; }
span { border-color: rgb(236,133,240); }
td.TdClassName
{
border-color: #EC85F0;
}
.TagClassName
{
border-color: #EC85F0;
}
</style>