Shades of Heliotrope #E270FC
Tints of Heliotrope #E270FC
RGB
CMYK
RGB Variations
Color information
#E270FC (or 0xE270FC) is known color: Heliotrope. HEX triplet: E2, 70 and FC. RGB value is (226,112,252). Sum of RGB (Red+Green+Blue) = 226+112+252=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #E270FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270FC is #1D8F03. Grayscale: #A1A1A1. Windows color (decimal): -1937156 or 16543970. OLE color: 16543970.
HSL color Cylindrical-coordinate representation of color #E270FC: hue angle of 288.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E270FC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 112 | 252 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.01 |
| HSL | 288.86º | 0.96% | 0.71% | - |
| HSV(B) | 288.86º | 0.56% | 0.99% | - |
| XYZ | 54.73 | 34.79 | 95.93 | - |
| YUV | 162.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 252 | 0.10 | 0.56 | 0 | 0.01 | 288.86 | 0.96 | 0.71 |
| Hex | E2 | 70 | FC | A | 38 | 0 | 1 | 121 | 60 | 47 |
| Octal | 342 | 160 | 374 | 12 | 70 | 0 | 1 | 441 | 140 | 107 |
| Binary | 11100010 | 1110000 | 11111100 | 1010 | 111000 | 0 | 1 | 100100001 | 1100000 | 1000111 |
Color Harmonies of #E270FC
Complementary color
Monochromatic Colors of #E270FC
Black with #E270FC
Text Example
Text Example
White with #E270FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270FC; }
p { color: rgb(226,112,252); }
H1.HeaderClassName
{
color: #E270FC;
}
.AnyTagClassName
{
color: #E270FC;
}
</style>
background-color css
<style>
a { background-color: #E270FC; }
a { background-color: rgb(226,112,252); }
div.DivClassName
{
background-color: #E270FC;
}
.BgClassName
{
background-color: #E270FC;
}
</style>
border-color css
<style>
span { border-color: #E270FC; }
span { border-color: rgb(226,112,252); }
td.TdClassName
{
border-color: #E270FC;
}
.TagClassName
{
border-color: #E270FC;
}
</style>