Shades of Heliotrope #E878FD
Tints of Heliotrope #E878FD
RGB
CMYK
RGB Variations
Color information
#E878FD (or 0xE878FD) is known color: Heliotrope. HEX triplet: E8, 78 and FD. RGB value is (232,120,253). Sum of RGB (Red+Green+Blue) = 232+120+253=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 120 (47.27% from 255 or 19.83% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #E878FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E878FD is #178702. Grayscale: #A8A8A8. Windows color (decimal): -1541891 or 16611560. OLE color: 16611560.
HSL color Cylindrical-coordinate representation of color #E878FD: hue angle of 290.53º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E878FD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 120 | 253 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.01 |
| HSL | 290.53º | 0.97% | 0.73% | - |
| HSV(B) | 290.53º | 0.53% | 0.99% | - |
| XYZ | 57.72 | 37.68 | 97.16 | - |
| YUV | 168.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 253 | 0.08 | 0.53 | 0 | 0.01 | 290.53 | 0.97 | 0.73 |
| Hex | E8 | 78 | FD | 8 | 35 | 0 | 1 | 123 | 61 | 49 |
| Octal | 350 | 170 | 375 | 10 | 65 | 0 | 1 | 443 | 141 | 111 |
| Binary | 11101000 | 1111000 | 11111101 | 1000 | 110101 | 0 | 1 | 100100011 | 1100001 | 1001001 |
Color Harmonies of #E878FD
Complementary color
Monochromatic Colors of #E878FD
Black with #E878FD
Text Example
Text Example
White with #E878FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878FD; }
p { color: rgb(232,120,253); }
H1.HeaderClassName
{
color: #E878FD;
}
.AnyTagClassName
{
color: #E878FD;
}
</style>
background-color css
<style>
a { background-color: #E878FD; }
a { background-color: rgb(232,120,253); }
div.DivClassName
{
background-color: #E878FD;
}
.BgClassName
{
background-color: #E878FD;
}
</style>
border-color css
<style>
span { border-color: #E878FD; }
span { border-color: rgb(232,120,253); }
td.TdClassName
{
border-color: #E878FD;
}
.TagClassName
{
border-color: #E878FD;
}
</style>