Shades of Violet #E874EE
Tints of Violet #E874EE
RGB
CMYK
RGB Variations
Color information
#E874EE (or 0xE874EE) is known color: Violet. HEX triplet: E8, 74 and EE. RGB value is (232,116,238). Sum of RGB (Red+Green+Blue) = 232+116+238=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #E874EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E874EE is #178B11. Grayscale: #A4A4A4. Windows color (decimal): -1542930 or 15627496. OLE color: 15627496.
HSL color Cylindrical-coordinate representation of color #E874EE: hue angle of 297.05º degrees, saturation: 0.78, 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 #E874EE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 116 | 238 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.07 |
| HSL | 297.05º | 0.78% | 0.69% | - |
| HSV(B) | 297.05º | 0.51% | 0.93% | - |
| XYZ | 54.96 | 35.82 | 84.91 | - |
| YUV | 164.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 238 | 0.03 | 0.51 | 0 | 0.07 | 297.05 | 0.78 | 0.69 |
| Hex | E8 | 74 | EE | 3 | 33 | 0 | 7 | 129 | 4E | 45 |
| Octal | 350 | 164 | 356 | 3 | 63 | 0 | 7 | 451 | 116 | 105 |
| Binary | 11101000 | 1110100 | 11101110 | 11 | 110011 | 0 | 111 | 100101001 | 1001110 | 1000101 |
Color Harmonies of #E874EE
Complementary color
Monochromatic Colors of #E874EE
Black with #E874EE
Text Example
Text Example
White with #E874EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874EE; }
p { color: rgb(232,116,238); }
H1.HeaderClassName
{
color: #E874EE;
}
.AnyTagClassName
{
color: #E874EE;
}
</style>
background-color css
<style>
a { background-color: #E874EE; }
a { background-color: rgb(232,116,238); }
div.DivClassName
{
background-color: #E874EE;
}
.BgClassName
{
background-color: #E874EE;
}
</style>
border-color css
<style>
span { border-color: #E874EE; }
span { border-color: rgb(232,116,238); }
td.TdClassName
{
border-color: #E874EE;
}
.TagClassName
{
border-color: #E874EE;
}
</style>