Shades of Violet #EC85EB
Tints of Violet #EC85EB
RGB
CMYK
RGB Variations
Color information
#EC85EB (or 0xEC85EB) is known color: Violet. HEX triplet: EC, 85 and EB. RGB value is (236,133,235). Sum of RGB (Red+Green+Blue) = 236+133+235=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85EB is #137A14. Grayscale: #AFAFAF. Windows color (decimal): -1276437 or 15435244. OLE color: 15435244.
HSL color Cylindrical-coordinate representation of color #EC85EB: hue angle of 300.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85EB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 235 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.07 |
| HSL | 300.58º | 0.73% | 0.72% | - |
| HSV(B) | 300.58º | 0.44% | 0.93% | - |
| XYZ | 57.97 | 40.61 | 83.38 | - |
| YUV | 175.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 235 | 0 | 0.44 | 0.00 | 0.07 | 300.58 | 0.73 | 0.72 |
| Hex | EC | 85 | EB | 0 | 2C | 0 | 7 | 12D | 49 | 48 |
| Octal | 354 | 205 | 353 | 0 | 54 | 0 | 7 | 455 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11101011 | 0 | 101100 | 0 | 111 | 100101101 | 1001001 | 1001000 |
Color Harmonies of #EC85EB
Complementary color
Monochromatic Colors of #EC85EB
Black with #EC85EB
Text Example
Text Example
White with #EC85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85EB; }
p { color: rgb(236,133,235); }
H1.HeaderClassName
{
color: #EC85EB;
}
.AnyTagClassName
{
color: #EC85EB;
}
</style>
background-color css
<style>
a { background-color: #EC85EB; }
a { background-color: rgb(236,133,235); }
div.DivClassName
{
background-color: #EC85EB;
}
.BgClassName
{
background-color: #EC85EB;
}
</style>
border-color css
<style>
span { border-color: #EC85EB; }
span { border-color: rgb(236,133,235); }
td.TdClassName
{
border-color: #EC85EB;
}
.TagClassName
{
border-color: #EC85EB;
}
</style>