Shades of Heliotrope #E181F9
Tints of Heliotrope #E181F9
RGB
CMYK
RGB Variations
Color information
#E181F9 (or 0xE181F9) is known color: Heliotrope. HEX triplet: E1, 81 and F9. RGB value is (225,129,249). Sum of RGB (Red+Green+Blue) = 225+129+249=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #E181F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E181F9 is #1E7E06. Grayscale: #ABABAB. Windows color (decimal): -1998343 or 16351713. OLE color: 16351713.
HSL color Cylindrical-coordinate representation of color #E181F9: hue angle of 288º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E181F9 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 129 | 249 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.02 |
| HSL | 288º | 0.91% | 0.74% | - |
| HSV(B) | 288º | 0.48% | 0.98% | - |
| XYZ | 56 | 38.55 | 94.11 | - |
| YUV | 171.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 249 | 0.10 | 0.48 | 0 | 0.02 | 288 | 0.91 | 0.74 |
| Hex | E1 | 81 | F9 | A | 30 | 0 | 2 | 120 | 5B | 4A |
| Octal | 341 | 201 | 371 | 12 | 60 | 0 | 2 | 440 | 133 | 112 |
| Binary | 11100001 | 10000001 | 11111001 | 1010 | 110000 | 0 | 10 | 100100000 | 1011011 | 1001010 |
Color Harmonies of #E181F9
Complementary color
Monochromatic Colors of #E181F9
Black with #E181F9
Text Example
Text Example
White with #E181F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181F9; }
p { color: rgb(225,129,249); }
H1.HeaderClassName
{
color: #E181F9;
}
.AnyTagClassName
{
color: #E181F9;
}
</style>
background-color css
<style>
a { background-color: #E181F9; }
a { background-color: rgb(225,129,249); }
div.DivClassName
{
background-color: #E181F9;
}
.BgClassName
{
background-color: #E181F9;
}
</style>
border-color css
<style>
span { border-color: #E181F9; }
span { border-color: rgb(225,129,249); }
td.TdClassName
{
border-color: #E181F9;
}
.TagClassName
{
border-color: #E181F9;
}
</style>