Shades of Heliotrope #E191FC
Tints of Heliotrope #E191FC
RGB
CMYK
RGB Variations
Color information
#E191FC (or 0xE191FC) is known color: Heliotrope. HEX triplet: E1, 91 and FC. RGB value is (225,145,252). Sum of RGB (Red+Green+Blue) = 225+145+252=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #E191FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191FC is #1E6E03. Grayscale: #B4B4B4. Windows color (decimal): -1994244 or 16552417. OLE color: 16552417.
HSL color Cylindrical-coordinate representation of color #E191FC: hue angle of 284.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E191FC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 145 | 252 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.01 |
| HSL | 284.86º | 0.95% | 0.78% | - |
| HSV(B) | 284.86º | 0.42% | 0.99% | - |
| XYZ | 58.75 | 43.29 | 97.35 | - |
| YUV | 181.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 252 | 0.11 | 0.42 | 0 | 0.01 | 284.86 | 0.95 | 0.78 |
| Hex | E1 | 91 | FC | B | 2A | 0 | 1 | 11D | 5F | 4E |
| Octal | 341 | 221 | 374 | 13 | 52 | 0 | 1 | 435 | 137 | 116 |
| Binary | 11100001 | 10010001 | 11111100 | 1011 | 101010 | 0 | 1 | 100011101 | 1011111 | 1001110 |
Color Harmonies of #E191FC
Complementary color
Monochromatic Colors of #E191FC
Black with #E191FC
Text Example
Text Example
White with #E191FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191FC; }
p { color: rgb(225,145,252); }
H1.HeaderClassName
{
color: #E191FC;
}
.AnyTagClassName
{
color: #E191FC;
}
</style>
background-color css
<style>
a { background-color: #E191FC; }
a { background-color: rgb(225,145,252); }
div.DivClassName
{
background-color: #E191FC;
}
.BgClassName
{
background-color: #E191FC;
}
</style>
border-color css
<style>
span { border-color: #E191FC; }
span { border-color: rgb(225,145,252); }
td.TdClassName
{
border-color: #E191FC;
}
.TagClassName
{
border-color: #E191FC;
}
</style>