Shades of Heliotrope #E063F1
Tints of Heliotrope #E063F1
RGB
CMYK
RGB Variations
Color information
#E063F1 (or 0xE063F1) is known color: Heliotrope. HEX triplet: E0, 63 and F1. RGB value is (224,99,241). Sum of RGB (Red+Green+Blue) = 224+99+241=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #E063F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063F1 is #1F9C0E. Grayscale: #989898. Windows color (decimal): -2071567 or 15819744. OLE color: 15819744.
HSL color Cylindrical-coordinate representation of color #E063F1: hue angle of 292.82º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E063F1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 99 | 241 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.05 |
| HSL | 292.82º | 0.84% | 0.67% | - |
| HSV(B) | 292.82º | 0.59% | 0.95% | - |
| XYZ | 51.08 | 31.12 | 86.53 | - |
| YUV | 152.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 241 | 0.07 | 0.59 | 0 | 0.05 | 292.82 | 0.84 | 0.67 |
| Hex | E0 | 63 | F1 | 7 | 3B | 0 | 5 | 125 | 54 | 43 |
| Octal | 340 | 143 | 361 | 7 | 73 | 0 | 5 | 445 | 124 | 103 |
| Binary | 11100000 | 1100011 | 11110001 | 111 | 111011 | 0 | 101 | 100100101 | 1010100 | 1000011 |
Color Harmonies of #E063F1
Complementary color
Monochromatic Colors of #E063F1
Black with #E063F1
Text Example
Text Example
White with #E063F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063F1; }
p { color: rgb(224,99,241); }
H1.HeaderClassName
{
color: #E063F1;
}
.AnyTagClassName
{
color: #E063F1;
}
</style>
background-color css
<style>
a { background-color: #E063F1; }
a { background-color: rgb(224,99,241); }
div.DivClassName
{
background-color: #E063F1;
}
.BgClassName
{
background-color: #E063F1;
}
</style>
border-color css
<style>
span { border-color: #E063F1; }
span { border-color: rgb(224,99,241); }
td.TdClassName
{
border-color: #E063F1;
}
.TagClassName
{
border-color: #E063F1;
}
</style>