Shades of Heliotrope #E575FF
Tints of Heliotrope #E575FF
RGB
CMYK
RGB Variations
Color information
#E575FF (or 0xE575FF) is known color: Heliotrope. HEX triplet: E5, 75 and FF. RGB value is (229,117,255). Sum of RGB (Red+Green+Blue) = 229+117+255=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 117 (46.09% from 255 or 19.47% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #E575FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575FF is #1A8A00. Grayscale: #A5A5A5. Windows color (decimal): -1739265 or 16741861. OLE color: 16741861.
HSL color Cylindrical-coordinate representation of color #E575FF: hue angle of 288.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E575FF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 117 | 255 | - |
| CMYK | 0.10 | 0.54 | 0 | 0 |
| HSL | 288.7º | 1% | 0.73% | - |
| HSV(B) | 288.7º | 0.54% | 1% | - |
| XYZ | 56.72 | 36.6 | 98.68 | - |
| YUV | 166.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 255 | 0.10 | 0.54 | 0 | 0 | 288.7 | 1 | 0.73 |
| Hex | E5 | 75 | FF | A | 36 | 0 | 0 | 121 | 64 | 49 |
| Octal | 345 | 165 | 377 | 12 | 66 | 0 | 0 | 441 | 144 | 111 |
| Binary | 11100101 | 1110101 | 11111111 | 1010 | 110110 | 0 | 0 | 100100001 | 1100100 | 1001001 |
Color Harmonies of #E575FF
Complementary color
Monochromatic Colors of #E575FF
Black with #E575FF
Text Example
Text Example
White with #E575FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575FF; }
p { color: rgb(229,117,255); }
H1.HeaderClassName
{
color: #E575FF;
}
.AnyTagClassName
{
color: #E575FF;
}
</style>
background-color css
<style>
a { background-color: #E575FF; }
a { background-color: rgb(229,117,255); }
div.DivClassName
{
background-color: #E575FF;
}
.BgClassName
{
background-color: #E575FF;
}
</style>
border-color css
<style>
span { border-color: #E575FF; }
span { border-color: rgb(229,117,255); }
td.TdClassName
{
border-color: #E575FF;
}
.TagClassName
{
border-color: #E575FF;
}
</style>