Shades of Heliotrope #E762F9
Tints of Heliotrope #E762F9
RGB
CMYK
RGB Variations
Color information
#E762F9 (or 0xE762F9) is known color: Heliotrope. HEX triplet: E7, 62 and F9. RGB value is (231,98,249). Sum of RGB (Red+Green+Blue) = 231+98+249=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 98 (38.67% from 255 or 16.96% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #E762F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E762F9 is #189D06. Grayscale: #9A9A9A. Windows color (decimal): -1613063 or 16343783. OLE color: 16343783.
HSL color Cylindrical-coordinate representation of color #E762F9: hue angle of 292.85º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E762F9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 98 | 249 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.02 |
| HSL | 292.85º | 0.93% | 0.68% | - |
| HSV(B) | 292.85º | 0.61% | 0.98% | - |
| XYZ | 54.42 | 32.56 | 93.04 | - |
| YUV | 154.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 249 | 0.07 | 0.61 | 0 | 0.02 | 292.85 | 0.93 | 0.68 |
| Hex | E7 | 62 | F9 | 7 | 3D | 0 | 2 | 125 | 5D | 44 |
| Octal | 347 | 142 | 371 | 7 | 75 | 0 | 2 | 445 | 135 | 104 |
| Binary | 11100111 | 1100010 | 11111001 | 111 | 111101 | 0 | 10 | 100100101 | 1011101 | 1000100 |
Color Harmonies of #E762F9
Complementary color
Monochromatic Colors of #E762F9
Black with #E762F9
Text Example
Text Example
White with #E762F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762F9; }
p { color: rgb(231,98,249); }
H1.HeaderClassName
{
color: #E762F9;
}
.AnyTagClassName
{
color: #E762F9;
}
</style>
background-color css
<style>
a { background-color: #E762F9; }
a { background-color: rgb(231,98,249); }
div.DivClassName
{
background-color: #E762F9;
}
.BgClassName
{
background-color: #E762F9;
}
</style>
border-color css
<style>
span { border-color: #E762F9; }
span { border-color: rgb(231,98,249); }
td.TdClassName
{
border-color: #E762F9;
}
.TagClassName
{
border-color: #E762F9;
}
</style>