Shades of Heliotrope #E45FFA
Tints of Heliotrope #E45FFA
RGB
CMYK
RGB Variations
Color information
#E45FFA (or 0xE45FFA) is known color: Heliotrope. HEX triplet: E4, 5F and FA. RGB value is (228,95,250). Sum of RGB (Red+Green+Blue) = 228+95+250=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #E45FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45FFA is #1BA005. Grayscale: #979797. Windows color (decimal): -1810438 or 16408548. OLE color: 16408548.
HSL color Cylindrical-coordinate representation of color #E45FFA: hue angle of 291.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45FFA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 95 | 250 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.02 |
| HSL | 291.48º | 0.94% | 0.68% | - |
| HSV(B) | 291.48º | 0.62% | 0.98% | - |
| XYZ | 53.34 | 31.58 | 93.73 | - |
| YUV | 152.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 250 | 0.09 | 0.62 | 0 | 0.02 | 291.48 | 0.94 | 0.68 |
| Hex | E4 | 5F | FA | 9 | 3E | 0 | 2 | 123 | 5E | 44 |
| Octal | 344 | 137 | 372 | 11 | 76 | 0 | 2 | 443 | 136 | 104 |
| Binary | 11100100 | 1011111 | 11111010 | 1001 | 111110 | 0 | 10 | 100100011 | 1011110 | 1000100 |
Color Harmonies of #E45FFA
Complementary color
Monochromatic Colors of #E45FFA
Black with #E45FFA
Text Example
Text Example
White with #E45FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FFA; }
p { color: rgb(228,95,250); }
H1.HeaderClassName
{
color: #E45FFA;
}
.AnyTagClassName
{
color: #E45FFA;
}
</style>
background-color css
<style>
a { background-color: #E45FFA; }
a { background-color: rgb(228,95,250); }
div.DivClassName
{
background-color: #E45FFA;
}
.BgClassName
{
background-color: #E45FFA;
}
</style>
border-color css
<style>
span { border-color: #E45FFA; }
span { border-color: rgb(228,95,250); }
td.TdClassName
{
border-color: #E45FFA;
}
.TagClassName
{
border-color: #E45FFA;
}
</style>