Shades of Heliotrope #EE7CFE
Tints of Heliotrope #EE7CFE
RGB
CMYK
RGB Variations
Color information
#EE7CFE (or 0xEE7CFE) is known color: Heliotrope. HEX triplet: EE, 7C and FE. RGB value is (238,124,254). Sum of RGB (Red+Green+Blue) = 238+124+254=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE7CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CFE is #118301. Grayscale: #ACACAC. Windows color (decimal): -1147650 or 16678126. OLE color: 16678126.
HSL color Cylindrical-coordinate representation of color #EE7CFE: hue angle of 292.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7CFE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 124 | 254 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.00 |
| HSL | 292.62º | 0.98% | 0.74% | - |
| HSV(B) | 292.62º | 0.51% | 1% | - |
| XYZ | 60.36 | 39.75 | 98.26 | - |
| YUV | 172.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 254 | 0.06 | 0.51 | 0 | 0.00 | 292.62 | 0.98 | 0.74 |
| Hex | EE | 7C | FE | 6 | 33 | 0 | 0 | 125 | 62 | 4A |
| Octal | 356 | 174 | 376 | 6 | 63 | 0 | 0 | 445 | 142 | 112 |
| Binary | 11101110 | 1111100 | 11111110 | 110 | 110011 | 0 | 0 | 100100101 | 1100010 | 1001010 |
Color Harmonies of #EE7CFE
Complementary color
Monochromatic Colors of #EE7CFE
Black with #EE7CFE
Text Example
Text Example
White with #EE7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CFE; }
p { color: rgb(238,124,254); }
H1.HeaderClassName
{
color: #EE7CFE;
}
.AnyTagClassName
{
color: #EE7CFE;
}
</style>
background-color css
<style>
a { background-color: #EE7CFE; }
a { background-color: rgb(238,124,254); }
div.DivClassName
{
background-color: #EE7CFE;
}
.BgClassName
{
background-color: #EE7CFE;
}
</style>
border-color css
<style>
span { border-color: #EE7CFE; }
span { border-color: rgb(238,124,254); }
td.TdClassName
{
border-color: #EE7CFE;
}
.TagClassName
{
border-color: #EE7CFE;
}
</style>