Shades of Heliotrope #E874FD
Tints of Heliotrope #E874FD
RGB
CMYK
RGB Variations
Color information
#E874FD (or 0xE874FD) is known color: Heliotrope. HEX triplet: E8, 74 and FD. RGB value is (232,116,253). Sum of RGB (Red+Green+Blue) = 232+116+253=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #E874FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E874FD is #178B02. Grayscale: #A5A5A5. Windows color (decimal): -1542915 or 16610536. OLE color: 16610536.
HSL color Cylindrical-coordinate representation of color #E874FD: hue angle of 290.8º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E874FD is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 116 | 253 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.01 |
| HSL | 290.8º | 0.97% | 0.72% | - |
| HSV(B) | 290.8º | 0.54% | 0.99% | - |
| XYZ | 57.25 | 36.74 | 97 | - |
| YUV | 166.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 253 | 0.08 | 0.54 | 0 | 0.01 | 290.8 | 0.97 | 0.72 |
| Hex | E8 | 74 | FD | 8 | 36 | 0 | 1 | 123 | 61 | 48 |
| Octal | 350 | 164 | 375 | 10 | 66 | 0 | 1 | 443 | 141 | 110 |
| Binary | 11101000 | 1110100 | 11111101 | 1000 | 110110 | 0 | 1 | 100100011 | 1100001 | 1001000 |
Color Harmonies of #E874FD
Complementary color
Monochromatic Colors of #E874FD
Black with #E874FD
Text Example
Text Example
White with #E874FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874FD; }
p { color: rgb(232,116,253); }
H1.HeaderClassName
{
color: #E874FD;
}
.AnyTagClassName
{
color: #E874FD;
}
</style>
background-color css
<style>
a { background-color: #E874FD; }
a { background-color: rgb(232,116,253); }
div.DivClassName
{
background-color: #E874FD;
}
.BgClassName
{
background-color: #E874FD;
}
</style>
border-color css
<style>
span { border-color: #E874FD; }
span { border-color: rgb(232,116,253); }
td.TdClassName
{
border-color: #E874FD;
}
.TagClassName
{
border-color: #E874FD;
}
</style>