Shades of Violet #E874EF
Tints of Violet #E874EF
RGB
CMYK
RGB Variations
Color information
#E874EF (or 0xE874EF) is known color: Violet. HEX triplet: E8, 74 and EF. RGB value is (232,116,239). Sum of RGB (Red+Green+Blue) = 232+116+239=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #E874EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E874EF is #178B10. Grayscale: #A4A4A4. Windows color (decimal): -1542929 or 15693032. OLE color: 15693032.
HSL color Cylindrical-coordinate representation of color #E874EF: hue angle of 296.59º degrees, saturation: 0.79, 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 #E874EF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 116 | 239 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.06 |
| HSL | 296.59º | 0.79% | 0.7% | - |
| HSV(B) | 296.59º | 0.51% | 0.94% | - |
| XYZ | 55.1 | 35.88 | 85.68 | - |
| YUV | 164.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 239 | 0.03 | 0.51 | 0 | 0.06 | 296.59 | 0.79 | 0.7 |
| Hex | E8 | 74 | EF | 3 | 33 | 0 | 6 | 129 | 4F | 46 |
| Octal | 350 | 164 | 357 | 3 | 63 | 0 | 6 | 451 | 117 | 106 |
| Binary | 11101000 | 1110100 | 11101111 | 11 | 110011 | 0 | 110 | 100101001 | 1001111 | 1000110 |
Color Harmonies of #E874EF
Complementary color
Monochromatic Colors of #E874EF
Black with #E874EF
Text Example
Text Example
White with #E874EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874EF; }
p { color: rgb(232,116,239); }
H1.HeaderClassName
{
color: #E874EF;
}
.AnyTagClassName
{
color: #E874EF;
}
</style>
background-color css
<style>
a { background-color: #E874EF; }
a { background-color: rgb(232,116,239); }
div.DivClassName
{
background-color: #E874EF;
}
.BgClassName
{
background-color: #E874EF;
}
</style>
border-color css
<style>
span { border-color: #E874EF; }
span { border-color: rgb(232,116,239); }
td.TdClassName
{
border-color: #E874EF;
}
.TagClassName
{
border-color: #E874EF;
}
</style>