Shades of Heliotrope #E370FB
Tints of Heliotrope #E370FB
RGB
CMYK
RGB Variations
Color information
#E370FB (or 0xE370FB) is known color: Heliotrope. HEX triplet: E3, 70 and FB. RGB value is (227,112,251). Sum of RGB (Red+Green+Blue) = 227+112+251=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #E370FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FB is #1C8F04. Grayscale: #A1A1A1. Windows color (decimal): -1871621 or 16478435. OLE color: 16478435.
HSL color Cylindrical-coordinate representation of color #E370FB: hue angle of 289.64º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E370FB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 112 | 251 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 289.64º | 0.95% | 0.71% | - |
| HSV(B) | 289.64º | 0.55% | 0.98% | - |
| XYZ | 54.89 | 34.88 | 95.11 | - |
| YUV | 162.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 251 | 0.10 | 0.55 | 0 | 0.02 | 289.64 | 0.95 | 0.71 |
| Hex | E3 | 70 | FB | A | 37 | 0 | 2 | 122 | 5F | 47 |
| Octal | 343 | 160 | 373 | 12 | 67 | 0 | 2 | 442 | 137 | 107 |
| Binary | 11100011 | 1110000 | 11111011 | 1010 | 110111 | 0 | 10 | 100100010 | 1011111 | 1000111 |
Color Harmonies of #E370FB
Complementary color
Monochromatic Colors of #E370FB
Black with #E370FB
Text Example
Text Example
White with #E370FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370FB; }
p { color: rgb(227,112,251); }
H1.HeaderClassName
{
color: #E370FB;
}
.AnyTagClassName
{
color: #E370FB;
}
</style>
background-color css
<style>
a { background-color: #E370FB; }
a { background-color: rgb(227,112,251); }
div.DivClassName
{
background-color: #E370FB;
}
.BgClassName
{
background-color: #E370FB;
}
</style>
border-color css
<style>
span { border-color: #E370FB; }
span { border-color: rgb(227,112,251); }
td.TdClassName
{
border-color: #E370FB;
}
.TagClassName
{
border-color: #E370FB;
}
</style>