Shades of Violet #E885F7
Tints of Violet #E885F7
RGB
CMYK
RGB Variations
Color information
#E885F7 (or 0xE885F7) is known color: Violet. HEX triplet: E8, 85 and F7. RGB value is (232,133,247). Sum of RGB (Red+Green+Blue) = 232+133+247=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #E885F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885F7 is #177A08. Grayscale: #AFAFAF. Windows color (decimal): -1538569 or 16221672. OLE color: 16221672.
HSL color Cylindrical-coordinate representation of color #E885F7: hue angle of 292.11º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E885F7 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 133 | 247 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.03 |
| HSL | 292.11º | 0.88% | 0.75% | - |
| HSV(B) | 292.11º | 0.46% | 0.97% | - |
| XYZ | 58.45 | 40.65 | 92.76 | - |
| YUV | 175.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 247 | 0.06 | 0.46 | 0 | 0.03 | 292.11 | 0.88 | 0.75 |
| Hex | E8 | 85 | F7 | 6 | 2E | 0 | 3 | 124 | 58 | 4B |
| Octal | 350 | 205 | 367 | 6 | 56 | 0 | 3 | 444 | 130 | 113 |
| Binary | 11101000 | 10000101 | 11110111 | 110 | 101110 | 0 | 11 | 100100100 | 1011000 | 1001011 |
Color Harmonies of #E885F7
Complementary color
Monochromatic Colors of #E885F7
Black with #E885F7
Text Example
Text Example
White with #E885F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885F7; }
p { color: rgb(232,133,247); }
H1.HeaderClassName
{
color: #E885F7;
}
.AnyTagClassName
{
color: #E885F7;
}
</style>
background-color css
<style>
a { background-color: #E885F7; }
a { background-color: rgb(232,133,247); }
div.DivClassName
{
background-color: #E885F7;
}
.BgClassName
{
background-color: #E885F7;
}
</style>
border-color css
<style>
span { border-color: #E885F7; }
span { border-color: rgb(232,133,247); }
td.TdClassName
{
border-color: #E885F7;
}
.TagClassName
{
border-color: #E885F7;
}
</style>