Shades of Heliotrope #E370FC
Tints of Heliotrope #E370FC
RGB
CMYK
RGB Variations
Color information
#E370FC (or 0xE370FC) is known color: Heliotrope. HEX triplet: E3, 70 and FC. RGB value is (227,112,252). Sum of RGB (Red+Green+Blue) = 227+112+252=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #E370FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FC is #1C8F03. Grayscale: #A1A1A1. Windows color (decimal): -1871620 or 16543971. OLE color: 16543971.
HSL color Cylindrical-coordinate representation of color #E370FC: hue angle of 289.29º 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 #E370FC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 112 | 252 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.01 |
| HSL | 289.29º | 0.96% | 0.71% | - |
| HSV(B) | 289.29º | 0.56% | 0.99% | - |
| XYZ | 55.04 | 34.95 | 95.94 | - |
| YUV | 162.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 252 | 0.10 | 0.56 | 0 | 0.01 | 289.29 | 0.96 | 0.71 |
| Hex | E3 | 70 | FC | A | 38 | 0 | 1 | 121 | 60 | 47 |
| Octal | 343 | 160 | 374 | 12 | 70 | 0 | 1 | 441 | 140 | 107 |
| Binary | 11100011 | 1110000 | 11111100 | 1010 | 111000 | 0 | 1 | 100100001 | 1100000 | 1000111 |
Color Harmonies of #E370FC
Complementary color
Monochromatic Colors of #E370FC
Black with #E370FC
Text Example
Text Example
White with #E370FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370FC; }
p { color: rgb(227,112,252); }
H1.HeaderClassName
{
color: #E370FC;
}
.AnyTagClassName
{
color: #E370FC;
}
</style>
background-color css
<style>
a { background-color: #E370FC; }
a { background-color: rgb(227,112,252); }
div.DivClassName
{
background-color: #E370FC;
}
.BgClassName
{
background-color: #E370FC;
}
</style>
border-color css
<style>
span { border-color: #E370FC; }
span { border-color: rgb(227,112,252); }
td.TdClassName
{
border-color: #E370FC;
}
.TagClassName
{
border-color: #E370FC;
}
</style>