Shades of Heliotrope #E572F5
Tints of Heliotrope #E572F5
RGB
CMYK
RGB Variations
Color information
#E572F5 (or 0xE572F5) is known color: Heliotrope. HEX triplet: E5, 72 and F5. RGB value is (229,114,245). Sum of RGB (Red+Green+Blue) = 229+114+245=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #E572F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572F5 is #1A8D0A. Grayscale: #A2A2A2. Windows color (decimal): -1740043 or 16085733. OLE color: 16085733.
HSL color Cylindrical-coordinate representation of color #E572F5: hue angle of 292.67º 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 #E572F5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 114 | 245 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.04 |
| HSL | 292.67º | 0.87% | 0.7% | - |
| HSV(B) | 292.67º | 0.53% | 0.96% | - |
| XYZ | 54.81 | 35.29 | 90.31 | - |
| YUV | 163.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 245 | 0.07 | 0.53 | 0 | 0.04 | 292.67 | 0.87 | 0.7 |
| Hex | E5 | 72 | F5 | 7 | 35 | 0 | 4 | 125 | 57 | 46 |
| Octal | 345 | 162 | 365 | 7 | 65 | 0 | 4 | 445 | 127 | 106 |
| Binary | 11100101 | 1110010 | 11110101 | 111 | 110101 | 0 | 100 | 100100101 | 1010111 | 1000110 |
Color Harmonies of #E572F5
Complementary color
Monochromatic Colors of #E572F5
Black with #E572F5
Text Example
Text Example
White with #E572F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572F5; }
p { color: rgb(229,114,245); }
H1.HeaderClassName
{
color: #E572F5;
}
.AnyTagClassName
{
color: #E572F5;
}
</style>
background-color css
<style>
a { background-color: #E572F5; }
a { background-color: rgb(229,114,245); }
div.DivClassName
{
background-color: #E572F5;
}
.BgClassName
{
background-color: #E572F5;
}
</style>
border-color css
<style>
span { border-color: #E572F5; }
span { border-color: rgb(229,114,245); }
td.TdClassName
{
border-color: #E572F5;
}
.TagClassName
{
border-color: #E572F5;
}
</style>