Shades of Heliotrope #E051FD
Tints of Heliotrope #E051FD
RGB
CMYK
RGB Variations
Color information
#E051FD (or 0xE051FD) is known color: Heliotrope. HEX triplet: E0, 51 and FD. RGB value is (224,81,253). Sum of RGB (Red+Green+Blue) = 224+81+253=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 81 (32.03% from 255 or 14.52% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #E051FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E051FD is #1FAE02. Grayscale: #8E8E8E. Windows color (decimal): -2076163 or 16601568. OLE color: 16601568.
HSL color Cylindrical-coordinate representation of color #E051FD: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E051FD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 81 | 253 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.01 |
| HSL | 289.88º | 0.98% | 0.65% | - |
| HSV(B) | 289.88º | 0.68% | 0.99% | - |
| XYZ | 51.41 | 28.82 | 95.78 | - |
| YUV | 143.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 253 | 0.11 | 0.68 | 0 | 0.01 | 289.88 | 0.98 | 0.65 |
| Hex | E0 | 51 | FD | B | 44 | 0 | 1 | 122 | 62 | 41 |
| Octal | 340 | 121 | 375 | 13 | 104 | 0 | 1 | 442 | 142 | 101 |
| Binary | 11100000 | 1010001 | 11111101 | 1011 | 1000100 | 0 | 1 | 100100010 | 1100010 | 1000001 |
Color Harmonies of #E051FD
Complementary color
Monochromatic Colors of #E051FD
Black with #E051FD
Text Example
Text Example
White with #E051FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051FD; }
p { color: rgb(224,81,253); }
H1.HeaderClassName
{
color: #E051FD;
}
.AnyTagClassName
{
color: #E051FD;
}
</style>
background-color css
<style>
a { background-color: #E051FD; }
a { background-color: rgb(224,81,253); }
div.DivClassName
{
background-color: #E051FD;
}
.BgClassName
{
background-color: #E051FD;
}
</style>
border-color css
<style>
span { border-color: #E051FD; }
span { border-color: rgb(224,81,253); }
td.TdClassName
{
border-color: #E051FD;
}
.TagClassName
{
border-color: #E051FD;
}
</style>