Shades of Heliotrope #E974FF
Tints of Heliotrope #E974FF
RGB
CMYK
RGB Variations
Color information
#E974FF (or 0xE974FF) is known color: Heliotrope. HEX triplet: E9, 74 and FF. RGB value is (233,116,255). Sum of RGB (Red+Green+Blue) = 233+116+255=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #E974FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E974FF is #168B00. Grayscale: #A6A6A6. Windows color (decimal): -1477377 or 16741609. OLE color: 16741609.
HSL color Cylindrical-coordinate representation of color #E974FF: hue angle of 290.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E974FF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 116 | 255 | - |
| CMYK | 0.09 | 0.55 | 0 | 0 |
| HSL | 290.5º | 1% | 0.73% | - |
| HSV(B) | 290.5º | 0.55% | 1% | - |
| XYZ | 57.9 | 37.03 | 98.7 | - |
| YUV | 166.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 255 | 0.09 | 0.55 | 0 | 0 | 290.5 | 1 | 0.73 |
| Hex | E9 | 74 | FF | 9 | 37 | 0 | 0 | 123 | 64 | 49 |
| Octal | 351 | 164 | 377 | 11 | 67 | 0 | 0 | 443 | 144 | 111 |
| Binary | 11101001 | 1110100 | 11111111 | 1001 | 110111 | 0 | 0 | 100100011 | 1100100 | 1001001 |
Color Harmonies of #E974FF
Complementary color
Monochromatic Colors of #E974FF
Black with #E974FF
Text Example
Text Example
White with #E974FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974FF; }
p { color: rgb(233,116,255); }
H1.HeaderClassName
{
color: #E974FF;
}
.AnyTagClassName
{
color: #E974FF;
}
</style>
background-color css
<style>
a { background-color: #E974FF; }
a { background-color: rgb(233,116,255); }
div.DivClassName
{
background-color: #E974FF;
}
.BgClassName
{
background-color: #E974FF;
}
</style>
border-color css
<style>
span { border-color: #E974FF; }
span { border-color: rgb(233,116,255); }
td.TdClassName
{
border-color: #E974FF;
}
.TagClassName
{
border-color: #E974FF;
}
</style>