Shades of Heliotrope #E65FF1
Tints of Heliotrope #E65FF1
RGB
CMYK
RGB Variations
Color information
#E65FF1 (or 0xE65FF1) is known color: Heliotrope. HEX triplet: E6, 5F and F1. RGB value is (230,95,241). Sum of RGB (Red+Green+Blue) = 230+95+241=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 95 (37.5% from 255 or 16.78% 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 #E65FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FF1 is #19A00E. Grayscale: #979797. Windows color (decimal): -1679375 or 15818726. OLE color: 15818726.
HSL color Cylindrical-coordinate representation of color #E65FF1: hue angle of 295.48º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65FF1 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 95 | 241 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.05 |
| HSL | 295.48º | 0.84% | 0.66% | - |
| HSV(B) | 295.48º | 0.61% | 0.95% | - |
| XYZ | 52.6 | 31.36 | 86.5 | - |
| YUV | 152.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 241 | 0.05 | 0.61 | 0 | 0.05 | 295.48 | 0.84 | 0.66 |
| Hex | E6 | 5F | F1 | 5 | 3D | 0 | 5 | 127 | 54 | 42 |
| Octal | 346 | 137 | 361 | 5 | 75 | 0 | 5 | 447 | 124 | 102 |
| Binary | 11100110 | 1011111 | 11110001 | 101 | 111101 | 0 | 101 | 100100111 | 1010100 | 1000010 |
Color Harmonies of #E65FF1
Complementary color
Monochromatic Colors of #E65FF1
Black with #E65FF1
Text Example
Text Example
White with #E65FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FF1; }
p { color: rgb(230,95,241); }
H1.HeaderClassName
{
color: #E65FF1;
}
.AnyTagClassName
{
color: #E65FF1;
}
</style>
background-color css
<style>
a { background-color: #E65FF1; }
a { background-color: rgb(230,95,241); }
div.DivClassName
{
background-color: #E65FF1;
}
.BgClassName
{
background-color: #E65FF1;
}
</style>
border-color css
<style>
span { border-color: #E65FF1; }
span { border-color: rgb(230,95,241); }
td.TdClassName
{
border-color: #E65FF1;
}
.TagClassName
{
border-color: #E65FF1;
}
</style>