Shades of Heliotrope #E45AF5
Tints of Heliotrope #E45AF5
RGB
CMYK
RGB Variations
Color information
#E45AF5 (or 0xE45AF5) is known color: Heliotrope. HEX triplet: E4, 5A and F5. RGB value is (228,90,245). Sum of RGB (Red+Green+Blue) = 228+90+245=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #E45AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45AF5 is #1BA50A. Grayscale: #949494. Windows color (decimal): -1811723 or 16079588. OLE color: 16079588.
HSL color Cylindrical-coordinate representation of color #E45AF5: hue angle of 293.42º 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 #E45AF5 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 90 | 245 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.04 |
| HSL | 293.42º | 0.89% | 0.66% | - |
| HSV(B) | 293.42º | 0.63% | 0.96% | - |
| XYZ | 52.13 | 30.4 | 89.51 | - |
| YUV | 148.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 245 | 0.07 | 0.63 | 0 | 0.04 | 293.42 | 0.89 | 0.66 |
| Hex | E4 | 5A | F5 | 7 | 3F | 0 | 4 | 125 | 59 | 42 |
| Octal | 344 | 132 | 365 | 7 | 77 | 0 | 4 | 445 | 131 | 102 |
| Binary | 11100100 | 1011010 | 11110101 | 111 | 111111 | 0 | 100 | 100100101 | 1011001 | 1000010 |
Color Harmonies of #E45AF5
Complementary color
Monochromatic Colors of #E45AF5
Black with #E45AF5
Text Example
Text Example
White with #E45AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45AF5; }
p { color: rgb(228,90,245); }
H1.HeaderClassName
{
color: #E45AF5;
}
.AnyTagClassName
{
color: #E45AF5;
}
</style>
background-color css
<style>
a { background-color: #E45AF5; }
a { background-color: rgb(228,90,245); }
div.DivClassName
{
background-color: #E45AF5;
}
.BgClassName
{
background-color: #E45AF5;
}
</style>
border-color css
<style>
span { border-color: #E45AF5; }
span { border-color: rgb(228,90,245); }
td.TdClassName
{
border-color: #E45AF5;
}
.TagClassName
{
border-color: #E45AF5;
}
</style>