Shades of Heliotrope #E076FE
Tints of Heliotrope #E076FE
RGB
CMYK
RGB Variations
Color information
#E076FE (or 0xE076FE) is known color: Heliotrope. HEX triplet: E0, 76 and FE. RGB value is (224,118,254). Sum of RGB (Red+Green+Blue) = 224+118+254=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #E076FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076FE is #1F8901. Grayscale: #A4A4A4. Windows color (decimal): -2066690 or 16676576. OLE color: 16676576.
HSL color Cylindrical-coordinate representation of color #E076FE: hue angle of 286.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E076FE is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 118 | 254 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.00 |
| HSL | 286.76º | 0.99% | 0.73% | - |
| HSV(B) | 286.76º | 0.54% | 1% | - |
| XYZ | 55.11 | 35.96 | 97.8 | - |
| YUV | 165.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 254 | 0.12 | 0.54 | 0 | 0.00 | 286.76 | 0.99 | 0.73 |
| Hex | E0 | 76 | FE | C | 36 | 0 | 0 | 11F | 63 | 49 |
| Octal | 340 | 166 | 376 | 14 | 66 | 0 | 0 | 437 | 143 | 111 |
| Binary | 11100000 | 1110110 | 11111110 | 1100 | 110110 | 0 | 0 | 100011111 | 1100011 | 1001001 |
Color Harmonies of #E076FE
Complementary color
Monochromatic Colors of #E076FE
Black with #E076FE
Text Example
Text Example
White with #E076FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076FE; }
p { color: rgb(224,118,254); }
H1.HeaderClassName
{
color: #E076FE;
}
.AnyTagClassName
{
color: #E076FE;
}
</style>
background-color css
<style>
a { background-color: #E076FE; }
a { background-color: rgb(224,118,254); }
div.DivClassName
{
background-color: #E076FE;
}
.BgClassName
{
background-color: #E076FE;
}
</style>
border-color css
<style>
span { border-color: #E076FE; }
span { border-color: rgb(224,118,254); }
td.TdClassName
{
border-color: #E076FE;
}
.TagClassName
{
border-color: #E076FE;
}
</style>