Shades of Violet #EC85FA
Tints of Violet #EC85FA
RGB
CMYK
RGB Variations
Color information
#EC85FA (or 0xEC85FA) is known color: Violet. HEX triplet: EC, 85 and FA. RGB value is (236,133,250). Sum of RGB (Red+Green+Blue) = 236+133+250=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FA is #137A05. Grayscale: #B0B0B0. Windows color (decimal): -1276422 or 16418284. OLE color: 16418284.
HSL color Cylindrical-coordinate representation of color #EC85FA: hue angle of 292.82º degrees, saturation: 0.92, 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 #EC85FA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 133 | 250 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.02 |
| HSL | 292.82º | 0.92% | 0.75% | - |
| HSV(B) | 292.82º | 0.47% | 0.98% | - |
| XYZ | 60.23 | 41.51 | 95.28 | - |
| YUV | 177.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 250 | 0.06 | 0.47 | 0 | 0.02 | 292.82 | 0.92 | 0.75 |
| Hex | EC | 85 | FA | 6 | 2F | 0 | 2 | 125 | 5C | 4B |
| Octal | 354 | 205 | 372 | 6 | 57 | 0 | 2 | 445 | 134 | 113 |
| Binary | 11101100 | 10000101 | 11111010 | 110 | 101111 | 0 | 10 | 100100101 | 1011100 | 1001011 |
Color Harmonies of #EC85FA
Complementary color
Monochromatic Colors of #EC85FA
Black with #EC85FA
Text Example
Text Example
White with #EC85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85FA; }
p { color: rgb(236,133,250); }
H1.HeaderClassName
{
color: #EC85FA;
}
.AnyTagClassName
{
color: #EC85FA;
}
</style>
background-color css
<style>
a { background-color: #EC85FA; }
a { background-color: rgb(236,133,250); }
div.DivClassName
{
background-color: #EC85FA;
}
.BgClassName
{
background-color: #EC85FA;
}
</style>
border-color css
<style>
span { border-color: #EC85FA; }
span { border-color: rgb(236,133,250); }
td.TdClassName
{
border-color: #EC85FA;
}
.TagClassName
{
border-color: #EC85FA;
}
</style>