Shades of Heliotrope #E191FD
Tints of Heliotrope #E191FD
RGB
CMYK
RGB Variations
Color information
#E191FD (or 0xE191FD) is known color: Heliotrope. HEX triplet: E1, 91 and FD. RGB value is (225,145,253). Sum of RGB (Red+Green+Blue) = 225+145+253=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #E191FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191FD is #1E6E02. Grayscale: #B4B4B4. Windows color (decimal): -1994243 or 16617953. OLE color: 16617953.
HSL color Cylindrical-coordinate representation of color #E191FD: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E191FD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 145 | 253 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.01 |
| HSL | 284.44º | 0.96% | 0.78% | - |
| HSV(B) | 284.44º | 0.43% | 0.99% | - |
| XYZ | 58.91 | 43.35 | 98.19 | - |
| YUV | 181.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 253 | 0.11 | 0.43 | 0 | 0.01 | 284.44 | 0.96 | 0.78 |
| Hex | E1 | 91 | FD | B | 2B | 0 | 1 | 11C | 60 | 4E |
| Octal | 341 | 221 | 375 | 13 | 53 | 0 | 1 | 434 | 140 | 116 |
| Binary | 11100001 | 10010001 | 11111101 | 1011 | 101011 | 0 | 1 | 100011100 | 1100000 | 1001110 |
Color Harmonies of #E191FD
Complementary color
Monochromatic Colors of #E191FD
Black with #E191FD
Text Example
Text Example
White with #E191FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191FD; }
p { color: rgb(225,145,253); }
H1.HeaderClassName
{
color: #E191FD;
}
.AnyTagClassName
{
color: #E191FD;
}
</style>
background-color css
<style>
a { background-color: #E191FD; }
a { background-color: rgb(225,145,253); }
div.DivClassName
{
background-color: #E191FD;
}
.BgClassName
{
background-color: #E191FD;
}
</style>
border-color css
<style>
span { border-color: #E191FD; }
span { border-color: rgb(225,145,253); }
td.TdClassName
{
border-color: #E191FD;
}
.TagClassName
{
border-color: #E191FD;
}
</style>