Shades of Heliotrope #E65CF4
Tints of Heliotrope #E65CF4
RGB
CMYK
RGB Variations
Color information
#E65CF4 (or 0xE65CF4) is known color: Heliotrope. HEX triplet: E6, 5C and F4. RGB value is (230,92,244). Sum of RGB (Red+Green+Blue) = 230+92+244=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #E65CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65CF4 is #19A30B. Grayscale: #969696. Windows color (decimal): -1680140 or 16014566. OLE color: 16014566.
HSL color Cylindrical-coordinate representation of color #E65CF4: hue angle of 294.47º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65CF4 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 92 | 244 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.04 |
| HSL | 294.47º | 0.87% | 0.66% | - |
| HSV(B) | 294.47º | 0.62% | 0.96% | - |
| XYZ | 52.79 | 31.01 | 88.79 | - |
| YUV | 150.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 244 | 0.06 | 0.62 | 0 | 0.04 | 294.47 | 0.87 | 0.66 |
| Hex | E6 | 5C | F4 | 6 | 3E | 0 | 4 | 126 | 57 | 42 |
| Octal | 346 | 134 | 364 | 6 | 76 | 0 | 4 | 446 | 127 | 102 |
| Binary | 11100110 | 1011100 | 11110100 | 110 | 111110 | 0 | 100 | 100100110 | 1010111 | 1000010 |
Color Harmonies of #E65CF4
Complementary color
Monochromatic Colors of #E65CF4
Black with #E65CF4
Text Example
Text Example
White with #E65CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CF4; }
p { color: rgb(230,92,244); }
H1.HeaderClassName
{
color: #E65CF4;
}
.AnyTagClassName
{
color: #E65CF4;
}
</style>
background-color css
<style>
a { background-color: #E65CF4; }
a { background-color: rgb(230,92,244); }
div.DivClassName
{
background-color: #E65CF4;
}
.BgClassName
{
background-color: #E65CF4;
}
</style>
border-color css
<style>
span { border-color: #E65CF4; }
span { border-color: rgb(230,92,244); }
td.TdClassName
{
border-color: #E65CF4;
}
.TagClassName
{
border-color: #E65CF4;
}
</style>