Shades of Violet #E485EE
Tints of Violet #E485EE
RGB
CMYK
RGB Variations
Color information
#E485EE (or 0xE485EE) is known color: Violet. HEX triplet: E4, 85 and EE. RGB value is (228,133,238). Sum of RGB (Red+Green+Blue) = 228+133+238=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #E485EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485EE is #1B7A11. Grayscale: #ADADAD. Windows color (decimal): -1800722 or 15631844. OLE color: 15631844.
HSL color Cylindrical-coordinate representation of color #E485EE: hue angle of 294.29º 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 #E485EE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 133 | 238 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.29º | 0.76% | 0.73% | - |
| HSV(B) | 294.29º | 0.44% | 0.93% | - |
| XYZ | 55.82 | 39.44 | 85.56 | - |
| YUV | 173.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 238 | 0.04 | 0.44 | 0 | 0.07 | 294.29 | 0.76 | 0.73 |
| Hex | E4 | 85 | EE | 4 | 2C | 0 | 7 | 126 | 4C | 49 |
| Octal | 344 | 205 | 356 | 4 | 54 | 0 | 7 | 446 | 114 | 111 |
| Binary | 11100100 | 10000101 | 11101110 | 100 | 101100 | 0 | 111 | 100100110 | 1001100 | 1001001 |
Color Harmonies of #E485EE
Complementary color
Monochromatic Colors of #E485EE
Black with #E485EE
Text Example
Text Example
White with #E485EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485EE; }
p { color: rgb(228,133,238); }
H1.HeaderClassName
{
color: #E485EE;
}
.AnyTagClassName
{
color: #E485EE;
}
</style>
background-color css
<style>
a { background-color: #E485EE; }
a { background-color: rgb(228,133,238); }
div.DivClassName
{
background-color: #E485EE;
}
.BgClassName
{
background-color: #E485EE;
}
</style>
border-color css
<style>
span { border-color: #E485EE; }
span { border-color: rgb(228,133,238); }
td.TdClassName
{
border-color: #E485EE;
}
.TagClassName
{
border-color: #E485EE;
}
</style>