Shades of Heliotrope #E481FF
Tints of Heliotrope #E481FF
RGB
CMYK
RGB Variations
Color information
#E481FF (or 0xE481FF) is known color: Heliotrope. HEX triplet: E4, 81 and FF. RGB value is (228,129,255). Sum of RGB (Red+Green+Blue) = 228+129+255=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #E481FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481FF is #1B7E00. Grayscale: #ACACAC. Windows color (decimal): -1801729 or 16744932. OLE color: 16744932.
HSL color Cylindrical-coordinate representation of color #E481FF: hue angle of 287.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E481FF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 129 | 255 | - |
| CMYK | 0.11 | 0.49 | 0 | 0 |
| HSL | 287.14º | 1% | 0.75% | - |
| HSV(B) | 287.14º | 0.49% | 1% | - |
| XYZ | 57.9 | 39.41 | 99.16 | - |
| YUV | 172.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 255 | 0.11 | 0.49 | 0 | 0 | 287.14 | 1 | 0.75 |
| Hex | E4 | 81 | FF | B | 31 | 0 | 0 | 11F | 64 | 4B |
| Octal | 344 | 201 | 377 | 13 | 61 | 0 | 0 | 437 | 144 | 113 |
| Binary | 11100100 | 10000001 | 11111111 | 1011 | 110001 | 0 | 0 | 100011111 | 1100100 | 1001011 |
Color Harmonies of #E481FF
Complementary color
Monochromatic Colors of #E481FF
Black with #E481FF
Text Example
Text Example
White with #E481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481FF; }
p { color: rgb(228,129,255); }
H1.HeaderClassName
{
color: #E481FF;
}
.AnyTagClassName
{
color: #E481FF;
}
</style>
background-color css
<style>
a { background-color: #E481FF; }
a { background-color: rgb(228,129,255); }
div.DivClassName
{
background-color: #E481FF;
}
.BgClassName
{
background-color: #E481FF;
}
</style>
border-color css
<style>
span { border-color: #E481FF; }
span { border-color: rgb(228,129,255); }
td.TdClassName
{
border-color: #E481FF;
}
.TagClassName
{
border-color: #E481FF;
}
</style>