Shades of Heliotrope #E873FE
Tints of Heliotrope #E873FE
RGB
CMYK
RGB Variations
Color information
#E873FE (or 0xE873FE) is known color: Heliotrope. HEX triplet: E8, 73 and FE. RGB value is (232,115,254). Sum of RGB (Red+Green+Blue) = 232+115+254=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #E873FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E873FE is #178C01. Grayscale: #A5A5A5. Windows color (decimal): -1543170 or 16675816. OLE color: 16675816.
HSL color Cylindrical-coordinate representation of color #E873FE: hue angle of 290.5º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E873FE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 115 | 254 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.00 |
| HSL | 290.5º | 0.99% | 0.72% | - |
| HSV(B) | 290.5º | 0.55% | 1% | - |
| XYZ | 57.3 | 36.57 | 97.81 | - |
| YUV | 165.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 254 | 0.09 | 0.55 | 0 | 0.00 | 290.5 | 0.99 | 0.72 |
| Hex | E8 | 73 | FE | 9 | 37 | 0 | 0 | 123 | 63 | 48 |
| Octal | 350 | 163 | 376 | 11 | 67 | 0 | 0 | 443 | 143 | 110 |
| Binary | 11101000 | 1110011 | 11111110 | 1001 | 110111 | 0 | 0 | 100100011 | 1100011 | 1001000 |
Color Harmonies of #E873FE
Complementary color
Monochromatic Colors of #E873FE
Black with #E873FE
Text Example
Text Example
White with #E873FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873FE; }
p { color: rgb(232,115,254); }
H1.HeaderClassName
{
color: #E873FE;
}
.AnyTagClassName
{
color: #E873FE;
}
</style>
background-color css
<style>
a { background-color: #E873FE; }
a { background-color: rgb(232,115,254); }
div.DivClassName
{
background-color: #E873FE;
}
.BgClassName
{
background-color: #E873FE;
}
</style>
border-color css
<style>
span { border-color: #E873FE; }
span { border-color: rgb(232,115,254); }
td.TdClassName
{
border-color: #E873FE;
}
.TagClassName
{
border-color: #E873FE;
}
</style>