Shades of Violet #E885F9
Tints of Violet #E885F9
RGB
CMYK
RGB Variations
Color information
#E885F9 (or 0xE885F9) is known color: Violet. HEX triplet: E8, 85 and F9. RGB value is (232,133,249). Sum of RGB (Red+Green+Blue) = 232+133+249=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #E885F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885F9 is #177A06. Grayscale: #AFAFAF. Windows color (decimal): -1538567 or 16352744. OLE color: 16352744.
HSL color Cylindrical-coordinate representation of color #E885F9: hue angle of 291.21º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E885F9 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 133 | 249 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.02 |
| HSL | 291.21º | 0.91% | 0.75% | - |
| HSV(B) | 291.21º | 0.47% | 0.98% | - |
| XYZ | 58.77 | 40.77 | 94.39 | - |
| YUV | 175.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 249 | 0.07 | 0.47 | 0 | 0.02 | 291.21 | 0.91 | 0.75 |
| Hex | E8 | 85 | F9 | 7 | 2F | 0 | 2 | 123 | 5B | 4B |
| Octal | 350 | 205 | 371 | 7 | 57 | 0 | 2 | 443 | 133 | 113 |
| Binary | 11101000 | 10000101 | 11111001 | 111 | 101111 | 0 | 10 | 100100011 | 1011011 | 1001011 |
Color Harmonies of #E885F9
Complementary color
Monochromatic Colors of #E885F9
Black with #E885F9
Text Example
Text Example
White with #E885F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885F9; }
p { color: rgb(232,133,249); }
H1.HeaderClassName
{
color: #E885F9;
}
.AnyTagClassName
{
color: #E885F9;
}
</style>
background-color css
<style>
a { background-color: #E885F9; }
a { background-color: rgb(232,133,249); }
div.DivClassName
{
background-color: #E885F9;
}
.BgClassName
{
background-color: #E885F9;
}
</style>
border-color css
<style>
span { border-color: #E885F9; }
span { border-color: rgb(232,133,249); }
td.TdClassName
{
border-color: #E885F9;
}
.TagClassName
{
border-color: #E885F9;
}
</style>