Shades of Heliotrope #E069FA
Tints of Heliotrope #E069FA
RGB
CMYK
RGB Variations
Color information
#E069FA (or 0xE069FA) is known color: Heliotrope. HEX triplet: E0, 69 and FA. RGB value is (224,105,250). Sum of RGB (Red+Green+Blue) = 224+105+250=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 105 (41.41% from 255 or 18.13% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #E069FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069FA is #1F9605. Grayscale: #9C9C9C. Windows color (decimal): -2070022 or 16411104. OLE color: 16411104.
HSL color Cylindrical-coordinate representation of color #E069FA: hue angle of 289.24º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E069FA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 105 | 250 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.02 |
| HSL | 289.24º | 0.94% | 0.7% | - |
| HSV(B) | 289.24º | 0.58% | 0.98% | - |
| XYZ | 53.05 | 32.85 | 93.99 | - |
| YUV | 157.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 250 | 0.10 | 0.58 | 0 | 0.02 | 289.24 | 0.94 | 0.7 |
| Hex | E0 | 69 | FA | A | 3A | 0 | 2 | 121 | 5E | 46 |
| Octal | 340 | 151 | 372 | 12 | 72 | 0 | 2 | 441 | 136 | 106 |
| Binary | 11100000 | 1101001 | 11111010 | 1010 | 111010 | 0 | 10 | 100100001 | 1011110 | 1000110 |
Color Harmonies of #E069FA
Complementary color
Monochromatic Colors of #E069FA
Black with #E069FA
Text Example
Text Example
White with #E069FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069FA; }
p { color: rgb(224,105,250); }
H1.HeaderClassName
{
color: #E069FA;
}
.AnyTagClassName
{
color: #E069FA;
}
</style>
background-color css
<style>
a { background-color: #E069FA; }
a { background-color: rgb(224,105,250); }
div.DivClassName
{
background-color: #E069FA;
}
.BgClassName
{
background-color: #E069FA;
}
</style>
border-color css
<style>
span { border-color: #E069FA; }
span { border-color: rgb(224,105,250); }
td.TdClassName
{
border-color: #E069FA;
}
.TagClassName
{
border-color: #E069FA;
}
</style>