Shades of Heliotrope #E181FE
Tints of Heliotrope #E181FE
RGB
CMYK
RGB Variations
Color information
#E181FE (or 0xE181FE) is known color: Heliotrope. HEX triplet: E1, 81 and FE. RGB value is (225,129,254). Sum of RGB (Red+Green+Blue) = 225+129+254=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #E181FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E181FE is #1E7E01. Grayscale: #ABABAB. Windows color (decimal): -1998338 or 16679393. OLE color: 16679393.
HSL color Cylindrical-coordinate representation of color #E181FE: hue angle of 286.08º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E181FE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 129 | 254 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.00 |
| HSL | 286.08º | 0.98% | 0.75% | - |
| HSV(B) | 286.08º | 0.49% | 1% | - |
| XYZ | 56.79 | 38.86 | 98.27 | - |
| YUV | 171.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 254 | 0.11 | 0.49 | 0 | 0.00 | 286.08 | 0.98 | 0.75 |
| Hex | E1 | 81 | FE | B | 31 | 0 | 0 | 11E | 62 | 4B |
| Octal | 341 | 201 | 376 | 13 | 61 | 0 | 0 | 436 | 142 | 113 |
| Binary | 11100001 | 10000001 | 11111110 | 1011 | 110001 | 0 | 0 | 100011110 | 1100010 | 1001011 |
Color Harmonies of #E181FE
Complementary color
Monochromatic Colors of #E181FE
Black with #E181FE
Text Example
Text Example
White with #E181FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181FE; }
p { color: rgb(225,129,254); }
H1.HeaderClassName
{
color: #E181FE;
}
.AnyTagClassName
{
color: #E181FE;
}
</style>
background-color css
<style>
a { background-color: #E181FE; }
a { background-color: rgb(225,129,254); }
div.DivClassName
{
background-color: #E181FE;
}
.BgClassName
{
background-color: #E181FE;
}
</style>
border-color css
<style>
span { border-color: #E181FE; }
span { border-color: rgb(225,129,254); }
td.TdClassName
{
border-color: #E181FE;
}
.TagClassName
{
border-color: #E181FE;
}
</style>