Shades of Heliotrope #E053FA
Tints of Heliotrope #E053FA
RGB
CMYK
RGB Variations
Color information
#E053FA (or 0xE053FA) is known color: Heliotrope. HEX triplet: E0, 53 and FA. RGB value is (224,83,250). Sum of RGB (Red+Green+Blue) = 224+83+250=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E053FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E053FA is #1FAC05. Grayscale: #8F8F8F. Windows color (decimal): -2075654 or 16405472. OLE color: 16405472.
HSL color Cylindrical-coordinate representation of color #E053FA: hue angle of 290.66º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E053FA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 83 | 250 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.02 |
| HSL | 290.66º | 0.94% | 0.65% | - |
| HSV(B) | 290.66º | 0.67% | 0.98% | - |
| XYZ | 51.09 | 28.94 | 93.33 | - |
| YUV | 144.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 250 | 0.10 | 0.67 | 0 | 0.02 | 290.66 | 0.94 | 0.65 |
| Hex | E0 | 53 | FA | A | 43 | 0 | 2 | 123 | 5E | 41 |
| Octal | 340 | 123 | 372 | 12 | 103 | 0 | 2 | 443 | 136 | 101 |
| Binary | 11100000 | 1010011 | 11111010 | 1010 | 1000011 | 0 | 10 | 100100011 | 1011110 | 1000001 |
Color Harmonies of #E053FA
Complementary color
Monochromatic Colors of #E053FA
Black with #E053FA
Text Example
Text Example
White with #E053FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053FA; }
p { color: rgb(224,83,250); }
H1.HeaderClassName
{
color: #E053FA;
}
.AnyTagClassName
{
color: #E053FA;
}
</style>
background-color css
<style>
a { background-color: #E053FA; }
a { background-color: rgb(224,83,250); }
div.DivClassName
{
background-color: #E053FA;
}
.BgClassName
{
background-color: #E053FA;
}
</style>
border-color css
<style>
span { border-color: #E053FA; }
span { border-color: rgb(224,83,250); }
td.TdClassName
{
border-color: #E053FA;
}
.TagClassName
{
border-color: #E053FA;
}
</style>