Shades of Heliotrope #E574FF
Tints of Heliotrope #E574FF
RGB
CMYK
RGB Variations
Color information
#E574FF (or 0xE574FF) is known color: Heliotrope. HEX triplet: E5, 74 and FF. RGB value is (229,116,255). Sum of RGB (Red+Green+Blue) = 229+116+255=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 116 (45.70% from 255 or 19.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E574FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E574FF is #1A8B00. Grayscale: #A5A5A5. Windows color (decimal): -1739521 or 16741605. OLE color: 16741605.
HSL color Cylindrical-coordinate representation of color #E574FF: hue angle of 288.78º 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 #E574FF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 116 | 255 | - |
| CMYK | 0.10 | 0.55 | 0 | 0 |
| HSL | 288.78º | 1% | 0.73% | - |
| HSV(B) | 288.78º | 0.55% | 1% | - |
| XYZ | 56.61 | 36.37 | 98.64 | - |
| YUV | 165.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 255 | 0.10 | 0.55 | 0 | 0 | 288.78 | 1 | 0.73 |
| Hex | E5 | 74 | FF | A | 37 | 0 | 0 | 121 | 64 | 49 |
| Octal | 345 | 164 | 377 | 12 | 67 | 0 | 0 | 441 | 144 | 111 |
| Binary | 11100101 | 1110100 | 11111111 | 1010 | 110111 | 0 | 0 | 100100001 | 1100100 | 1001001 |
Color Harmonies of #E574FF
Complementary color
Monochromatic Colors of #E574FF
Black with #E574FF
Text Example
Text Example
White with #E574FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574FF; }
p { color: rgb(229,116,255); }
H1.HeaderClassName
{
color: #E574FF;
}
.AnyTagClassName
{
color: #E574FF;
}
</style>
background-color css
<style>
a { background-color: #E574FF; }
a { background-color: rgb(229,116,255); }
div.DivClassName
{
background-color: #E574FF;
}
.BgClassName
{
background-color: #E574FF;
}
</style>
border-color css
<style>
span { border-color: #E574FF; }
span { border-color: rgb(229,116,255); }
td.TdClassName
{
border-color: #E574FF;
}
.TagClassName
{
border-color: #E574FF;
}
</style>