Shades of Heliotrope #E069F1
Tints of Heliotrope #E069F1
RGB
CMYK
RGB Variations
Color information
#E069F1 (or 0xE069F1) is known color: Heliotrope. HEX triplet: E0, 69 and F1. RGB value is (224,105,241). Sum of RGB (Red+Green+Blue) = 224+105+241=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #E069F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069F1 is #1F960E. Grayscale: #9B9B9B. Windows color (decimal): -2070031 or 15821280. OLE color: 15821280.
HSL color Cylindrical-coordinate representation of color #E069F1: hue angle of 292.5º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E069F1 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 105 | 241 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.05 |
| HSL | 292.5º | 0.83% | 0.68% | - |
| HSV(B) | 292.5º | 0.56% | 0.95% | - |
| XYZ | 51.67 | 32.3 | 86.73 | - |
| YUV | 156.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 241 | 0.07 | 0.56 | 0 | 0.05 | 292.5 | 0.83 | 0.68 |
| Hex | E0 | 69 | F1 | 7 | 38 | 0 | 5 | 124 | 53 | 44 |
| Octal | 340 | 151 | 361 | 7 | 70 | 0 | 5 | 444 | 123 | 104 |
| Binary | 11100000 | 1101001 | 11110001 | 111 | 111000 | 0 | 101 | 100100100 | 1010011 | 1000100 |
Color Harmonies of #E069F1
Complementary color
Monochromatic Colors of #E069F1
Black with #E069F1
Text Example
Text Example
White with #E069F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069F1; }
p { color: rgb(224,105,241); }
H1.HeaderClassName
{
color: #E069F1;
}
.AnyTagClassName
{
color: #E069F1;
}
</style>
background-color css
<style>
a { background-color: #E069F1; }
a { background-color: rgb(224,105,241); }
div.DivClassName
{
background-color: #E069F1;
}
.BgClassName
{
background-color: #E069F1;
}
</style>
border-color css
<style>
span { border-color: #E069F1; }
span { border-color: rgb(224,105,241); }
td.TdClassName
{
border-color: #E069F1;
}
.TagClassName
{
border-color: #E069F1;
}
</style>