Shades of Heliotrope #E65CFE
Tints of Heliotrope #E65CFE
RGB
CMYK
RGB Variations
Color information
#E65CFE (or 0xE65CFE) is known color: Heliotrope. HEX triplet: E6, 5C and FE. RGB value is (230,92,254). Sum of RGB (Red+Green+Blue) = 230+92+254=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E65CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65CFE is #19A301. Grayscale: #979797. Windows color (decimal): -1680130 or 16669926. OLE color: 16669926.
HSL color Cylindrical-coordinate representation of color #E65CFE: hue angle of 291.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65CFE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 92 | 254 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.00 |
| HSL | 291.11º | 0.99% | 0.68% | - |
| HSV(B) | 291.11º | 0.64% | 1% | - |
| XYZ | 54.35 | 31.63 | 97.01 | - |
| YUV | 151.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 254 | 0.09 | 0.64 | 0 | 0.00 | 291.11 | 0.99 | 0.68 |
| Hex | E6 | 5C | FE | 9 | 40 | 0 | 0 | 123 | 63 | 44 |
| Octal | 346 | 134 | 376 | 11 | 100 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100110 | 1011100 | 11111110 | 1001 | 1000000 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E65CFE
Complementary color
Monochromatic Colors of #E65CFE
Black with #E65CFE
Text Example
Text Example
White with #E65CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CFE; }
p { color: rgb(230,92,254); }
H1.HeaderClassName
{
color: #E65CFE;
}
.AnyTagClassName
{
color: #E65CFE;
}
</style>
background-color css
<style>
a { background-color: #E65CFE; }
a { background-color: rgb(230,92,254); }
div.DivClassName
{
background-color: #E65CFE;
}
.BgClassName
{
background-color: #E65CFE;
}
</style>
border-color css
<style>
span { border-color: #E65CFE; }
span { border-color: rgb(230,92,254); }
td.TdClassName
{
border-color: #E65CFE;
}
.TagClassName
{
border-color: #E65CFE;
}
</style>