Shades of Heliotrope #E25AF5
Tints of Heliotrope #E25AF5
RGB
CMYK
RGB Variations
Color information
#E25AF5 (or 0xE25AF5) is known color: Heliotrope. HEX triplet: E2, 5A and F5. RGB value is (226,90,245). Sum of RGB (Red+Green+Blue) = 226+90+245=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #E25AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AF5 is #1DA50A. Grayscale: #939393. Windows color (decimal): -1942795 or 16079586. OLE color: 16079586.
HSL color Cylindrical-coordinate representation of color #E25AF5: hue angle of 292.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25AF5 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 90 | 245 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.04 |
| HSL | 292.65º | 0.89% | 0.66% | - |
| HSV(B) | 292.65º | 0.63% | 0.96% | - |
| XYZ | 51.5 | 30.07 | 89.48 | - |
| YUV | 148.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 245 | 0.08 | 0.63 | 0 | 0.04 | 292.65 | 0.89 | 0.66 |
| Hex | E2 | 5A | F5 | 8 | 3F | 0 | 4 | 125 | 59 | 42 |
| Octal | 342 | 132 | 365 | 10 | 77 | 0 | 4 | 445 | 131 | 102 |
| Binary | 11100010 | 1011010 | 11110101 | 1000 | 111111 | 0 | 100 | 100100101 | 1011001 | 1000010 |
Color Harmonies of #E25AF5
Complementary color
Monochromatic Colors of #E25AF5
Black with #E25AF5
Text Example
Text Example
White with #E25AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AF5; }
p { color: rgb(226,90,245); }
H1.HeaderClassName
{
color: #E25AF5;
}
.AnyTagClassName
{
color: #E25AF5;
}
</style>
background-color css
<style>
a { background-color: #E25AF5; }
a { background-color: rgb(226,90,245); }
div.DivClassName
{
background-color: #E25AF5;
}
.BgClassName
{
background-color: #E25AF5;
}
</style>
border-color css
<style>
span { border-color: #E25AF5; }
span { border-color: rgb(226,90,245); }
td.TdClassName
{
border-color: #E25AF5;
}
.TagClassName
{
border-color: #E25AF5;
}
</style>