Shades of Heliotrope #EE78FE
Tints of Heliotrope #EE78FE
RGB
CMYK
RGB Variations
Color information
#EE78FE (or 0xEE78FE) is known color: Heliotrope. HEX triplet: EE, 78 and FE. RGB value is (238,120,254). Sum of RGB (Red+Green+Blue) = 238+120+254=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 120 (47.27% from 255 or 19.61% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE78FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE78FE is #118701. Grayscale: #AAAAAA. Windows color (decimal): -1148674 or 16677102. OLE color: 16677102.
HSL color Cylindrical-coordinate representation of color #EE78FE: hue angle of 292.84º 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 #EE78FE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 120 | 254 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.00 |
| HSL | 292.84º | 0.99% | 0.73% | - |
| HSV(B) | 292.84º | 0.53% | 1% | - |
| XYZ | 59.87 | 38.77 | 98.09 | - |
| YUV | 170.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 254 | 0.06 | 0.53 | 0 | 0.00 | 292.84 | 0.99 | 0.73 |
| Hex | EE | 78 | FE | 6 | 35 | 0 | 0 | 125 | 63 | 49 |
| Octal | 356 | 170 | 376 | 6 | 65 | 0 | 0 | 445 | 143 | 111 |
| Binary | 11101110 | 1111000 | 11111110 | 110 | 110101 | 0 | 0 | 100100101 | 1100011 | 1001001 |
Color Harmonies of #EE78FE
Complementary color
Monochromatic Colors of #EE78FE
Black with #EE78FE
Text Example
Text Example
White with #EE78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE78FE; }
p { color: rgb(238,120,254); }
H1.HeaderClassName
{
color: #EE78FE;
}
.AnyTagClassName
{
color: #EE78FE;
}
</style>
background-color css
<style>
a { background-color: #EE78FE; }
a { background-color: rgb(238,120,254); }
div.DivClassName
{
background-color: #EE78FE;
}
.BgClassName
{
background-color: #EE78FE;
}
</style>
border-color css
<style>
span { border-color: #EE78FE; }
span { border-color: rgb(238,120,254); }
td.TdClassName
{
border-color: #EE78FE;
}
.TagClassName
{
border-color: #EE78FE;
}
</style>