Shades of Heliotrope #E262F8
Tints of Heliotrope #E262F8
RGB
CMYK
RGB Variations
Color information
#E262F8 (or 0xE262F8) is known color: Heliotrope. HEX triplet: E2, 62 and F8. RGB value is (226,98,248). Sum of RGB (Red+Green+Blue) = 226+98+248=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 98 (38.67% from 255 or 17.13% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #E262F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262F8 is #1D9D07. Grayscale: #989898. Windows color (decimal): -1940744 or 16278242. OLE color: 16278242.
HSL color Cylindrical-coordinate representation of color #E262F8: hue angle of 291.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E262F8 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 98 | 248 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.03 |
| HSL | 291.2º | 0.91% | 0.68% | - |
| HSV(B) | 291.2º | 0.6% | 0.97% | - |
| XYZ | 52.67 | 31.68 | 92.15 | - |
| YUV | 153.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 248 | 0.09 | 0.60 | 0 | 0.03 | 291.2 | 0.91 | 0.68 |
| Hex | E2 | 62 | F8 | 9 | 3C | 0 | 3 | 123 | 5B | 44 |
| Octal | 342 | 142 | 370 | 11 | 74 | 0 | 3 | 443 | 133 | 104 |
| Binary | 11100010 | 1100010 | 11111000 | 1001 | 111100 | 0 | 11 | 100100011 | 1011011 | 1000100 |
Color Harmonies of #E262F8
Complementary color
Monochromatic Colors of #E262F8
Black with #E262F8
Text Example
Text Example
White with #E262F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262F8; }
p { color: rgb(226,98,248); }
H1.HeaderClassName
{
color: #E262F8;
}
.AnyTagClassName
{
color: #E262F8;
}
</style>
background-color css
<style>
a { background-color: #E262F8; }
a { background-color: rgb(226,98,248); }
div.DivClassName
{
background-color: #E262F8;
}
.BgClassName
{
background-color: #E262F8;
}
</style>
border-color css
<style>
span { border-color: #E262F8; }
span { border-color: rgb(226,98,248); }
td.TdClassName
{
border-color: #E262F8;
}
.TagClassName
{
border-color: #E262F8;
}
</style>