Shades of Heliotrope #E58AFC
Tints of Heliotrope #E58AFC
RGB
CMYK
RGB Variations
Color information
#E58AFC (or 0xE58AFC) is known color: Heliotrope. HEX triplet: E5, 8A and FC. RGB value is (229,138,252). Sum of RGB (Red+Green+Blue) = 229+138+252=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #E58AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58AFC is #1A7503. Grayscale: #B1B1B1. Windows color (decimal): -1733892 or 16550629. OLE color: 16550629.
HSL color Cylindrical-coordinate representation of color #E58AFC: hue angle of 287.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E58AFC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 138 | 252 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.01 |
| HSL | 287.89º | 0.95% | 0.76% | - |
| HSV(B) | 287.89º | 0.45% | 0.99% | - |
| XYZ | 58.97 | 41.86 | 97.07 | - |
| YUV | 178.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 252 | 0.09 | 0.45 | 0 | 0.01 | 287.89 | 0.95 | 0.76 |
| Hex | E5 | 8A | FC | 9 | 2D | 0 | 1 | 120 | 5F | 4C |
| Octal | 345 | 212 | 374 | 11 | 55 | 0 | 1 | 440 | 137 | 114 |
| Binary | 11100101 | 10001010 | 11111100 | 1001 | 101101 | 0 | 1 | 100100000 | 1011111 | 1001100 |
Color Harmonies of #E58AFC
Complementary color
Monochromatic Colors of #E58AFC
Black with #E58AFC
Text Example
Text Example
White with #E58AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AFC; }
p { color: rgb(229,138,252); }
H1.HeaderClassName
{
color: #E58AFC;
}
.AnyTagClassName
{
color: #E58AFC;
}
</style>
background-color css
<style>
a { background-color: #E58AFC; }
a { background-color: rgb(229,138,252); }
div.DivClassName
{
background-color: #E58AFC;
}
.BgClassName
{
background-color: #E58AFC;
}
</style>
border-color css
<style>
span { border-color: #E58AFC; }
span { border-color: rgb(229,138,252); }
td.TdClassName
{
border-color: #E58AFC;
}
.TagClassName
{
border-color: #E58AFC;
}
</style>