Shades of Violet #EC85EE
Tints of Violet #EC85EE
RGB
CMYK
RGB Variations
Color information
#EC85EE (or 0xEC85EE) is known color: Violet. HEX triplet: EC, 85 and EE. RGB value is (236,133,238). Sum of RGB (Red+Green+Blue) = 236+133+238=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC85EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85EE is #137A11. Grayscale: #AFAFAF. Windows color (decimal): -1276434 or 15631852. OLE color: 15631852.
HSL color Cylindrical-coordinate representation of color #EC85EE: hue angle of 298.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85EE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 238 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.86º | 0.76% | 0.73% | - |
| HSV(B) | 298.86º | 0.44% | 0.93% | - |
| XYZ | 58.41 | 40.78 | 85.68 | - |
| YUV | 175.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 238 | 0.01 | 0.44 | 0 | 0.07 | 298.86 | 0.76 | 0.73 |
| Hex | EC | 85 | EE | 1 | 2C | 0 | 7 | 12B | 4C | 49 |
| Octal | 354 | 205 | 356 | 1 | 54 | 0 | 7 | 453 | 114 | 111 |
| Binary | 11101100 | 10000101 | 11101110 | 1 | 101100 | 0 | 111 | 100101011 | 1001100 | 1001001 |
Color Harmonies of #EC85EE
Complementary color
Monochromatic Colors of #EC85EE
Black with #EC85EE
Text Example
Text Example
White with #EC85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85EE; }
p { color: rgb(236,133,238); }
H1.HeaderClassName
{
color: #EC85EE;
}
.AnyTagClassName
{
color: #EC85EE;
}
</style>
background-color css
<style>
a { background-color: #EC85EE; }
a { background-color: rgb(236,133,238); }
div.DivClassName
{
background-color: #EC85EE;
}
.BgClassName
{
background-color: #EC85EE;
}
</style>
border-color css
<style>
span { border-color: #EC85EE; }
span { border-color: rgb(236,133,238); }
td.TdClassName
{
border-color: #EC85EE;
}
.TagClassName
{
border-color: #EC85EE;
}
</style>