Shades of Violet #E875F0
Tints of Violet #E875F0
RGB
CMYK
RGB Variations
Color information
#E875F0 (or 0xE875F0) is known color: Violet. HEX triplet: E8, 75 and F0. RGB value is (232,117,240). Sum of RGB (Red+Green+Blue) = 232+117+240=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #E875F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E875F0 is #178A0F. Grayscale: #A5A5A5. Windows color (decimal): -1542672 or 15758824. OLE color: 15758824.
HSL color Cylindrical-coordinate representation of color #E875F0: hue angle of 296.1º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E875F0 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 117 | 240 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.06 |
| HSL | 296.1º | 0.8% | 0.7% | - |
| HSV(B) | 296.1º | 0.51% | 0.94% | - |
| XYZ | 55.37 | 36.17 | 86.5 | - |
| YUV | 165.41 | 170.1 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 240 | 0.03 | 0.51 | 0 | 0.06 | 296.1 | 0.8 | 0.7 |
| Hex | E8 | 75 | F0 | 3 | 33 | 0 | 6 | 128 | 50 | 46 |
| Octal | 350 | 165 | 360 | 3 | 63 | 0 | 6 | 450 | 120 | 106 |
| Binary | 11101000 | 1110101 | 11110000 | 11 | 110011 | 0 | 110 | 100101000 | 1010000 | 1000110 |
Color Harmonies of #E875F0
Complementary color
Monochromatic Colors of #E875F0
Black with #E875F0
Text Example
Text Example
White with #E875F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875F0; }
p { color: rgb(232,117,240); }
H1.HeaderClassName
{
color: #E875F0;
}
.AnyTagClassName
{
color: #E875F0;
}
</style>
background-color css
<style>
a { background-color: #E875F0; }
a { background-color: rgb(232,117,240); }
div.DivClassName
{
background-color: #E875F0;
}
.BgClassName
{
background-color: #E875F0;
}
</style>
border-color css
<style>
span { border-color: #E875F0; }
span { border-color: rgb(232,117,240); }
td.TdClassName
{
border-color: #E875F0;
}
.TagClassName
{
border-color: #E875F0;
}
</style>