Shades of Heliotrope #E145FF
Tints of Heliotrope #E145FF
RGB
CMYK
RGB Variations
Color information
#E145FF (or 0xE145FF) is known color: Heliotrope. HEX triplet: E1, 45 and FF. RGB value is (225,69,255). Sum of RGB (Red+Green+Blue) = 225+69+255=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #E145FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E145FF is #1EBA00. Grayscale: #888888. Windows color (decimal): -2013697 or 16729569. OLE color: 16729569.
HSL color Cylindrical-coordinate representation of color #E145FF: hue angle of 290.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E145FF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 69 | 255 | - |
| CMYK | 0.12 | 0.73 | 0 | 0 |
| HSL | 290.32º | 1% | 0.64% | - |
| HSV(B) | 290.32º | 0.73% | 1% | - |
| XYZ | 51.23 | 27.48 | 97.21 | - |
| YUV | 136.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 255 | 0.12 | 0.73 | 0 | 0 | 290.32 | 1 | 0.64 |
| Hex | E1 | 45 | FF | C | 49 | 0 | 0 | 122 | 64 | 40 |
| Octal | 341 | 105 | 377 | 14 | 111 | 0 | 0 | 442 | 144 | 100 |
| Binary | 11100001 | 1000101 | 11111111 | 1100 | 1001001 | 0 | 0 | 100100010 | 1100100 | 1000000 |
Color Harmonies of #E145FF
Complementary color
Monochromatic Colors of #E145FF
Black with #E145FF
Text Example
Text Example
White with #E145FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145FF; }
p { color: rgb(225,69,255); }
H1.HeaderClassName
{
color: #E145FF;
}
.AnyTagClassName
{
color: #E145FF;
}
</style>
background-color css
<style>
a { background-color: #E145FF; }
a { background-color: rgb(225,69,255); }
div.DivClassName
{
background-color: #E145FF;
}
.BgClassName
{
background-color: #E145FF;
}
</style>
border-color css
<style>
span { border-color: #E145FF; }
span { border-color: rgb(225,69,255); }
td.TdClassName
{
border-color: #E145FF;
}
.TagClassName
{
border-color: #E145FF;
}
</style>