Shades of Heliotrope #E45AF7
Tints of Heliotrope #E45AF7
RGB
CMYK
RGB Variations
Color information
#E45AF7 (or 0xE45AF7) is known color: Heliotrope. HEX triplet: E4, 5A and F7. RGB value is (228,90,247). Sum of RGB (Red+Green+Blue) = 228+90+247=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 90 (35.55% from 255 or 15.93% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #E45AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45AF7 is #1BA508. Grayscale: #949494. Windows color (decimal): -1811721 or 16210660. OLE color: 16210660.
HSL color Cylindrical-coordinate representation of color #E45AF7: hue angle of 292.74º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45AF7 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 90 | 247 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.03 |
| HSL | 292.74º | 0.91% | 0.66% | - |
| HSV(B) | 292.74º | 0.64% | 0.97% | - |
| XYZ | 52.44 | 30.52 | 91.12 | - |
| YUV | 149.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 247 | 0.08 | 0.64 | 0 | 0.03 | 292.74 | 0.91 | 0.66 |
| Hex | E4 | 5A | F7 | 8 | 40 | 0 | 3 | 125 | 5B | 42 |
| Octal | 344 | 132 | 367 | 10 | 100 | 0 | 3 | 445 | 133 | 102 |
| Binary | 11100100 | 1011010 | 11110111 | 1000 | 1000000 | 0 | 11 | 100100101 | 1011011 | 1000010 |
Color Harmonies of #E45AF7
Complementary color
Monochromatic Colors of #E45AF7
Black with #E45AF7
Text Example
Text Example
White with #E45AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45AF7; }
p { color: rgb(228,90,247); }
H1.HeaderClassName
{
color: #E45AF7;
}
.AnyTagClassName
{
color: #E45AF7;
}
</style>
background-color css
<style>
a { background-color: #E45AF7; }
a { background-color: rgb(228,90,247); }
div.DivClassName
{
background-color: #E45AF7;
}
.BgClassName
{
background-color: #E45AF7;
}
</style>
border-color css
<style>
span { border-color: #E45AF7; }
span { border-color: rgb(228,90,247); }
td.TdClassName
{
border-color: #E45AF7;
}
.TagClassName
{
border-color: #E45AF7;
}
</style>