Shades of Heliotrope #E075EE
Tints of Heliotrope #E075EE
RGB
CMYK
RGB Variations
Color information
#E075EE (or 0xE075EE) is known color: Heliotrope. HEX triplet: E0, 75 and EE. RGB value is (224,117,238). Sum of RGB (Red+Green+Blue) = 224+117+238=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #E075EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075EE is #1F8A11. Grayscale: #A2A2A2. Windows color (decimal): -2066962 or 15627744. OLE color: 15627744.
HSL color Cylindrical-coordinate representation of color #E075EE: hue angle of 293.06º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E075EE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 117 | 238 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 293.06º | 0.78% | 0.7% | - |
| HSV(B) | 293.06º | 0.51% | 0.93% | - |
| XYZ | 52.53 | 34.74 | 84.83 | - |
| YUV | 162.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 238 | 0.06 | 0.51 | 0 | 0.07 | 293.06 | 0.78 | 0.7 |
| Hex | E0 | 75 | EE | 6 | 33 | 0 | 7 | 125 | 4E | 46 |
| Octal | 340 | 165 | 356 | 6 | 63 | 0 | 7 | 445 | 116 | 106 |
| Binary | 11100000 | 1110101 | 11101110 | 110 | 110011 | 0 | 111 | 100100101 | 1001110 | 1000110 |
Color Harmonies of #E075EE
Complementary color
Monochromatic Colors of #E075EE
Black with #E075EE
Text Example
Text Example
White with #E075EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075EE; }
p { color: rgb(224,117,238); }
H1.HeaderClassName
{
color: #E075EE;
}
.AnyTagClassName
{
color: #E075EE;
}
</style>
background-color css
<style>
a { background-color: #E075EE; }
a { background-color: rgb(224,117,238); }
div.DivClassName
{
background-color: #E075EE;
}
.BgClassName
{
background-color: #E075EE;
}
</style>
border-color css
<style>
span { border-color: #E075EE; }
span { border-color: rgb(224,117,238); }
td.TdClassName
{
border-color: #E075EE;
}
.TagClassName
{
border-color: #E075EE;
}
</style>