Shades of Violet #E885F1
Tints of Violet #E885F1
RGB
CMYK
RGB Variations
Color information
#E885F1 (or 0xE885F1) is known color: Violet. HEX triplet: E8, 85 and F1. RGB value is (232,133,241). Sum of RGB (Red+Green+Blue) = 232+133+241=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #E885F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885F1 is #177A0E. Grayscale: #AEAEAE. Windows color (decimal): -1538575 or 15828456. OLE color: 15828456.
HSL color Cylindrical-coordinate representation of color #E885F1: hue angle of 295º 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 #E885F1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 133 | 241 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.05 |
| HSL | 295º | 0.79% | 0.73% | - |
| HSV(B) | 295º | 0.45% | 0.95% | - |
| XYZ | 57.54 | 40.28 | 87.96 | - |
| YUV | 174.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 241 | 0.04 | 0.45 | 0 | 0.05 | 295 | 0.79 | 0.73 |
| Hex | E8 | 85 | F1 | 4 | 2D | 0 | 5 | 127 | 4F | 49 |
| Octal | 350 | 205 | 361 | 4 | 55 | 0 | 5 | 447 | 117 | 111 |
| Binary | 11101000 | 10000101 | 11110001 | 100 | 101101 | 0 | 101 | 100100111 | 1001111 | 1001001 |
Color Harmonies of #E885F1
Complementary color
Monochromatic Colors of #E885F1
Black with #E885F1
Text Example
Text Example
White with #E885F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885F1; }
p { color: rgb(232,133,241); }
H1.HeaderClassName
{
color: #E885F1;
}
.AnyTagClassName
{
color: #E885F1;
}
</style>
background-color css
<style>
a { background-color: #E885F1; }
a { background-color: rgb(232,133,241); }
div.DivClassName
{
background-color: #E885F1;
}
.BgClassName
{
background-color: #E885F1;
}
</style>
border-color css
<style>
span { border-color: #E885F1; }
span { border-color: rgb(232,133,241); }
td.TdClassName
{
border-color: #E885F1;
}
.TagClassName
{
border-color: #E885F1;
}
</style>