Shades of Violet #EC85F2
Tints of Violet #EC85F2
RGB
CMYK
RGB Variations
Color information
#EC85F2 (or 0xEC85F2) is known color: Violet. HEX triplet: EC, 85 and F2. RGB value is (236,133,242). Sum of RGB (Red+Green+Blue) = 236+133+242=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC85F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F2 is #137A0D. Grayscale: #AFAFAF. Windows color (decimal): -1276430 or 15893996. OLE color: 15893996.
HSL color Cylindrical-coordinate representation of color #EC85F2: hue angle of 296.7º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC85F2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 133 | 242 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.05 |
| HSL | 296.7º | 0.81% | 0.74% | - |
| HSV(B) | 296.7º | 0.45% | 0.95% | - |
| XYZ | 59.01 | 41.02 | 88.81 | - |
| YUV | 176.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 242 | 0.02 | 0.45 | 0 | 0.05 | 296.7 | 0.81 | 0.74 |
| Hex | EC | 85 | F2 | 2 | 2D | 0 | 5 | 129 | 51 | 4A |
| Octal | 354 | 205 | 362 | 2 | 55 | 0 | 5 | 451 | 121 | 112 |
| Binary | 11101100 | 10000101 | 11110010 | 10 | 101101 | 0 | 101 | 100101001 | 1010001 | 1001010 |
Color Harmonies of #EC85F2
Complementary color
Monochromatic Colors of #EC85F2
Black with #EC85F2
Text Example
Text Example
White with #EC85F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85F2; }
p { color: rgb(236,133,242); }
H1.HeaderClassName
{
color: #EC85F2;
}
.AnyTagClassName
{
color: #EC85F2;
}
</style>
background-color css
<style>
a { background-color: #EC85F2; }
a { background-color: rgb(236,133,242); }
div.DivClassName
{
background-color: #EC85F2;
}
.BgClassName
{
background-color: #EC85F2;
}
</style>
border-color css
<style>
span { border-color: #EC85F2; }
span { border-color: rgb(236,133,242); }
td.TdClassName
{
border-color: #EC85F2;
}
.TagClassName
{
border-color: #EC85F2;
}
</style>