Shades of Heliotrope #E04BFC
Tints of Heliotrope #E04BFC
RGB
CMYK
RGB Variations
Color information
#E04BFC (or 0xE04BFC) is known color: Heliotrope. HEX triplet: E0, 4B and FC. RGB value is (224,75,252). Sum of RGB (Red+Green+Blue) = 224+75+252=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 75 (29.69% from 255 or 13.61% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #E04BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04BFC is #1FB403. Grayscale: #8B8B8B. Windows color (decimal): -2077700 or 16534496. OLE color: 16534496.
HSL color Cylindrical-coordinate representation of color #E04BFC: hue angle of 290.51º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04BFC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 75 | 252 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.01 |
| HSL | 290.51º | 0.97% | 0.64% | - |
| HSV(B) | 290.51º | 0.7% | 0.99% | - |
| XYZ | 50.83 | 27.91 | 94.8 | - |
| YUV | 139.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 252 | 0.11 | 0.70 | 0 | 0.01 | 290.51 | 0.97 | 0.64 |
| Hex | E0 | 4B | FC | B | 46 | 0 | 1 | 123 | 61 | 40 |
| Octal | 340 | 113 | 374 | 13 | 106 | 0 | 1 | 443 | 141 | 100 |
| Binary | 11100000 | 1001011 | 11111100 | 1011 | 1000110 | 0 | 1 | 100100011 | 1100001 | 1000000 |
Color Harmonies of #E04BFC
Complementary color
Monochromatic Colors of #E04BFC
Black with #E04BFC
Text Example
Text Example
White with #E04BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BFC; }
p { color: rgb(224,75,252); }
H1.HeaderClassName
{
color: #E04BFC;
}
.AnyTagClassName
{
color: #E04BFC;
}
</style>
background-color css
<style>
a { background-color: #E04BFC; }
a { background-color: rgb(224,75,252); }
div.DivClassName
{
background-color: #E04BFC;
}
.BgClassName
{
background-color: #E04BFC;
}
</style>
border-color css
<style>
span { border-color: #E04BFC; }
span { border-color: rgb(224,75,252); }
td.TdClassName
{
border-color: #E04BFC;
}
.TagClassName
{
border-color: #E04BFC;
}
</style>