Shades of Heliotrope #E265F8
Tints of Heliotrope #E265F8
RGB
CMYK
RGB Variations
Color information
#E265F8 (or 0xE265F8) is known color: Heliotrope. HEX triplet: E2, 65 and F8. RGB value is (226,101,248). Sum of RGB (Red+Green+Blue) = 226+101+248=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #E265F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265F8 is #1D9A07. Grayscale: #9A9A9A. Windows color (decimal): -1939976 or 16279010. OLE color: 16279010.
HSL color Cylindrical-coordinate representation of color #E265F8: hue angle of 291.02º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E265F8 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 101 | 248 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.03 |
| HSL | 291.02º | 0.91% | 0.68% | - |
| HSV(B) | 291.02º | 0.59% | 0.97% | - |
| XYZ | 52.96 | 32.25 | 92.24 | - |
| YUV | 155.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 248 | 0.09 | 0.59 | 0 | 0.03 | 291.02 | 0.91 | 0.68 |
| Hex | E2 | 65 | F8 | 9 | 3B | 0 | 3 | 123 | 5B | 44 |
| Octal | 342 | 145 | 370 | 11 | 73 | 0 | 3 | 443 | 133 | 104 |
| Binary | 11100010 | 1100101 | 11111000 | 1001 | 111011 | 0 | 11 | 100100011 | 1011011 | 1000100 |
Color Harmonies of #E265F8
Complementary color
Monochromatic Colors of #E265F8
Black with #E265F8
Text Example
Text Example
White with #E265F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265F8; }
p { color: rgb(226,101,248); }
H1.HeaderClassName
{
color: #E265F8;
}
.AnyTagClassName
{
color: #E265F8;
}
</style>
background-color css
<style>
a { background-color: #E265F8; }
a { background-color: rgb(226,101,248); }
div.DivClassName
{
background-color: #E265F8;
}
.BgClassName
{
background-color: #E265F8;
}
</style>
border-color css
<style>
span { border-color: #E265F8; }
span { border-color: rgb(226,101,248); }
td.TdClassName
{
border-color: #E265F8;
}
.TagClassName
{
border-color: #E265F8;
}
</style>