Shades of Heliotrope #E074FF
Tints of Heliotrope #E074FF
RGB
CMYK
RGB Variations
Color information
#E074FF (or 0xE074FF) is known color: Heliotrope. HEX triplet: E0, 74 and FF. RGB value is (224,116,255). Sum of RGB (Red+Green+Blue) = 224+116+255=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #E074FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074FF is #1F8B00. Grayscale: #A3A3A3. Windows color (decimal): -2067201 or 16741600. OLE color: 16741600.
HSL color Cylindrical-coordinate representation of color #E074FF: hue angle of 286.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E074FF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 116 | 255 | - |
| CMYK | 0.12 | 0.55 | 0 | 0 |
| HSL | 286.62º | 1% | 0.73% | - |
| HSV(B) | 286.62º | 0.55% | 1% | - |
| XYZ | 55.04 | 35.56 | 98.57 | - |
| YUV | 164.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 255 | 0.12 | 0.55 | 0 | 0 | 286.62 | 1 | 0.73 |
| Hex | E0 | 74 | FF | C | 37 | 0 | 0 | 11F | 64 | 49 |
| Octal | 340 | 164 | 377 | 14 | 67 | 0 | 0 | 437 | 144 | 111 |
| Binary | 11100000 | 1110100 | 11111111 | 1100 | 110111 | 0 | 0 | 100011111 | 1100100 | 1001001 |
Color Harmonies of #E074FF
Complementary color
Monochromatic Colors of #E074FF
Black with #E074FF
Text Example
Text Example
White with #E074FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074FF; }
p { color: rgb(224,116,255); }
H1.HeaderClassName
{
color: #E074FF;
}
.AnyTagClassName
{
color: #E074FF;
}
</style>
background-color css
<style>
a { background-color: #E074FF; }
a { background-color: rgb(224,116,255); }
div.DivClassName
{
background-color: #E074FF;
}
.BgClassName
{
background-color: #E074FF;
}
</style>
border-color css
<style>
span { border-color: #E074FF; }
span { border-color: rgb(224,116,255); }
td.TdClassName
{
border-color: #E074FF;
}
.TagClassName
{
border-color: #E074FF;
}
</style>