Shades of Heliotrope #E65AFB
Tints of Heliotrope #E65AFB
RGB
CMYK
RGB Variations
Color information
#E65AFB (or 0xE65AFB) is known color: Heliotrope. HEX triplet: E6, 5A and FB. RGB value is (230,90,251). Sum of RGB (Red+Green+Blue) = 230+90+251=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #E65AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AFB is #19A504. Grayscale: #959595. Windows color (decimal): -1680645 or 16472806. OLE color: 16472806.
HSL color Cylindrical-coordinate representation of color #E65AFB: hue angle of 292.17º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65AFB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 90 | 251 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.02 |
| HSL | 292.17º | 0.95% | 0.67% | - |
| HSV(B) | 292.17º | 0.64% | 0.98% | - |
| XYZ | 53.7 | 31.1 | 94.44 | - |
| YUV | 150.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 251 | 0.08 | 0.64 | 0 | 0.02 | 292.17 | 0.95 | 0.67 |
| Hex | E6 | 5A | FB | 8 | 40 | 0 | 2 | 124 | 5F | 43 |
| Octal | 346 | 132 | 373 | 10 | 100 | 0 | 2 | 444 | 137 | 103 |
| Binary | 11100110 | 1011010 | 11111011 | 1000 | 1000000 | 0 | 10 | 100100100 | 1011111 | 1000011 |
Color Harmonies of #E65AFB
Complementary color
Monochromatic Colors of #E65AFB
Black with #E65AFB
Text Example
Text Example
White with #E65AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AFB; }
p { color: rgb(230,90,251); }
H1.HeaderClassName
{
color: #E65AFB;
}
.AnyTagClassName
{
color: #E65AFB;
}
</style>
background-color css
<style>
a { background-color: #E65AFB; }
a { background-color: rgb(230,90,251); }
div.DivClassName
{
background-color: #E65AFB;
}
.BgClassName
{
background-color: #E65AFB;
}
</style>
border-color css
<style>
span { border-color: #E65AFB; }
span { border-color: rgb(230,90,251); }
td.TdClassName
{
border-color: #E65AFB;
}
.TagClassName
{
border-color: #E65AFB;
}
</style>