Shades of Heliotrope #E461F7
Tints of Heliotrope #E461F7
RGB
CMYK
RGB Variations
Color information
#E461F7 (or 0xE461F7) is known color: Heliotrope. HEX triplet: E4, 61 and F7. RGB value is (228,97,247). Sum of RGB (Red+Green+Blue) = 228+97+247=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #E461F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E461F7 is #1B9E08. Grayscale: #989898. Windows color (decimal): -1809929 or 16212452. OLE color: 16212452.
HSL color Cylindrical-coordinate representation of color #E461F7: hue angle of 292.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E461F7 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 97 | 247 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.03 |
| HSL | 292.4º | 0.9% | 0.67% | - |
| HSV(B) | 292.4º | 0.61% | 0.97% | - |
| XYZ | 53.06 | 31.76 | 91.33 | - |
| YUV | 153.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 247 | 0.08 | 0.61 | 0 | 0.03 | 292.4 | 0.9 | 0.67 |
| Hex | E4 | 61 | F7 | 8 | 3D | 0 | 3 | 124 | 5A | 43 |
| Octal | 344 | 141 | 367 | 10 | 75 | 0 | 3 | 444 | 132 | 103 |
| Binary | 11100100 | 1100001 | 11110111 | 1000 | 111101 | 0 | 11 | 100100100 | 1011010 | 1000011 |
Color Harmonies of #E461F7
Complementary color
Monochromatic Colors of #E461F7
Black with #E461F7
Text Example
Text Example
White with #E461F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E461F7; }
p { color: rgb(228,97,247); }
H1.HeaderClassName
{
color: #E461F7;
}
.AnyTagClassName
{
color: #E461F7;
}
</style>
background-color css
<style>
a { background-color: #E461F7; }
a { background-color: rgb(228,97,247); }
div.DivClassName
{
background-color: #E461F7;
}
.BgClassName
{
background-color: #E461F7;
}
</style>
border-color css
<style>
span { border-color: #E461F7; }
span { border-color: rgb(228,97,247); }
td.TdClassName
{
border-color: #E461F7;
}
.TagClassName
{
border-color: #E461F7;
}
</style>