Shades of Heliotrope #E481F7
Tints of Heliotrope #E481F7
RGB
CMYK
RGB Variations
Color information
#E481F7 (or 0xE481F7) is known color: Heliotrope. HEX triplet: E4, 81 and F7. RGB value is (228,129,247). Sum of RGB (Red+Green+Blue) = 228+129+247=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #E481F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481F7 is #1B7E08. Grayscale: #ABABAB. Windows color (decimal): -1801737 or 16220644. OLE color: 16220644.
HSL color Cylindrical-coordinate representation of color #E481F7: hue angle of 290.34º degrees, saturation: 0.88, 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 #E481F7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 129 | 247 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.03 |
| HSL | 290.34º | 0.88% | 0.74% | - |
| HSV(B) | 290.34º | 0.48% | 0.97% | - |
| XYZ | 56.63 | 38.91 | 92.52 | - |
| YUV | 172.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 247 | 0.08 | 0.48 | 0 | 0.03 | 290.34 | 0.88 | 0.74 |
| Hex | E4 | 81 | F7 | 8 | 30 | 0 | 3 | 122 | 58 | 4A |
| Octal | 344 | 201 | 367 | 10 | 60 | 0 | 3 | 442 | 130 | 112 |
| Binary | 11100100 | 10000001 | 11110111 | 1000 | 110000 | 0 | 11 | 100100010 | 1011000 | 1001010 |
Color Harmonies of #E481F7
Complementary color
Monochromatic Colors of #E481F7
Black with #E481F7
Text Example
Text Example
White with #E481F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481F7; }
p { color: rgb(228,129,247); }
H1.HeaderClassName
{
color: #E481F7;
}
.AnyTagClassName
{
color: #E481F7;
}
</style>
background-color css
<style>
a { background-color: #E481F7; }
a { background-color: rgb(228,129,247); }
div.DivClassName
{
background-color: #E481F7;
}
.BgClassName
{
background-color: #E481F7;
}
</style>
border-color css
<style>
span { border-color: #E481F7; }
span { border-color: rgb(228,129,247); }
td.TdClassName
{
border-color: #E481F7;
}
.TagClassName
{
border-color: #E481F7;
}
</style>