Shades of Heliotrope #E050FC
Tints of Heliotrope #E050FC
RGB
CMYK
RGB Variations
Color information
#E050FC (or 0xE050FC) is known color: Heliotrope. HEX triplet: E0, 50 and FC. RGB value is (224,80,252). Sum of RGB (Red+Green+Blue) = 224+80+252=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 80 (31.64% from 255 or 14.39% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #E050FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050FC is #1FAF03. Grayscale: #8E8E8E. Windows color (decimal): -2076420 or 16535776. OLE color: 16535776.
HSL color Cylindrical-coordinate representation of color #E050FC: hue angle of 290.23º degrees, saturation: 0.97, 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 #E050FC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 80 | 252 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.01 |
| HSL | 290.23º | 0.97% | 0.65% | - |
| HSV(B) | 290.23º | 0.68% | 0.99% | - |
| XYZ | 51.18 | 28.61 | 94.92 | - |
| YUV | 142.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 252 | 0.11 | 0.68 | 0 | 0.01 | 290.23 | 0.97 | 0.65 |
| Hex | E0 | 50 | FC | B | 44 | 0 | 1 | 122 | 61 | 41 |
| Octal | 340 | 120 | 374 | 13 | 104 | 0 | 1 | 442 | 141 | 101 |
| Binary | 11100000 | 1010000 | 11111100 | 1011 | 1000100 | 0 | 1 | 100100010 | 1100001 | 1000001 |
Color Harmonies of #E050FC
Complementary color
Monochromatic Colors of #E050FC
Black with #E050FC
Text Example
Text Example
White with #E050FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050FC; }
p { color: rgb(224,80,252); }
H1.HeaderClassName
{
color: #E050FC;
}
.AnyTagClassName
{
color: #E050FC;
}
</style>
background-color css
<style>
a { background-color: #E050FC; }
a { background-color: rgb(224,80,252); }
div.DivClassName
{
background-color: #E050FC;
}
.BgClassName
{
background-color: #E050FC;
}
</style>
border-color css
<style>
span { border-color: #E050FC; }
span { border-color: rgb(224,80,252); }
td.TdClassName
{
border-color: #E050FC;
}
.TagClassName
{
border-color: #E050FC;
}
</style>