Shades of Heliotrope #E679FD
Tints of Heliotrope #E679FD
RGB
CMYK
RGB Variations
Color information
#E679FD (or 0xE679FD) is known color: Heliotrope. HEX triplet: E6, 79 and FD. RGB value is (230,121,253). Sum of RGB (Red+Green+Blue) = 230+121+253=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 121 (47.66% from 255 or 20.03% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #E679FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E679FD is #198602. Grayscale: #A8A8A8. Windows color (decimal): -1672707 or 16611814. OLE color: 16611814.
HSL color Cylindrical-coordinate representation of color #E679FD: hue angle of 289.55º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E679FD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 121 | 253 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.01 |
| HSL | 289.55º | 0.97% | 0.73% | - |
| HSV(B) | 289.55º | 0.52% | 0.99% | - |
| XYZ | 57.2 | 37.59 | 97.17 | - |
| YUV | 168.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 253 | 0.09 | 0.52 | 0 | 0.01 | 289.55 | 0.97 | 0.73 |
| Hex | E6 | 79 | FD | 9 | 34 | 0 | 1 | 122 | 61 | 49 |
| Octal | 346 | 171 | 375 | 11 | 64 | 0 | 1 | 442 | 141 | 111 |
| Binary | 11100110 | 1111001 | 11111101 | 1001 | 110100 | 0 | 1 | 100100010 | 1100001 | 1001001 |
Color Harmonies of #E679FD
Complementary color
Monochromatic Colors of #E679FD
Black with #E679FD
Text Example
Text Example
White with #E679FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679FD; }
p { color: rgb(230,121,253); }
H1.HeaderClassName
{
color: #E679FD;
}
.AnyTagClassName
{
color: #E679FD;
}
</style>
background-color css
<style>
a { background-color: #E679FD; }
a { background-color: rgb(230,121,253); }
div.DivClassName
{
background-color: #E679FD;
}
.BgClassName
{
background-color: #E679FD;
}
</style>
border-color css
<style>
span { border-color: #E679FD; }
span { border-color: rgb(230,121,253); }
td.TdClassName
{
border-color: #E679FD;
}
.TagClassName
{
border-color: #E679FD;
}
</style>