Shades of Heliotrope #E191FB
Tints of Heliotrope #E191FB
RGB
CMYK
RGB Variations
Color information
#E191FB (or 0xE191FB) is known color: Heliotrope. HEX triplet: E1, 91 and FB. RGB value is (225,145,251). Sum of RGB (Red+Green+Blue) = 225+145+251=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 145 (57.03% from 255 or 23.35% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #E191FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191FB is #1E6E04. Grayscale: #B4B4B4. Windows color (decimal): -1994245 or 16486881. OLE color: 16486881.
HSL color Cylindrical-coordinate representation of color #E191FB: hue angle of 285.28º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E191FB is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 145 | 251 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.02 |
| HSL | 285.28º | 0.93% | 0.78% | - |
| HSV(B) | 285.28º | 0.42% | 0.98% | - |
| XYZ | 58.59 | 43.22 | 96.52 | - |
| YUV | 181 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 251 | 0.10 | 0.42 | 0 | 0.02 | 285.28 | 0.93 | 0.78 |
| Hex | E1 | 91 | FB | A | 2A | 0 | 2 | 11D | 5D | 4E |
| Octal | 341 | 221 | 373 | 12 | 52 | 0 | 2 | 435 | 135 | 116 |
| Binary | 11100001 | 10010001 | 11111011 | 1010 | 101010 | 0 | 10 | 100011101 | 1011101 | 1001110 |
Color Harmonies of #E191FB
Complementary color
Monochromatic Colors of #E191FB
Black with #E191FB
Text Example
Text Example
White with #E191FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191FB; }
p { color: rgb(225,145,251); }
H1.HeaderClassName
{
color: #E191FB;
}
.AnyTagClassName
{
color: #E191FB;
}
</style>
background-color css
<style>
a { background-color: #E191FB; }
a { background-color: rgb(225,145,251); }
div.DivClassName
{
background-color: #E191FB;
}
.BgClassName
{
background-color: #E191FB;
}
</style>
border-color css
<style>
span { border-color: #E191FB; }
span { border-color: rgb(225,145,251); }
td.TdClassName
{
border-color: #E191FB;
}
.TagClassName
{
border-color: #E191FB;
}
</style>