Shades of Violet #EC85F3
Tints of Violet #EC85F3
RGB
CMYK
RGB Variations
Color information
#EC85F3 (or 0xEC85F3) is known color: Violet. HEX triplet: EC, 85 and F3. RGB value is (236,133,243). Sum of RGB (Red+Green+Blue) = 236+133+243=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC85F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F3 is #137A0C. Grayscale: #AFAFAF. Windows color (decimal): -1276429 or 15959532. OLE color: 15959532.
HSL color Cylindrical-coordinate representation of color #EC85F3: hue angle of 296.18º degrees, saturation: 0.82, 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 #EC85F3 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 133 | 243 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.05 |
| HSL | 296.18º | 0.82% | 0.74% | - |
| HSV(B) | 296.18º | 0.45% | 0.95% | - |
| XYZ | 59.16 | 41.08 | 89.61 | - |
| YUV | 176.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 243 | 0.03 | 0.45 | 0 | 0.05 | 296.18 | 0.82 | 0.74 |
| Hex | EC | 85 | F3 | 3 | 2D | 0 | 5 | 128 | 52 | 4A |
| Octal | 354 | 205 | 363 | 3 | 55 | 0 | 5 | 450 | 122 | 112 |
| Binary | 11101100 | 10000101 | 11110011 | 11 | 101101 | 0 | 101 | 100101000 | 1010010 | 1001010 |
Color Harmonies of #EC85F3
Complementary color
Monochromatic Colors of #EC85F3
Black with #EC85F3
Text Example
Text Example
White with #EC85F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85F3; }
p { color: rgb(236,133,243); }
H1.HeaderClassName
{
color: #EC85F3;
}
.AnyTagClassName
{
color: #EC85F3;
}
</style>
background-color css
<style>
a { background-color: #EC85F3; }
a { background-color: rgb(236,133,243); }
div.DivClassName
{
background-color: #EC85F3;
}
.BgClassName
{
background-color: #EC85F3;
}
</style>
border-color css
<style>
span { border-color: #EC85F3; }
span { border-color: rgb(236,133,243); }
td.TdClassName
{
border-color: #EC85F3;
}
.TagClassName
{
border-color: #EC85F3;
}
</style>