Shades of Heliotrope #E255FF
Tints of Heliotrope #E255FF
RGB
CMYK
RGB Variations
Color information
#E255FF (or 0xE255FF) is known color: Heliotrope. HEX triplet: E2, 55 and FF. RGB value is (226,85,255). Sum of RGB (Red+Green+Blue) = 226+85+255=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #E255FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255FF is #1DAA00. Grayscale: #929292. Windows color (decimal): -1944065 or 16733666. OLE color: 16733666.
HSL color Cylindrical-coordinate representation of color #E255FF: hue angle of 289.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E255FF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 85 | 255 | - |
| CMYK | 0.11 | 0.67 | 0 | 0 |
| HSL | 289.76º | 1% | 0.67% | - |
| HSV(B) | 289.76º | 0.67% | 1% | - |
| XYZ | 52.66 | 29.89 | 97.6 | - |
| YUV | 146.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 255 | 0.11 | 0.67 | 0 | 0 | 289.76 | 1 | 0.67 |
| Hex | E2 | 55 | FF | B | 43 | 0 | 0 | 122 | 64 | 43 |
| Octal | 342 | 125 | 377 | 13 | 103 | 0 | 0 | 442 | 144 | 103 |
| Binary | 11100010 | 1010101 | 11111111 | 1011 | 1000011 | 0 | 0 | 100100010 | 1100100 | 1000011 |
Color Harmonies of #E255FF
Complementary color
Monochromatic Colors of #E255FF
Black with #E255FF
Text Example
Text Example
White with #E255FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255FF; }
p { color: rgb(226,85,255); }
H1.HeaderClassName
{
color: #E255FF;
}
.AnyTagClassName
{
color: #E255FF;
}
</style>
background-color css
<style>
a { background-color: #E255FF; }
a { background-color: rgb(226,85,255); }
div.DivClassName
{
background-color: #E255FF;
}
.BgClassName
{
background-color: #E255FF;
}
</style>
border-color css
<style>
span { border-color: #E255FF; }
span { border-color: rgb(226,85,255); }
td.TdClassName
{
border-color: #E255FF;
}
.TagClassName
{
border-color: #E255FF;
}
</style>