Shades of Heliotrope #E65AFE
Tints of Heliotrope #E65AFE
RGB
CMYK
RGB Variations
Color information
#E65AFE (or 0xE65AFE) is known color: Heliotrope. HEX triplet: E6, 5A and FE. RGB value is (230,90,254). Sum of RGB (Red+Green+Blue) = 230+90+254=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #E65AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AFE is #19A501. Grayscale: #969696. Windows color (decimal): -1680642 or 16669414. OLE color: 16669414.
HSL color Cylindrical-coordinate representation of color #E65AFE: hue angle of 291.22º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65AFE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 90 | 254 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.00 |
| HSL | 291.22º | 0.99% | 0.67% | - |
| HSV(B) | 291.22º | 0.65% | 1% | - |
| XYZ | 54.18 | 31.29 | 96.95 | - |
| YUV | 150.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 254 | 0.09 | 0.65 | 0 | 0.00 | 291.22 | 0.99 | 0.67 |
| Hex | E6 | 5A | FE | 9 | 41 | 0 | 0 | 123 | 63 | 43 |
| Octal | 346 | 132 | 376 | 11 | 101 | 0 | 0 | 443 | 143 | 103 |
| Binary | 11100110 | 1011010 | 11111110 | 1001 | 1000001 | 0 | 0 | 100100011 | 1100011 | 1000011 |
Color Harmonies of #E65AFE
Complementary color
Monochromatic Colors of #E65AFE
Black with #E65AFE
Text Example
Text Example
White with #E65AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AFE; }
p { color: rgb(230,90,254); }
H1.HeaderClassName
{
color: #E65AFE;
}
.AnyTagClassName
{
color: #E65AFE;
}
</style>
background-color css
<style>
a { background-color: #E65AFE; }
a { background-color: rgb(230,90,254); }
div.DivClassName
{
background-color: #E65AFE;
}
.BgClassName
{
background-color: #E65AFE;
}
</style>
border-color css
<style>
span { border-color: #E65AFE; }
span { border-color: rgb(230,90,254); }
td.TdClassName
{
border-color: #E65AFE;
}
.TagClassName
{
border-color: #E65AFE;
}
</style>