Shades of Violet #E875ED
Tints of Violet #E875ED
RGB
CMYK
RGB Variations
Color information
#E875ED (or 0xE875ED) is known color: Violet. HEX triplet: E8, 75 and ED. RGB value is (232,117,237). Sum of RGB (Red+Green+Blue) = 232+117+237=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #E875ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E875ED is #178A12. Grayscale: #A4A4A4. Windows color (decimal): -1542675 or 15562216. OLE color: 15562216.
HSL color Cylindrical-coordinate representation of color #E875ED: hue angle of 297.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E875ED is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 117 | 237 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.07 |
| HSL | 297.5º | 0.77% | 0.69% | - |
| HSV(B) | 297.5º | 0.51% | 0.93% | - |
| XYZ | 54.93 | 35.99 | 84.17 | - |
| YUV | 165.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 237 | 0.02 | 0.51 | 0 | 0.07 | 297.5 | 0.77 | 0.69 |
| Hex | E8 | 75 | ED | 2 | 33 | 0 | 7 | 12A | 4D | 45 |
| Octal | 350 | 165 | 355 | 2 | 63 | 0 | 7 | 452 | 115 | 105 |
| Binary | 11101000 | 1110101 | 11101101 | 10 | 110011 | 0 | 111 | 100101010 | 1001101 | 1000101 |
Color Harmonies of #E875ED
Complementary color
Monochromatic Colors of #E875ED
Black with #E875ED
Text Example
Text Example
White with #E875ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875ED; }
p { color: rgb(232,117,237); }
H1.HeaderClassName
{
color: #E875ED;
}
.AnyTagClassName
{
color: #E875ED;
}
</style>
background-color css
<style>
a { background-color: #E875ED; }
a { background-color: rgb(232,117,237); }
div.DivClassName
{
background-color: #E875ED;
}
.BgClassName
{
background-color: #E875ED;
}
</style>
border-color css
<style>
span { border-color: #E875ED; }
span { border-color: rgb(232,117,237); }
td.TdClassName
{
border-color: #E875ED;
}
.TagClassName
{
border-color: #E875ED;
}
</style>