Shades of Heliotrope #E674FE
Tints of Heliotrope #E674FE
RGB
CMYK
RGB Variations
Color information
#E674FE (or 0xE674FE) is known color: Heliotrope. HEX triplet: E6, 74 and FE. RGB value is (230,116,254). Sum of RGB (Red+Green+Blue) = 230+116+254=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 116 (45.70% from 255 or 19.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #E674FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E674FE is #198B01. Grayscale: #A5A5A5. Windows color (decimal): -1673986 or 16676070. OLE color: 16676070.
HSL color Cylindrical-coordinate representation of color #E674FE: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E674FE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 116 | 254 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.00 |
| HSL | 289.57º | 0.99% | 0.73% | - |
| HSV(B) | 289.57º | 0.54% | 1% | - |
| XYZ | 56.77 | 36.47 | 97.81 | - |
| YUV | 165.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 254 | 0.09 | 0.54 | 0 | 0.00 | 289.57 | 0.99 | 0.73 |
| Hex | E6 | 74 | FE | 9 | 36 | 0 | 0 | 122 | 63 | 49 |
| Octal | 346 | 164 | 376 | 11 | 66 | 0 | 0 | 442 | 143 | 111 |
| Binary | 11100110 | 1110100 | 11111110 | 1001 | 110110 | 0 | 0 | 100100010 | 1100011 | 1001001 |
Color Harmonies of #E674FE
Complementary color
Monochromatic Colors of #E674FE
Black with #E674FE
Text Example
Text Example
White with #E674FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674FE; }
p { color: rgb(230,116,254); }
H1.HeaderClassName
{
color: #E674FE;
}
.AnyTagClassName
{
color: #E674FE;
}
</style>
background-color css
<style>
a { background-color: #E674FE; }
a { background-color: rgb(230,116,254); }
div.DivClassName
{
background-color: #E674FE;
}
.BgClassName
{
background-color: #E674FE;
}
</style>
border-color css
<style>
span { border-color: #E674FE; }
span { border-color: rgb(230,116,254); }
td.TdClassName
{
border-color: #E674FE;
}
.TagClassName
{
border-color: #E674FE;
}
</style>