Shades of Heliotrope #E074FC
Tints of Heliotrope #E074FC
RGB
CMYK
RGB Variations
Color information
#E074FC (or 0xE074FC) is known color: Heliotrope. HEX triplet: E0, 74 and FC. RGB value is (224,116,252). Sum of RGB (Red+Green+Blue) = 224+116+252=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E074FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074FC is #1F8B03. Grayscale: #A3A3A3. Windows color (decimal): -2067204 or 16544992. OLE color: 16544992.
HSL color Cylindrical-coordinate representation of color #E074FC: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E074FC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 116 | 252 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.01 |
| HSL | 287.65º | 0.96% | 0.72% | - |
| HSV(B) | 287.65º | 0.54% | 0.99% | - |
| XYZ | 54.56 | 35.37 | 96.05 | - |
| YUV | 163.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 252 | 0.11 | 0.54 | 0 | 0.01 | 287.65 | 0.96 | 0.72 |
| Hex | E0 | 74 | FC | B | 36 | 0 | 1 | 120 | 60 | 48 |
| Octal | 340 | 164 | 374 | 13 | 66 | 0 | 1 | 440 | 140 | 110 |
| Binary | 11100000 | 1110100 | 11111100 | 1011 | 110110 | 0 | 1 | 100100000 | 1100000 | 1001000 |
Color Harmonies of #E074FC
Complementary color
Monochromatic Colors of #E074FC
Black with #E074FC
Text Example
Text Example
White with #E074FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074FC; }
p { color: rgb(224,116,252); }
H1.HeaderClassName
{
color: #E074FC;
}
.AnyTagClassName
{
color: #E074FC;
}
</style>
background-color css
<style>
a { background-color: #E074FC; }
a { background-color: rgb(224,116,252); }
div.DivClassName
{
background-color: #E074FC;
}
.BgClassName
{
background-color: #E074FC;
}
</style>
border-color css
<style>
span { border-color: #E074FC; }
span { border-color: rgb(224,116,252); }
td.TdClassName
{
border-color: #E074FC;
}
.TagClassName
{
border-color: #E074FC;
}
</style>