Shades of Heliotrope #E573FF
Tints of Heliotrope #E573FF
RGB
CMYK
RGB Variations
Color information
#E573FF (or 0xE573FF) is known color: Heliotrope. HEX triplet: E5, 73 and FF. RGB value is (229,115,255). Sum of RGB (Red+Green+Blue) = 229+115+255=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 115 (45.31% from 255 or 19.20% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #E573FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E573FF is #1A8C00. Grayscale: #A4A4A4. Windows color (decimal): -1739777 or 16741349. OLE color: 16741349.
HSL color Cylindrical-coordinate representation of color #E573FF: hue angle of 288.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E573FF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 115 | 255 | - |
| CMYK | 0.10 | 0.55 | 0 | 0 |
| HSL | 288.86º | 1% | 0.73% | - |
| HSV(B) | 288.86º | 0.55% | 1% | - |
| XYZ | 56.49 | 36.14 | 98.61 | - |
| YUV | 165.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 255 | 0.10 | 0.55 | 0 | 0 | 288.86 | 1 | 0.73 |
| Hex | E5 | 73 | FF | A | 37 | 0 | 0 | 121 | 64 | 49 |
| Octal | 345 | 163 | 377 | 12 | 67 | 0 | 0 | 441 | 144 | 111 |
| Binary | 11100101 | 1110011 | 11111111 | 1010 | 110111 | 0 | 0 | 100100001 | 1100100 | 1001001 |
Color Harmonies of #E573FF
Complementary color
Monochromatic Colors of #E573FF
Black with #E573FF
Text Example
Text Example
White with #E573FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573FF; }
p { color: rgb(229,115,255); }
H1.HeaderClassName
{
color: #E573FF;
}
.AnyTagClassName
{
color: #E573FF;
}
</style>
background-color css
<style>
a { background-color: #E573FF; }
a { background-color: rgb(229,115,255); }
div.DivClassName
{
background-color: #E573FF;
}
.BgClassName
{
background-color: #E573FF;
}
</style>
border-color css
<style>
span { border-color: #E573FF; }
span { border-color: rgb(229,115,255); }
td.TdClassName
{
border-color: #E573FF;
}
.TagClassName
{
border-color: #E573FF;
}
</style>