Shades of Heliotrope #E582F9
Tints of Heliotrope #E582F9
RGB
CMYK
RGB Variations
Color information
#E582F9 (or 0xE582F9) is known color: Heliotrope. HEX triplet: E5, 82 and F9. RGB value is (229,130,249). Sum of RGB (Red+Green+Blue) = 229+130+249=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #E582F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582F9 is #1A7D06. Grayscale: #ACACAC. Windows color (decimal): -1735943 or 16351973. OLE color: 16351973.
HSL color Cylindrical-coordinate representation of color #E582F9: hue angle of 289.92º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E582F9 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 130 | 249 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.02 |
| HSL | 289.92º | 0.91% | 0.74% | - |
| HSV(B) | 289.92º | 0.48% | 0.98% | - |
| XYZ | 57.39 | 39.46 | 94.21 | - |
| YUV | 173.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 249 | 0.08 | 0.48 | 0 | 0.02 | 289.92 | 0.91 | 0.74 |
| Hex | E5 | 82 | F9 | 8 | 30 | 0 | 2 | 122 | 5B | 4A |
| Octal | 345 | 202 | 371 | 10 | 60 | 0 | 2 | 442 | 133 | 112 |
| Binary | 11100101 | 10000010 | 11111001 | 1000 | 110000 | 0 | 10 | 100100010 | 1011011 | 1001010 |
Color Harmonies of #E582F9
Complementary color
Monochromatic Colors of #E582F9
Black with #E582F9
Text Example
Text Example
White with #E582F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582F9; }
p { color: rgb(229,130,249); }
H1.HeaderClassName
{
color: #E582F9;
}
.AnyTagClassName
{
color: #E582F9;
}
</style>
background-color css
<style>
a { background-color: #E582F9; }
a { background-color: rgb(229,130,249); }
div.DivClassName
{
background-color: #E582F9;
}
.BgClassName
{
background-color: #E582F9;
}
</style>
border-color css
<style>
span { border-color: #E582F9; }
span { border-color: rgb(229,130,249); }
td.TdClassName
{
border-color: #E582F9;
}
.TagClassName
{
border-color: #E582F9;
}
</style>