Shades of Violet #EC85FE
Tints of Violet #EC85FE
RGB
CMYK
RGB Variations
Color information
#EC85FE (or 0xEC85FE) is known color: Violet. HEX triplet: EC, 85 and FE. RGB value is (236,133,254). Sum of RGB (Red+Green+Blue) = 236+133+254=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FE is #137A01. Grayscale: #B1B1B1. Windows color (decimal): -1276418 or 16680428. OLE color: 16680428.
HSL color Cylindrical-coordinate representation of color #EC85FE: hue angle of 291.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC85FE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 133 | 254 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.00 |
| HSL | 291.07º | 0.98% | 0.76% | - |
| HSV(B) | 291.07º | 0.48% | 1% | - |
| XYZ | 60.87 | 41.76 | 98.62 | - |
| YUV | 177.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 254 | 0.07 | 0.48 | 0 | 0.00 | 291.07 | 0.98 | 0.76 |
| Hex | EC | 85 | FE | 7 | 30 | 0 | 0 | 123 | 62 | 4C |
| Octal | 354 | 205 | 376 | 7 | 60 | 0 | 0 | 443 | 142 | 114 |
| Binary | 11101100 | 10000101 | 11111110 | 111 | 110000 | 0 | 0 | 100100011 | 1100010 | 1001100 |
Color Harmonies of #EC85FE
Complementary color
Monochromatic Colors of #EC85FE
Black with #EC85FE
Text Example
Text Example
White with #EC85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85FE; }
p { color: rgb(236,133,254); }
H1.HeaderClassName
{
color: #EC85FE;
}
.AnyTagClassName
{
color: #EC85FE;
}
</style>
background-color css
<style>
a { background-color: #EC85FE; }
a { background-color: rgb(236,133,254); }
div.DivClassName
{
background-color: #EC85FE;
}
.BgClassName
{
background-color: #EC85FE;
}
</style>
border-color css
<style>
span { border-color: #EC85FE; }
span { border-color: rgb(236,133,254); }
td.TdClassName
{
border-color: #EC85FE;
}
.TagClassName
{
border-color: #EC85FE;
}
</style>