Shades of Heliotrope #E04BFD
Tints of Heliotrope #E04BFD
RGB
CMYK
RGB Variations
Color information
#E04BFD (or 0xE04BFD) is known color: Heliotrope. HEX triplet: E0, 4B and FD. RGB value is (224,75,253). Sum of RGB (Red+Green+Blue) = 224+75+253=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 75 (29.69% from 255 or 13.59% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #E04BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04BFD is #1FB402. Grayscale: #8B8B8B. Windows color (decimal): -2077699 or 16600032. OLE color: 16600032.
HSL color Cylindrical-coordinate representation of color #E04BFD: hue angle of 290.22º degrees, saturation: 0.98, 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 #E04BFD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 75 | 253 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.01 |
| HSL | 290.22º | 0.98% | 0.64% | - |
| HSV(B) | 290.22º | 0.7% | 0.99% | - |
| XYZ | 50.99 | 27.97 | 95.64 | - |
| YUV | 139.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 253 | 0.11 | 0.70 | 0 | 0.01 | 290.22 | 0.98 | 0.64 |
| Hex | E0 | 4B | FD | B | 46 | 0 | 1 | 122 | 62 | 40 |
| Octal | 340 | 113 | 375 | 13 | 106 | 0 | 1 | 442 | 142 | 100 |
| Binary | 11100000 | 1001011 | 11111101 | 1011 | 1000110 | 0 | 1 | 100100010 | 1100010 | 1000000 |
Color Harmonies of #E04BFD
Complementary color
Monochromatic Colors of #E04BFD
Black with #E04BFD
Text Example
Text Example
White with #E04BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BFD; }
p { color: rgb(224,75,253); }
H1.HeaderClassName
{
color: #E04BFD;
}
.AnyTagClassName
{
color: #E04BFD;
}
</style>
background-color css
<style>
a { background-color: #E04BFD; }
a { background-color: rgb(224,75,253); }
div.DivClassName
{
background-color: #E04BFD;
}
.BgClassName
{
background-color: #E04BFD;
}
</style>
border-color css
<style>
span { border-color: #E04BFD; }
span { border-color: rgb(224,75,253); }
td.TdClassName
{
border-color: #E04BFD;
}
.TagClassName
{
border-color: #E04BFD;
}
</style>