Shades of Heliotrope #E765F0
Tints of Heliotrope #E765F0
RGB
CMYK
RGB Variations
Color information
#E765F0 (or 0xE765F0) is known color: Heliotrope. HEX triplet: E7, 65 and F0. RGB value is (231,101,240). Sum of RGB (Red+Green+Blue) = 231+101+240=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #E765F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765F0 is #189A0F. Grayscale: #9B9B9B. Windows color (decimal): -1612304 or 15754727. OLE color: 15754727.
HSL color Cylindrical-coordinate representation of color #E765F0: hue angle of 296.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E765F0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 101 | 240 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.06 |
| HSL | 296.12º | 0.82% | 0.67% | - |
| HSV(B) | 296.12º | 0.58% | 0.94% | - |
| XYZ | 53.34 | 32.59 | 85.92 | - |
| YUV | 155.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 240 | 0.04 | 0.58 | 0 | 0.06 | 296.12 | 0.82 | 0.67 |
| Hex | E7 | 65 | F0 | 4 | 3A | 0 | 6 | 128 | 52 | 43 |
| Octal | 347 | 145 | 360 | 4 | 72 | 0 | 6 | 450 | 122 | 103 |
| Binary | 11100111 | 1100101 | 11110000 | 100 | 111010 | 0 | 110 | 100101000 | 1010010 | 1000011 |
Color Harmonies of #E765F0
Complementary color
Monochromatic Colors of #E765F0
Black with #E765F0
Text Example
Text Example
White with #E765F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765F0; }
p { color: rgb(231,101,240); }
H1.HeaderClassName
{
color: #E765F0;
}
.AnyTagClassName
{
color: #E765F0;
}
</style>
background-color css
<style>
a { background-color: #E765F0; }
a { background-color: rgb(231,101,240); }
div.DivClassName
{
background-color: #E765F0;
}
.BgClassName
{
background-color: #E765F0;
}
</style>
border-color css
<style>
span { border-color: #E765F0; }
span { border-color: rgb(231,101,240); }
td.TdClassName
{
border-color: #E765F0;
}
.TagClassName
{
border-color: #E765F0;
}
</style>