Shades of Heliotrope #E762F0
Tints of Heliotrope #E762F0
RGB
CMYK
RGB Variations
Color information
#E762F0 (or 0xE762F0) is known color: Heliotrope. HEX triplet: E7, 62 and F0. RGB value is (231,98,240). Sum of RGB (Red+Green+Blue) = 231+98+240=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #E762F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E762F0 is #189D0F. Grayscale: #999999. Windows color (decimal): -1613072 or 15753959. OLE color: 15753959.
HSL color Cylindrical-coordinate representation of color #E762F0: hue angle of 296.2º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E762F0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 98 | 240 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.06 |
| HSL | 296.2º | 0.83% | 0.66% | - |
| HSV(B) | 296.2º | 0.59% | 0.94% | - |
| XYZ | 53.05 | 32.02 | 85.82 | - |
| YUV | 153.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 240 | 0.04 | 0.59 | 0 | 0.06 | 296.2 | 0.83 | 0.66 |
| Hex | E7 | 62 | F0 | 4 | 3B | 0 | 6 | 128 | 53 | 42 |
| Octal | 347 | 142 | 360 | 4 | 73 | 0 | 6 | 450 | 123 | 102 |
| Binary | 11100111 | 1100010 | 11110000 | 100 | 111011 | 0 | 110 | 100101000 | 1010011 | 1000010 |
Color Harmonies of #E762F0
Complementary color
Monochromatic Colors of #E762F0
Black with #E762F0
Text Example
Text Example
White with #E762F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762F0; }
p { color: rgb(231,98,240); }
H1.HeaderClassName
{
color: #E762F0;
}
.AnyTagClassName
{
color: #E762F0;
}
</style>
background-color css
<style>
a { background-color: #E762F0; }
a { background-color: rgb(231,98,240); }
div.DivClassName
{
background-color: #E762F0;
}
.BgClassName
{
background-color: #E762F0;
}
</style>
border-color css
<style>
span { border-color: #E762F0; }
span { border-color: rgb(231,98,240); }
td.TdClassName
{
border-color: #E762F0;
}
.TagClassName
{
border-color: #E762F0;
}
</style>