Shades of Violet #EC85E3
Tints of Violet #EC85E3
RGB
CMYK
RGB Variations
Color information
#EC85E3 (or 0xEC85E3) is known color: Violet. HEX triplet: EC, 85 and E3. RGB value is (236,133,227). Sum of RGB (Red+Green+Blue) = 236+133+227=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85E3 is #137A1C. Grayscale: #AEAEAE. Windows color (decimal): -1276445 or 14910956. OLE color: 14910956.
HSL color Cylindrical-coordinate representation of color #EC85E3: hue angle of 305.24º 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 #EC85E3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 227 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.07 |
| HSL | 305.24º | 0.73% | 0.72% | - |
| HSV(B) | 305.24º | 0.44% | 0.93% | - |
| XYZ | 56.84 | 40.15 | 77.43 | - |
| YUV | 174.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 227 | 0 | 0.44 | 0.04 | 0.07 | 305.24 | 0.73 | 0.72 |
| Hex | EC | 85 | E3 | 0 | 2C | 4 | 7 | 131 | 49 | 48 |
| Octal | 354 | 205 | 343 | 0 | 54 | 4 | 7 | 461 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11100011 | 0 | 101100 | 100 | 111 | 100110001 | 1001001 | 1001000 |
Color Harmonies of #EC85E3
Complementary color
Monochromatic Colors of #EC85E3
Black with #EC85E3
Text Example
Text Example
White with #EC85E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85E3; }
p { color: rgb(236,133,227); }
H1.HeaderClassName
{
color: #EC85E3;
}
.AnyTagClassName
{
color: #EC85E3;
}
</style>
background-color css
<style>
a { background-color: #EC85E3; }
a { background-color: rgb(236,133,227); }
div.DivClassName
{
background-color: #EC85E3;
}
.BgClassName
{
background-color: #EC85E3;
}
</style>
border-color css
<style>
span { border-color: #EC85E3; }
span { border-color: rgb(236,133,227); }
td.TdClassName
{
border-color: #EC85E3;
}
.TagClassName
{
border-color: #EC85E3;
}
</style>