Shades of Violet #EC85F1
Tints of Violet #EC85F1
RGB
CMYK
RGB Variations
Color information
#EC85F1 (or 0xEC85F1) is known color: Violet. HEX triplet: EC, 85 and F1. RGB value is (236,133,241). Sum of RGB (Red+Green+Blue) = 236+133+241=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC85F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F1 is #137A0E. Grayscale: #AFAFAF. Windows color (decimal): -1276431 or 15828460. OLE color: 15828460.
HSL color Cylindrical-coordinate representation of color #EC85F1: hue angle of 297.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC85F1 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 133 | 241 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.05 |
| HSL | 297.22º | 0.79% | 0.73% | - |
| HSV(B) | 297.22º | 0.45% | 0.95% | - |
| XYZ | 58.86 | 40.96 | 88.02 | - |
| YUV | 176.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 241 | 0.02 | 0.45 | 0 | 0.05 | 297.22 | 0.79 | 0.73 |
| Hex | EC | 85 | F1 | 2 | 2D | 0 | 5 | 129 | 4F | 49 |
| Octal | 354 | 205 | 361 | 2 | 55 | 0 | 5 | 451 | 117 | 111 |
| Binary | 11101100 | 10000101 | 11110001 | 10 | 101101 | 0 | 101 | 100101001 | 1001111 | 1001001 |
Color Harmonies of #EC85F1
Complementary color
Monochromatic Colors of #EC85F1
Black with #EC85F1
Text Example
Text Example
White with #EC85F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85F1; }
p { color: rgb(236,133,241); }
H1.HeaderClassName
{
color: #EC85F1;
}
.AnyTagClassName
{
color: #EC85F1;
}
</style>
background-color css
<style>
a { background-color: #EC85F1; }
a { background-color: rgb(236,133,241); }
div.DivClassName
{
background-color: #EC85F1;
}
.BgClassName
{
background-color: #EC85F1;
}
</style>
border-color css
<style>
span { border-color: #EC85F1; }
span { border-color: rgb(236,133,241); }
td.TdClassName
{
border-color: #EC85F1;
}
.TagClassName
{
border-color: #EC85F1;
}
</style>