Shades of Heliotrope #E07AFF
Tints of Heliotrope #E07AFF
RGB
CMYK
RGB Variations
Color information
#E07AFF (or 0xE07AFF) is known color: Heliotrope. HEX triplet: E0, 7A and FF. RGB value is (224,122,255). Sum of RGB (Red+Green+Blue) = 224+122+255=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 122 (48.05% from 255 or 20.30% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AFF is #1F8500. Grayscale: #A7A7A7. Windows color (decimal): -2065665 or 16743136. OLE color: 16743136.
HSL color Cylindrical-coordinate representation of color #E07AFF: hue angle of 286.02º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E07AFF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 122 | 255 | - |
| CMYK | 0.12 | 0.52 | 0 | 0 |
| HSL | 286.02º | 1% | 0.74% | - |
| HSV(B) | 286.02º | 0.52% | 1% | - |
| XYZ | 55.75 | 36.99 | 98.81 | - |
| YUV | 167.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 255 | 0.12 | 0.52 | 0 | 0 | 286.02 | 1 | 0.74 |
| Hex | E0 | 7A | FF | C | 34 | 0 | 0 | 11E | 64 | 4A |
| Octal | 340 | 172 | 377 | 14 | 64 | 0 | 0 | 436 | 144 | 112 |
| Binary | 11100000 | 1111010 | 11111111 | 1100 | 110100 | 0 | 0 | 100011110 | 1100100 | 1001010 |
Color Harmonies of #E07AFF
Complementary color
Monochromatic Colors of #E07AFF
Black with #E07AFF
Text Example
Text Example
White with #E07AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AFF; }
p { color: rgb(224,122,255); }
H1.HeaderClassName
{
color: #E07AFF;
}
.AnyTagClassName
{
color: #E07AFF;
}
</style>
background-color css
<style>
a { background-color: #E07AFF; }
a { background-color: rgb(224,122,255); }
div.DivClassName
{
background-color: #E07AFF;
}
.BgClassName
{
background-color: #E07AFF;
}
</style>
border-color css
<style>
span { border-color: #E07AFF; }
span { border-color: rgb(224,122,255); }
td.TdClassName
{
border-color: #E07AFF;
}
.TagClassName
{
border-color: #E07AFF;
}
</style>