Shades of Heliotrope #E66BF0
Tints of Heliotrope #E66BF0
RGB
CMYK
RGB Variations
Color information
#E66BF0 (or 0xE66BF0) is known color: Heliotrope. HEX triplet: E6, 6B and F0. RGB value is (230,107,240). Sum of RGB (Red+Green+Blue) = 230+107+240=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #E66BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66BF0 is #19940F. Grayscale: #9E9E9E. Windows color (decimal): -1676304 or 15756262. OLE color: 15756262.
HSL color Cylindrical-coordinate representation of color #E66BF0: hue angle of 295.49º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66BF0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 107 | 240 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.06 |
| HSL | 295.49º | 0.82% | 0.68% | - |
| HSV(B) | 295.49º | 0.55% | 0.94% | - |
| XYZ | 53.62 | 33.63 | 86.1 | - |
| YUV | 158.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 240 | 0.04 | 0.55 | 0 | 0.06 | 295.49 | 0.82 | 0.68 |
| Hex | E6 | 6B | F0 | 4 | 37 | 0 | 6 | 127 | 52 | 44 |
| Octal | 346 | 153 | 360 | 4 | 67 | 0 | 6 | 447 | 122 | 104 |
| Binary | 11100110 | 1101011 | 11110000 | 100 | 110111 | 0 | 110 | 100100111 | 1010010 | 1000100 |
Color Harmonies of #E66BF0
Complementary color
Monochromatic Colors of #E66BF0
Black with #E66BF0
Text Example
Text Example
White with #E66BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BF0; }
p { color: rgb(230,107,240); }
H1.HeaderClassName
{
color: #E66BF0;
}
.AnyTagClassName
{
color: #E66BF0;
}
</style>
background-color css
<style>
a { background-color: #E66BF0; }
a { background-color: rgb(230,107,240); }
div.DivClassName
{
background-color: #E66BF0;
}
.BgClassName
{
background-color: #E66BF0;
}
</style>
border-color css
<style>
span { border-color: #E66BF0; }
span { border-color: rgb(230,107,240); }
td.TdClassName
{
border-color: #E66BF0;
}
.TagClassName
{
border-color: #E66BF0;
}
</style>