Shades of Heliotrope #E573FE
Tints of Heliotrope #E573FE
RGB
CMYK
RGB Variations
Color information
#E573FE (or 0xE573FE) is known color: Heliotrope. HEX triplet: E5, 73 and FE. RGB value is (229,115,254). Sum of RGB (Red+Green+Blue) = 229+115+254=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #E573FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E573FE is #1A8C01. Grayscale: #A4A4A4. Windows color (decimal): -1739778 or 16675813. OLE color: 16675813.
HSL color Cylindrical-coordinate representation of color #E573FE: hue angle of 289.21º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E573FE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 115 | 254 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.00 |
| HSL | 289.21º | 0.99% | 0.72% | - |
| HSV(B) | 289.21º | 0.55% | 1% | - |
| XYZ | 56.33 | 36.08 | 97.76 | - |
| YUV | 164.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 254 | 0.10 | 0.55 | 0 | 0.00 | 289.21 | 0.99 | 0.72 |
| Hex | E5 | 73 | FE | A | 37 | 0 | 0 | 121 | 63 | 48 |
| Octal | 345 | 163 | 376 | 12 | 67 | 0 | 0 | 441 | 143 | 110 |
| Binary | 11100101 | 1110011 | 11111110 | 1010 | 110111 | 0 | 0 | 100100001 | 1100011 | 1001000 |
Color Harmonies of #E573FE
Complementary color
Monochromatic Colors of #E573FE
Black with #E573FE
Text Example
Text Example
White with #E573FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573FE; }
p { color: rgb(229,115,254); }
H1.HeaderClassName
{
color: #E573FE;
}
.AnyTagClassName
{
color: #E573FE;
}
</style>
background-color css
<style>
a { background-color: #E573FE; }
a { background-color: rgb(229,115,254); }
div.DivClassName
{
background-color: #E573FE;
}
.BgClassName
{
background-color: #E573FE;
}
</style>
border-color css
<style>
span { border-color: #E573FE; }
span { border-color: rgb(229,115,254); }
td.TdClassName
{
border-color: #E573FE;
}
.TagClassName
{
border-color: #E573FE;
}
</style>