Shades of Violet #E485EC
Tints of Violet #E485EC
RGB
CMYK
RGB Variations
Color information
#E485EC (or 0xE485EC) is known color: Violet. HEX triplet: E4, 85 and EC. RGB value is (228,133,236). Sum of RGB (Red+Green+Blue) = 228+133+236=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #E485EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485EC is #1B7A13. Grayscale: #ACACAC. Windows color (decimal): -1800724 or 15500772. OLE color: 15500772.
HSL color Cylindrical-coordinate representation of color #E485EC: hue angle of 295.34º 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 #E485EC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 133 | 236 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 295.34º | 0.73% | 0.72% | - |
| HSV(B) | 295.34º | 0.44% | 0.93% | - |
| XYZ | 55.52 | 39.33 | 84.02 | - |
| YUV | 173.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 236 | 0.03 | 0.44 | 0 | 0.07 | 295.34 | 0.73 | 0.72 |
| Hex | E4 | 85 | EC | 3 | 2C | 0 | 7 | 127 | 49 | 48 |
| Octal | 344 | 205 | 354 | 3 | 54 | 0 | 7 | 447 | 111 | 110 |
| Binary | 11100100 | 10000101 | 11101100 | 11 | 101100 | 0 | 111 | 100100111 | 1001001 | 1001000 |
Color Harmonies of #E485EC
Complementary color
Monochromatic Colors of #E485EC
Black with #E485EC
Text Example
Text Example
White with #E485EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485EC; }
p { color: rgb(228,133,236); }
H1.HeaderClassName
{
color: #E485EC;
}
.AnyTagClassName
{
color: #E485EC;
}
</style>
background-color css
<style>
a { background-color: #E485EC; }
a { background-color: rgb(228,133,236); }
div.DivClassName
{
background-color: #E485EC;
}
.BgClassName
{
background-color: #E485EC;
}
</style>
border-color css
<style>
span { border-color: #E485EC; }
span { border-color: rgb(228,133,236); }
td.TdClassName
{
border-color: #E485EC;
}
.TagClassName
{
border-color: #E485EC;
}
</style>