Shades of Heliotrope #EE7EFF
Tints of Heliotrope #EE7EFF
RGB
CMYK
RGB Variations
Color information
#EE7EFF (or 0xEE7EFF) is known color: Heliotrope. HEX triplet: EE, 7E and FF. RGB value is (238,126,255). Sum of RGB (Red+Green+Blue) = 238+126+255=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 126 (49.61% from 255 or 20.36% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EFF is #118100. Grayscale: #ADADAD. Windows color (decimal): -1147137 or 16744174. OLE color: 16744174.
HSL color Cylindrical-coordinate representation of color #EE7EFF: hue angle of 292.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7EFF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 126 | 255 | - |
| CMYK | 0.07 | 0.51 | 0 | 0 |
| HSL | 292.09º | 1% | 0.75% | - |
| HSV(B) | 292.09º | 0.51% | 1% | - |
| XYZ | 60.77 | 40.32 | 99.19 | - |
| YUV | 174.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 255 | 0.07 | 0.51 | 0 | 0 | 292.09 | 1 | 0.75 |
| Hex | EE | 7E | FF | 7 | 33 | 0 | 0 | 124 | 64 | 4B |
| Octal | 356 | 176 | 377 | 7 | 63 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101110 | 1111110 | 11111111 | 111 | 110011 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EE7EFF
Complementary color
Monochromatic Colors of #EE7EFF
Black with #EE7EFF
Text Example
Text Example
White with #EE7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EFF; }
p { color: rgb(238,126,255); }
H1.HeaderClassName
{
color: #EE7EFF;
}
.AnyTagClassName
{
color: #EE7EFF;
}
</style>
background-color css
<style>
a { background-color: #EE7EFF; }
a { background-color: rgb(238,126,255); }
div.DivClassName
{
background-color: #EE7EFF;
}
.BgClassName
{
background-color: #EE7EFF;
}
</style>
border-color css
<style>
span { border-color: #EE7EFF; }
span { border-color: rgb(238,126,255); }
td.TdClassName
{
border-color: #EE7EFF;
}
.TagClassName
{
border-color: #EE7EFF;
}
</style>