Shades of Heliotrope #E65CFB
Tints of Heliotrope #E65CFB
RGB
CMYK
RGB Variations
Color information
#E65CFB (or 0xE65CFB) is known color: Heliotrope. HEX triplet: E6, 5C and FB. RGB value is (230,92,251). Sum of RGB (Red+Green+Blue) = 230+92+251=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #E65CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65CFB is #19A304. Grayscale: #969696. Windows color (decimal): -1680133 or 16473318. OLE color: 16473318.
HSL color Cylindrical-coordinate representation of color #E65CFB: hue angle of 292.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65CFB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 92 | 251 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.02 |
| HSL | 292.08º | 0.95% | 0.67% | - |
| HSV(B) | 292.08º | 0.63% | 0.98% | - |
| XYZ | 53.87 | 31.44 | 94.5 | - |
| YUV | 151.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 251 | 0.08 | 0.63 | 0 | 0.02 | 292.08 | 0.95 | 0.67 |
| Hex | E6 | 5C | FB | 8 | 3F | 0 | 2 | 124 | 5F | 43 |
| Octal | 346 | 134 | 373 | 10 | 77 | 0 | 2 | 444 | 137 | 103 |
| Binary | 11100110 | 1011100 | 11111011 | 1000 | 111111 | 0 | 10 | 100100100 | 1011111 | 1000011 |
Color Harmonies of #E65CFB
Complementary color
Monochromatic Colors of #E65CFB
Black with #E65CFB
Text Example
Text Example
White with #E65CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CFB; }
p { color: rgb(230,92,251); }
H1.HeaderClassName
{
color: #E65CFB;
}
.AnyTagClassName
{
color: #E65CFB;
}
</style>
background-color css
<style>
a { background-color: #E65CFB; }
a { background-color: rgb(230,92,251); }
div.DivClassName
{
background-color: #E65CFB;
}
.BgClassName
{
background-color: #E65CFB;
}
</style>
border-color css
<style>
span { border-color: #E65CFB; }
span { border-color: rgb(230,92,251); }
td.TdClassName
{
border-color: #E65CFB;
}
.TagClassName
{
border-color: #E65CFB;
}
</style>