Shades of Heliotrope #E372F5
Tints of Heliotrope #E372F5
RGB
CMYK
RGB Variations
Color information
#E372F5 (or 0xE372F5) is known color: Heliotrope. HEX triplet: E3, 72 and F5. RGB value is (227,114,245). Sum of RGB (Red+Green+Blue) = 227+114+245=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #E372F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372F5 is #1C8D0A. Grayscale: #A2A2A2. Windows color (decimal): -1871115 or 16085731. OLE color: 16085731.
HSL color Cylindrical-coordinate representation of color #E372F5: hue angle of 291.76º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E372F5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 114 | 245 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.04 |
| HSL | 291.76º | 0.87% | 0.7% | - |
| HSV(B) | 291.76º | 0.53% | 0.96% | - |
| XYZ | 54.18 | 34.96 | 90.28 | - |
| YUV | 162.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 245 | 0.07 | 0.53 | 0 | 0.04 | 291.76 | 0.87 | 0.7 |
| Hex | E3 | 72 | F5 | 7 | 35 | 0 | 4 | 124 | 57 | 46 |
| Octal | 343 | 162 | 365 | 7 | 65 | 0 | 4 | 444 | 127 | 106 |
| Binary | 11100011 | 1110010 | 11110101 | 111 | 110101 | 0 | 100 | 100100100 | 1010111 | 1000110 |
Color Harmonies of #E372F5
Complementary color
Monochromatic Colors of #E372F5
Black with #E372F5
Text Example
Text Example
White with #E372F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372F5; }
p { color: rgb(227,114,245); }
H1.HeaderClassName
{
color: #E372F5;
}
.AnyTagClassName
{
color: #E372F5;
}
</style>
background-color css
<style>
a { background-color: #E372F5; }
a { background-color: rgb(227,114,245); }
div.DivClassName
{
background-color: #E372F5;
}
.BgClassName
{
background-color: #E372F5;
}
</style>
border-color css
<style>
span { border-color: #E372F5; }
span { border-color: rgb(227,114,245); }
td.TdClassName
{
border-color: #E372F5;
}
.TagClassName
{
border-color: #E372F5;
}
</style>