Shades of Violet #E885F0
Tints of Violet #E885F0
RGB
CMYK
RGB Variations
Color information
#E885F0 (or 0xE885F0) is known color: Violet. HEX triplet: E8, 85 and F0. RGB value is (232,133,240). Sum of RGB (Red+Green+Blue) = 232+133+240=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #E885F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885F0 is #177A0F. Grayscale: #AEAEAE. Windows color (decimal): -1538576 or 15762920. OLE color: 15762920.
HSL color Cylindrical-coordinate representation of color #E885F0: hue angle of 295.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E885F0 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 133 | 240 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.06 |
| HSL | 295.51º | 0.78% | 0.73% | - |
| HSV(B) | 295.51º | 0.45% | 0.94% | - |
| XYZ | 57.39 | 40.22 | 87.18 | - |
| YUV | 174.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 240 | 0.03 | 0.45 | 0 | 0.06 | 295.51 | 0.78 | 0.73 |
| Hex | E8 | 85 | F0 | 3 | 2D | 0 | 6 | 128 | 4E | 49 |
| Octal | 350 | 205 | 360 | 3 | 55 | 0 | 6 | 450 | 116 | 111 |
| Binary | 11101000 | 10000101 | 11110000 | 11 | 101101 | 0 | 110 | 100101000 | 1001110 | 1001001 |
Color Harmonies of #E885F0
Complementary color
Monochromatic Colors of #E885F0
Black with #E885F0
Text Example
Text Example
White with #E885F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885F0; }
p { color: rgb(232,133,240); }
H1.HeaderClassName
{
color: #E885F0;
}
.AnyTagClassName
{
color: #E885F0;
}
</style>
background-color css
<style>
a { background-color: #E885F0; }
a { background-color: rgb(232,133,240); }
div.DivClassName
{
background-color: #E885F0;
}
.BgClassName
{
background-color: #E885F0;
}
</style>
border-color css
<style>
span { border-color: #E885F0; }
span { border-color: rgb(232,133,240); }
td.TdClassName
{
border-color: #E885F0;
}
.TagClassName
{
border-color: #E885F0;
}
</style>