Shades of Heliotrope #E081FB
Tints of Heliotrope #E081FB
RGB
CMYK
RGB Variations
Color information
#E081FB (or 0xE081FB) is known color: Heliotrope. HEX triplet: E0, 81 and FB. RGB value is (224,129,251). Sum of RGB (Red+Green+Blue) = 224+129+251=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #E081FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081FB is #1F7E04. Grayscale: #AAAAAA. Windows color (decimal): -2063877 or 16482784. OLE color: 16482784.
HSL color Cylindrical-coordinate representation of color #E081FB: hue angle of 286.72º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E081FB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 129 | 251 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.02 |
| HSL | 286.72º | 0.94% | 0.75% | - |
| HSV(B) | 286.72º | 0.49% | 0.98% | - |
| XYZ | 56 | 38.51 | 95.75 | - |
| YUV | 171.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 251 | 0.11 | 0.49 | 0 | 0.02 | 286.72 | 0.94 | 0.75 |
| Hex | E0 | 81 | FB | B | 31 | 0 | 2 | 11F | 5E | 4B |
| Octal | 340 | 201 | 373 | 13 | 61 | 0 | 2 | 437 | 136 | 113 |
| Binary | 11100000 | 10000001 | 11111011 | 1011 | 110001 | 0 | 10 | 100011111 | 1011110 | 1001011 |
Color Harmonies of #E081FB
Complementary color
Monochromatic Colors of #E081FB
Black with #E081FB
Text Example
Text Example
White with #E081FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081FB; }
p { color: rgb(224,129,251); }
H1.HeaderClassName
{
color: #E081FB;
}
.AnyTagClassName
{
color: #E081FB;
}
</style>
background-color css
<style>
a { background-color: #E081FB; }
a { background-color: rgb(224,129,251); }
div.DivClassName
{
background-color: #E081FB;
}
.BgClassName
{
background-color: #E081FB;
}
</style>
border-color css
<style>
span { border-color: #E081FB; }
span { border-color: rgb(224,129,251); }
td.TdClassName
{
border-color: #E081FB;
}
.TagClassName
{
border-color: #E081FB;
}
</style>