Shades of Violet #E885F8
Tints of Violet #E885F8
RGB
CMYK
RGB Variations
Color information
#E885F8 (or 0xE885F8) is known color: Violet. HEX triplet: E8, 85 and F8. RGB value is (232,133,248). Sum of RGB (Red+Green+Blue) = 232+133+248=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #E885F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885F8 is #177A07. Grayscale: #AFAFAF. Windows color (decimal): -1538568 or 16287208. OLE color: 16287208.
HSL color Cylindrical-coordinate representation of color #E885F8: hue angle of 291.65º degrees, saturation: 0.89, 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 #E885F8 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 133 | 248 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.03 |
| HSL | 291.65º | 0.89% | 0.75% | - |
| HSV(B) | 291.65º | 0.46% | 0.97% | - |
| XYZ | 58.61 | 40.71 | 93.58 | - |
| YUV | 175.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 248 | 0.06 | 0.46 | 0 | 0.03 | 291.65 | 0.89 | 0.75 |
| Hex | E8 | 85 | F8 | 6 | 2E | 0 | 3 | 124 | 59 | 4B |
| Octal | 350 | 205 | 370 | 6 | 56 | 0 | 3 | 444 | 131 | 113 |
| Binary | 11101000 | 10000101 | 11111000 | 110 | 101110 | 0 | 11 | 100100100 | 1011001 | 1001011 |
Color Harmonies of #E885F8
Complementary color
Monochromatic Colors of #E885F8
Black with #E885F8
Text Example
Text Example
White with #E885F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885F8; }
p { color: rgb(232,133,248); }
H1.HeaderClassName
{
color: #E885F8;
}
.AnyTagClassName
{
color: #E885F8;
}
</style>
background-color css
<style>
a { background-color: #E885F8; }
a { background-color: rgb(232,133,248); }
div.DivClassName
{
background-color: #E885F8;
}
.BgClassName
{
background-color: #E885F8;
}
</style>
border-color css
<style>
span { border-color: #E885F8; }
span { border-color: rgb(232,133,248); }
td.TdClassName
{
border-color: #E885F8;
}
.TagClassName
{
border-color: #E885F8;
}
</style>