Shades of Heliotrope #E065F1
Tints of Heliotrope #E065F1
RGB
CMYK
RGB Variations
Color information
#E065F1 (or 0xE065F1) is known color: Heliotrope. HEX triplet: E0, 65 and F1. RGB value is (224,101,241). Sum of RGB (Red+Green+Blue) = 224+101+241=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #E065F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065F1 is #1F9A0E. Grayscale: #999999. Windows color (decimal): -2071055 or 15820256. OLE color: 15820256.
HSL color Cylindrical-coordinate representation of color #E065F1: hue angle of 292.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E065F1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 101 | 241 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.05 |
| HSL | 292.71º | 0.83% | 0.67% | - |
| HSV(B) | 292.71º | 0.58% | 0.95% | - |
| XYZ | 51.27 | 31.51 | 86.6 | - |
| YUV | 153.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 241 | 0.07 | 0.58 | 0 | 0.05 | 292.71 | 0.83 | 0.67 |
| Hex | E0 | 65 | F1 | 7 | 3A | 0 | 5 | 125 | 53 | 43 |
| Octal | 340 | 145 | 361 | 7 | 72 | 0 | 5 | 445 | 123 | 103 |
| Binary | 11100000 | 1100101 | 11110001 | 111 | 111010 | 0 | 101 | 100100101 | 1010011 | 1000011 |
Color Harmonies of #E065F1
Complementary color
Monochromatic Colors of #E065F1
Black with #E065F1
Text Example
Text Example
White with #E065F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065F1; }
p { color: rgb(224,101,241); }
H1.HeaderClassName
{
color: #E065F1;
}
.AnyTagClassName
{
color: #E065F1;
}
</style>
background-color css
<style>
a { background-color: #E065F1; }
a { background-color: rgb(224,101,241); }
div.DivClassName
{
background-color: #E065F1;
}
.BgClassName
{
background-color: #E065F1;
}
</style>
border-color css
<style>
span { border-color: #E065F1; }
span { border-color: rgb(224,101,241); }
td.TdClassName
{
border-color: #E065F1;
}
.TagClassName
{
border-color: #E065F1;
}
</style>