Shades of Heliotrope #EE77FE
Tints of Heliotrope #EE77FE
RGB
CMYK
RGB Variations
Color information
#EE77FE (or 0xEE77FE) is known color: Heliotrope. HEX triplet: EE, 77 and FE. RGB value is (238,119,254). Sum of RGB (Red+Green+Blue) = 238+119+254=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 119 (46.88% from 255 or 19.48% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE77FE is #118801. Grayscale: #A9A9A9. Windows color (decimal): -1148930 or 16676846. OLE color: 16676846.
HSL color Cylindrical-coordinate representation of color #EE77FE: hue angle of 292.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE77FE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 119 | 254 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.00 |
| HSL | 292.89º | 0.99% | 0.73% | - |
| HSV(B) | 292.89º | 0.53% | 1% | - |
| XYZ | 59.75 | 38.53 | 98.05 | - |
| YUV | 169.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 254 | 0.06 | 0.53 | 0 | 0.00 | 292.89 | 0.99 | 0.73 |
| Hex | EE | 77 | FE | 6 | 35 | 0 | 0 | 125 | 63 | 49 |
| Octal | 356 | 167 | 376 | 6 | 65 | 0 | 0 | 445 | 143 | 111 |
| Binary | 11101110 | 1110111 | 11111110 | 110 | 110101 | 0 | 0 | 100100101 | 1100011 | 1001001 |
Color Harmonies of #EE77FE
Complementary color
Monochromatic Colors of #EE77FE
Black with #EE77FE
Text Example
Text Example
White with #EE77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77FE; }
p { color: rgb(238,119,254); }
H1.HeaderClassName
{
color: #EE77FE;
}
.AnyTagClassName
{
color: #EE77FE;
}
</style>
background-color css
<style>
a { background-color: #EE77FE; }
a { background-color: rgb(238,119,254); }
div.DivClassName
{
background-color: #EE77FE;
}
.BgClassName
{
background-color: #EE77FE;
}
</style>
border-color css
<style>
span { border-color: #EE77FE; }
span { border-color: rgb(238,119,254); }
td.TdClassName
{
border-color: #EE77FE;
}
.TagClassName
{
border-color: #EE77FE;
}
</style>