Shades of Heliotrope #EE7AFE
Tints of Heliotrope #EE7AFE
RGB
CMYK
RGB Variations
Color information
#EE7AFE (or 0xEE7AFE) is known color: Heliotrope. HEX triplet: EE, 7A and FE. RGB value is (238,122,254). Sum of RGB (Red+Green+Blue) = 238+122+254=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 122 (48.05% from 255 or 19.87% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE7AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7AFE is #118501. Grayscale: #ABABAB. Windows color (decimal): -1148162 or 16677614. OLE color: 16677614.
HSL color Cylindrical-coordinate representation of color #EE7AFE: hue angle of 292.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7AFE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 122 | 254 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.00 |
| HSL | 292.73º | 0.99% | 0.74% | - |
| HSV(B) | 292.73º | 0.52% | 1% | - |
| XYZ | 60.11 | 39.25 | 98.17 | - |
| YUV | 171.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 254 | 0.06 | 0.52 | 0 | 0.00 | 292.73 | 0.99 | 0.74 |
| Hex | EE | 7A | FE | 6 | 34 | 0 | 0 | 125 | 63 | 4A |
| Octal | 356 | 172 | 376 | 6 | 64 | 0 | 0 | 445 | 143 | 112 |
| Binary | 11101110 | 1111010 | 11111110 | 110 | 110100 | 0 | 0 | 100100101 | 1100011 | 1001010 |
Color Harmonies of #EE7AFE
Complementary color
Monochromatic Colors of #EE7AFE
Black with #EE7AFE
Text Example
Text Example
White with #EE7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7AFE; }
p { color: rgb(238,122,254); }
H1.HeaderClassName
{
color: #EE7AFE;
}
.AnyTagClassName
{
color: #EE7AFE;
}
</style>
background-color css
<style>
a { background-color: #EE7AFE; }
a { background-color: rgb(238,122,254); }
div.DivClassName
{
background-color: #EE7AFE;
}
.BgClassName
{
background-color: #EE7AFE;
}
</style>
border-color css
<style>
span { border-color: #EE7AFE; }
span { border-color: rgb(238,122,254); }
td.TdClassName
{
border-color: #EE7AFE;
}
.TagClassName
{
border-color: #EE7AFE;
}
</style>