Shades of Heliotrope #EE76FF
Tints of Heliotrope #EE76FF
RGB
CMYK
RGB Variations
Color information
#EE76FF (or 0xEE76FF) is known color: Heliotrope. HEX triplet: EE, 76 and FF. RGB value is (238,118,255). Sum of RGB (Red+Green+Blue) = 238+118+255=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 118 (46.48% from 255 or 19.31% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76FF is #118900. Grayscale: #A9A9A9. Windows color (decimal): -1149185 or 16742126. OLE color: 16742126.
HSL color Cylindrical-coordinate representation of color #EE76FF: hue angle of 292.55º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE76FF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 118 | 255 | - |
| CMYK | 0.07 | 0.54 | 0 | 0 |
| HSL | 292.55º | 1% | 0.73% | - |
| HSV(B) | 292.55º | 0.54% | 1% | - |
| XYZ | 59.79 | 38.35 | 98.86 | - |
| YUV | 169.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 255 | 0.07 | 0.54 | 0 | 0 | 292.55 | 1 | 0.73 |
| Hex | EE | 76 | FF | 7 | 36 | 0 | 0 | 125 | 64 | 49 |
| Octal | 356 | 166 | 377 | 7 | 66 | 0 | 0 | 445 | 144 | 111 |
| Binary | 11101110 | 1110110 | 11111111 | 111 | 110110 | 0 | 0 | 100100101 | 1100100 | 1001001 |
Color Harmonies of #EE76FF
Complementary color
Monochromatic Colors of #EE76FF
Black with #EE76FF
Text Example
Text Example
White with #EE76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76FF; }
p { color: rgb(238,118,255); }
H1.HeaderClassName
{
color: #EE76FF;
}
.AnyTagClassName
{
color: #EE76FF;
}
</style>
background-color css
<style>
a { background-color: #EE76FF; }
a { background-color: rgb(238,118,255); }
div.DivClassName
{
background-color: #EE76FF;
}
.BgClassName
{
background-color: #EE76FF;
}
</style>
border-color css
<style>
span { border-color: #EE76FF; }
span { border-color: rgb(238,118,255); }
td.TdClassName
{
border-color: #EE76FF;
}
.TagClassName
{
border-color: #EE76FF;
}
</style>