Shades of Heliotrope #E65DFE
Tints of Heliotrope #E65DFE
RGB
CMYK
RGB Variations
Color information
#E65DFE (or 0xE65DFE) is known color: Heliotrope. HEX triplet: E6, 5D and FE. RGB value is (230,93,254). Sum of RGB (Red+Green+Blue) = 230+93+254=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #E65DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DFE is #19A201. Grayscale: #979797. Windows color (decimal): -1679874 or 16670182. OLE color: 16670182.
HSL color Cylindrical-coordinate representation of color #E65DFE: hue angle of 291.06º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65DFE is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 93 | 254 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.00 |
| HSL | 291.06º | 0.99% | 0.68% | - |
| HSV(B) | 291.06º | 0.63% | 1% | - |
| XYZ | 54.44 | 31.81 | 97.04 | - |
| YUV | 152.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 254 | 0.09 | 0.63 | 0 | 0.00 | 291.06 | 0.99 | 0.68 |
| Hex | E6 | 5D | FE | 9 | 3F | 0 | 0 | 123 | 63 | 44 |
| Octal | 346 | 135 | 376 | 11 | 77 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100110 | 1011101 | 11111110 | 1001 | 111111 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E65DFE
Complementary color
Monochromatic Colors of #E65DFE
Black with #E65DFE
Text Example
Text Example
White with #E65DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DFE; }
p { color: rgb(230,93,254); }
H1.HeaderClassName
{
color: #E65DFE;
}
.AnyTagClassName
{
color: #E65DFE;
}
</style>
background-color css
<style>
a { background-color: #E65DFE; }
a { background-color: rgb(230,93,254); }
div.DivClassName
{
background-color: #E65DFE;
}
.BgClassName
{
background-color: #E65DFE;
}
</style>
border-color css
<style>
span { border-color: #E65DFE; }
span { border-color: rgb(230,93,254); }
td.TdClassName
{
border-color: #E65DFE;
}
.TagClassName
{
border-color: #E65DFE;
}
</style>