Shades of Violet #E485EF
Tints of Violet #E485EF
RGB
CMYK
RGB Variations
Color information
#E485EF (or 0xE485EF) is known color: Violet. HEX triplet: E4, 85 and EF. RGB value is (228,133,239). Sum of RGB (Red+Green+Blue) = 228+133+239=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #E485EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485EF is #1B7A10. Grayscale: #ADADAD. Windows color (decimal): -1800721 or 15697380. OLE color: 15697380.
HSL color Cylindrical-coordinate representation of color #E485EF: hue angle of 293.77º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E485EF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 133 | 239 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.06 |
| HSL | 293.77º | 0.77% | 0.73% | - |
| HSV(B) | 293.77º | 0.44% | 0.94% | - |
| XYZ | 55.96 | 39.5 | 86.34 | - |
| YUV | 173.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 239 | 0.05 | 0.44 | 0 | 0.06 | 293.77 | 0.77 | 0.73 |
| Hex | E4 | 85 | EF | 5 | 2C | 0 | 6 | 126 | 4D | 49 |
| Octal | 344 | 205 | 357 | 5 | 54 | 0 | 6 | 446 | 115 | 111 |
| Binary | 11100100 | 10000101 | 11101111 | 101 | 101100 | 0 | 110 | 100100110 | 1001101 | 1001001 |
Color Harmonies of #E485EF
Complementary color
Monochromatic Colors of #E485EF
Black with #E485EF
Text Example
Text Example
White with #E485EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485EF; }
p { color: rgb(228,133,239); }
H1.HeaderClassName
{
color: #E485EF;
}
.AnyTagClassName
{
color: #E485EF;
}
</style>
background-color css
<style>
a { background-color: #E485EF; }
a { background-color: rgb(228,133,239); }
div.DivClassName
{
background-color: #E485EF;
}
.BgClassName
{
background-color: #E485EF;
}
</style>
border-color css
<style>
span { border-color: #E485EF; }
span { border-color: rgb(228,133,239); }
td.TdClassName
{
border-color: #E485EF;
}
.TagClassName
{
border-color: #E485EF;
}
</style>