Shades of Heliotrope #E081FC
Tints of Heliotrope #E081FC
RGB
CMYK
RGB Variations
Color information
#E081FC (or 0xE081FC) is known color: Heliotrope. HEX triplet: E0, 81 and FC. RGB value is (224,129,252). Sum of RGB (Red+Green+Blue) = 224+129+252=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #E081FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081FC is #1F7E03. Grayscale: #ABABAB. Windows color (decimal): -2063876 or 16548320. OLE color: 16548320.
HSL color Cylindrical-coordinate representation of color #E081FC: hue angle of 286.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E081FC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 129 | 252 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.01 |
| HSL | 286.34º | 0.95% | 0.75% | - |
| HSV(B) | 286.34º | 0.49% | 0.99% | - |
| XYZ | 56.16 | 38.58 | 96.58 | - |
| YUV | 171.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 252 | 0.11 | 0.49 | 0 | 0.01 | 286.34 | 0.95 | 0.75 |
| Hex | E0 | 81 | FC | B | 31 | 0 | 1 | 11E | 5F | 4B |
| Octal | 340 | 201 | 374 | 13 | 61 | 0 | 1 | 436 | 137 | 113 |
| Binary | 11100000 | 10000001 | 11111100 | 1011 | 110001 | 0 | 1 | 100011110 | 1011111 | 1001011 |
Color Harmonies of #E081FC
Complementary color
Monochromatic Colors of #E081FC
Black with #E081FC
Text Example
Text Example
White with #E081FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081FC; }
p { color: rgb(224,129,252); }
H1.HeaderClassName
{
color: #E081FC;
}
.AnyTagClassName
{
color: #E081FC;
}
</style>
background-color css
<style>
a { background-color: #E081FC; }
a { background-color: rgb(224,129,252); }
div.DivClassName
{
background-color: #E081FC;
}
.BgClassName
{
background-color: #E081FC;
}
</style>
border-color css
<style>
span { border-color: #E081FC; }
span { border-color: rgb(224,129,252); }
td.TdClassName
{
border-color: #E081FC;
}
.TagClassName
{
border-color: #E081FC;
}
</style>