Shades of Heliotrope #E665F9
Tints of Heliotrope #E665F9
RGB
CMYK
RGB Variations
Color information
#E665F9 (or 0xE665F9) is known color: Heliotrope. HEX triplet: E6, 65 and F9. RGB value is (230,101,249). Sum of RGB (Red+Green+Blue) = 230+101+249=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #E665F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E665F9 is #199A06. Grayscale: #9B9B9B. Windows color (decimal): -1677831 or 16344550. OLE color: 16344550.
HSL color Cylindrical-coordinate representation of color #E665F9: hue angle of 292.3º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E665F9 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 101 | 249 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.02 |
| HSL | 292.3º | 0.93% | 0.69% | - |
| HSV(B) | 292.3º | 0.59% | 0.98% | - |
| XYZ | 54.39 | 32.97 | 93.12 | - |
| YUV | 156.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 249 | 0.08 | 0.59 | 0 | 0.02 | 292.3 | 0.93 | 0.69 |
| Hex | E6 | 65 | F9 | 8 | 3B | 0 | 2 | 124 | 5C | 45 |
| Octal | 346 | 145 | 371 | 10 | 73 | 0 | 2 | 444 | 134 | 105 |
| Binary | 11100110 | 1100101 | 11111001 | 1000 | 111011 | 0 | 10 | 100100100 | 1011100 | 1000101 |
Color Harmonies of #E665F9
Complementary color
Monochromatic Colors of #E665F9
Black with #E665F9
Text Example
Text Example
White with #E665F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665F9; }
p { color: rgb(230,101,249); }
H1.HeaderClassName
{
color: #E665F9;
}
.AnyTagClassName
{
color: #E665F9;
}
</style>
background-color css
<style>
a { background-color: #E665F9; }
a { background-color: rgb(230,101,249); }
div.DivClassName
{
background-color: #E665F9;
}
.BgClassName
{
background-color: #E665F9;
}
</style>
border-color css
<style>
span { border-color: #E665F9; }
span { border-color: rgb(230,101,249); }
td.TdClassName
{
border-color: #E665F9;
}
.TagClassName
{
border-color: #E665F9;
}
</style>