Shades of Heliotrope #E181F8
Tints of Heliotrope #E181F8
RGB
CMYK
RGB Variations
Color information
#E181F8 (or 0xE181F8) is known color: Heliotrope. HEX triplet: E1, 81 and F8. RGB value is (225,129,248). Sum of RGB (Red+Green+Blue) = 225+129+248=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #E181F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E181F8 is #1E7E07. Grayscale: #AAAAAA. Windows color (decimal): -1998344 or 16286177. OLE color: 16286177.
HSL color Cylindrical-coordinate representation of color #E181F8: hue angle of 288.4º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E181F8 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 129 | 248 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.03 |
| HSL | 288.4º | 0.89% | 0.74% | - |
| HSV(B) | 288.4º | 0.48% | 0.97% | - |
| XYZ | 55.84 | 38.49 | 93.29 | - |
| YUV | 171.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 248 | 0.09 | 0.48 | 0 | 0.03 | 288.4 | 0.89 | 0.74 |
| Hex | E1 | 81 | F8 | 9 | 30 | 0 | 3 | 120 | 59 | 4A |
| Octal | 341 | 201 | 370 | 11 | 60 | 0 | 3 | 440 | 131 | 112 |
| Binary | 11100001 | 10000001 | 11111000 | 1001 | 110000 | 0 | 11 | 100100000 | 1011001 | 1001010 |
Color Harmonies of #E181F8
Complementary color
Monochromatic Colors of #E181F8
Black with #E181F8
Text Example
Text Example
White with #E181F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181F8; }
p { color: rgb(225,129,248); }
H1.HeaderClassName
{
color: #E181F8;
}
.AnyTagClassName
{
color: #E181F8;
}
</style>
background-color css
<style>
a { background-color: #E181F8; }
a { background-color: rgb(225,129,248); }
div.DivClassName
{
background-color: #E181F8;
}
.BgClassName
{
background-color: #E181F8;
}
</style>
border-color css
<style>
span { border-color: #E181F8; }
span { border-color: rgb(225,129,248); }
td.TdClassName
{
border-color: #E181F8;
}
.TagClassName
{
border-color: #E181F8;
}
</style>