Shades of Heliotrope #EE7DFF
Tints of Heliotrope #EE7DFF
RGB
CMYK
RGB Variations
Color information
#EE7DFF (or 0xEE7DFF) is known color: Heliotrope. HEX triplet: EE, 7D and FF. RGB value is (238,125,255). Sum of RGB (Red+Green+Blue) = 238+125+255=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DFF is #118200. Grayscale: #ADADAD. Windows color (decimal): -1147393 or 16743918. OLE color: 16743918.
HSL color Cylindrical-coordinate representation of color #EE7DFF: hue angle of 292.15º 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 #EE7DFF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 125 | 255 | - |
| CMYK | 0.07 | 0.51 | 0 | 0 |
| HSL | 292.15º | 1% | 0.75% | - |
| HSV(B) | 292.15º | 0.51% | 1% | - |
| XYZ | 60.64 | 40.06 | 99.14 | - |
| YUV | 173.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 255 | 0.07 | 0.51 | 0 | 0 | 292.15 | 1 | 0.75 |
| Hex | EE | 7D | FF | 7 | 33 | 0 | 0 | 124 | 64 | 4B |
| Octal | 356 | 175 | 377 | 7 | 63 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101110 | 1111101 | 11111111 | 111 | 110011 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EE7DFF
Complementary color
Monochromatic Colors of #EE7DFF
Black with #EE7DFF
Text Example
Text Example
White with #EE7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7DFF; }
p { color: rgb(238,125,255); }
H1.HeaderClassName
{
color: #EE7DFF;
}
.AnyTagClassName
{
color: #EE7DFF;
}
</style>
background-color css
<style>
a { background-color: #EE7DFF; }
a { background-color: rgb(238,125,255); }
div.DivClassName
{
background-color: #EE7DFF;
}
.BgClassName
{
background-color: #EE7DFF;
}
</style>
border-color css
<style>
span { border-color: #EE7DFF; }
span { border-color: rgb(238,125,255); }
td.TdClassName
{
border-color: #EE7DFF;
}
.TagClassName
{
border-color: #EE7DFF;
}
</style>