Shades of Violet #EC85F9
Tints of Violet #EC85F9
RGB
CMYK
RGB Variations
Color information
#EC85F9 (or 0xEC85F9) is known color: Violet. HEX triplet: EC, 85 and F9. RGB value is (236,133,249). Sum of RGB (Red+Green+Blue) = 236+133+249=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC85F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F9 is #137A06. Grayscale: #B0B0B0. Windows color (decimal): -1276423 or 16352748. OLE color: 16352748.
HSL color Cylindrical-coordinate representation of color #EC85F9: hue angle of 293.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC85F9 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 133 | 249 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.02 |
| HSL | 293.28º | 0.91% | 0.75% | - |
| HSV(B) | 293.28º | 0.47% | 0.98% | - |
| XYZ | 60.08 | 41.45 | 94.46 | - |
| YUV | 177.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 249 | 0.05 | 0.47 | 0 | 0.02 | 293.28 | 0.91 | 0.75 |
| Hex | EC | 85 | F9 | 5 | 2F | 0 | 2 | 125 | 5B | 4B |
| Octal | 354 | 205 | 371 | 5 | 57 | 0 | 2 | 445 | 133 | 113 |
| Binary | 11101100 | 10000101 | 11111001 | 101 | 101111 | 0 | 10 | 100100101 | 1011011 | 1001011 |
Color Harmonies of #EC85F9
Complementary color
Monochromatic Colors of #EC85F9
Black with #EC85F9
Text Example
Text Example
White with #EC85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85F9; }
p { color: rgb(236,133,249); }
H1.HeaderClassName
{
color: #EC85F9;
}
.AnyTagClassName
{
color: #EC85F9;
}
</style>
background-color css
<style>
a { background-color: #EC85F9; }
a { background-color: rgb(236,133,249); }
div.DivClassName
{
background-color: #EC85F9;
}
.BgClassName
{
background-color: #EC85F9;
}
</style>
border-color css
<style>
span { border-color: #EC85F9; }
span { border-color: rgb(236,133,249); }
td.TdClassName
{
border-color: #EC85F9;
}
.TagClassName
{
border-color: #EC85F9;
}
</style>