Shades of Violet #E485F1
Tints of Violet #E485F1
RGB
CMYK
RGB Variations
Color information
#E485F1 (or 0xE485F1) is known color: Violet. HEX triplet: E4, 85 and F1. RGB value is (228,133,241). Sum of RGB (Red+Green+Blue) = 228+133+241=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #E485F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485F1 is #1B7A0E. Grayscale: #ADADAD. Windows color (decimal): -1800719 or 15828452. OLE color: 15828452.
HSL color Cylindrical-coordinate representation of color #E485F1: hue angle of 292.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E485F1 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 133 | 241 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.05 |
| HSL | 292.78º | 0.79% | 0.73% | - |
| HSV(B) | 292.78º | 0.45% | 0.95% | - |
| XYZ | 56.26 | 39.62 | 87.9 | - |
| YUV | 173.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 241 | 0.05 | 0.45 | 0 | 0.05 | 292.78 | 0.79 | 0.73 |
| Hex | E4 | 85 | F1 | 5 | 2D | 0 | 5 | 125 | 4F | 49 |
| Octal | 344 | 205 | 361 | 5 | 55 | 0 | 5 | 445 | 117 | 111 |
| Binary | 11100100 | 10000101 | 11110001 | 101 | 101101 | 0 | 101 | 100100101 | 1001111 | 1001001 |
Color Harmonies of #E485F1
Complementary color
Monochromatic Colors of #E485F1
Black with #E485F1
Text Example
Text Example
White with #E485F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485F1; }
p { color: rgb(228,133,241); }
H1.HeaderClassName
{
color: #E485F1;
}
.AnyTagClassName
{
color: #E485F1;
}
</style>
background-color css
<style>
a { background-color: #E485F1; }
a { background-color: rgb(228,133,241); }
div.DivClassName
{
background-color: #E485F1;
}
.BgClassName
{
background-color: #E485F1;
}
</style>
border-color css
<style>
span { border-color: #E485F1; }
span { border-color: rgb(228,133,241); }
td.TdClassName
{
border-color: #E485F1;
}
.TagClassName
{
border-color: #E485F1;
}
</style>