Shades of Heliotrope #E570FF
Tints of Heliotrope #E570FF
RGB
CMYK
RGB Variations
Color information
#E570FF (or 0xE570FF) is known color: Heliotrope. HEX triplet: E5, 70 and FF. RGB value is (229,112,255). Sum of RGB (Red+Green+Blue) = 229+112+255=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #E570FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E570FF is #1A8F00. Grayscale: #A2A2A2. Windows color (decimal): -1740545 or 16740581. OLE color: 16740581.
HSL color Cylindrical-coordinate representation of color #E570FF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E570FF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 112 | 255 | - |
| CMYK | 0.10 | 0.56 | 0 | 0 |
| HSL | 289.09º | 1% | 0.72% | - |
| HSV(B) | 289.09º | 0.56% | 1% | - |
| XYZ | 56.16 | 35.47 | 98.49 | - |
| YUV | 163.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 255 | 0.10 | 0.56 | 0 | 0 | 289.09 | 1 | 0.72 |
| Hex | E5 | 70 | FF | A | 38 | 0 | 0 | 121 | 64 | 48 |
| Octal | 345 | 160 | 377 | 12 | 70 | 0 | 0 | 441 | 144 | 110 |
| Binary | 11100101 | 1110000 | 11111111 | 1010 | 111000 | 0 | 0 | 100100001 | 1100100 | 1001000 |
Color Harmonies of #E570FF
Complementary color
Monochromatic Colors of #E570FF
Black with #E570FF
Text Example
Text Example
White with #E570FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570FF; }
p { color: rgb(229,112,255); }
H1.HeaderClassName
{
color: #E570FF;
}
.AnyTagClassName
{
color: #E570FF;
}
</style>
background-color css
<style>
a { background-color: #E570FF; }
a { background-color: rgb(229,112,255); }
div.DivClassName
{
background-color: #E570FF;
}
.BgClassName
{
background-color: #E570FF;
}
</style>
border-color css
<style>
span { border-color: #E570FF; }
span { border-color: rgb(229,112,255); }
td.TdClassName
{
border-color: #E570FF;
}
.TagClassName
{
border-color: #E570FF;
}
</style>