Shades of Heliotrope #E672F9
Tints of Heliotrope #E672F9
RGB
CMYK
RGB Variations
Color information
#E672F9 (or 0xE672F9) is known color: Heliotrope. HEX triplet: E6, 72 and F9. RGB value is (230,114,249). Sum of RGB (Red+Green+Blue) = 230+114+249=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #E672F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672F9 is #198D06. Grayscale: #A3A3A3. Windows color (decimal): -1674503 or 16347878. OLE color: 16347878.
HSL color Cylindrical-coordinate representation of color #E672F9: hue angle of 291.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E672F9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 114 | 249 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.02 |
| HSL | 291.56º | 0.92% | 0.71% | - |
| HSV(B) | 291.56º | 0.54% | 0.98% | - |
| XYZ | 55.75 | 35.7 | 93.57 | - |
| YUV | 164.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 249 | 0.08 | 0.54 | 0 | 0.02 | 291.56 | 0.92 | 0.71 |
| Hex | E6 | 72 | F9 | 8 | 36 | 0 | 2 | 124 | 5C | 47 |
| Octal | 346 | 162 | 371 | 10 | 66 | 0 | 2 | 444 | 134 | 107 |
| Binary | 11100110 | 1110010 | 11111001 | 1000 | 110110 | 0 | 10 | 100100100 | 1011100 | 1000111 |
Color Harmonies of #E672F9
Complementary color
Monochromatic Colors of #E672F9
Black with #E672F9
Text Example
Text Example
White with #E672F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672F9; }
p { color: rgb(230,114,249); }
H1.HeaderClassName
{
color: #E672F9;
}
.AnyTagClassName
{
color: #E672F9;
}
</style>
background-color css
<style>
a { background-color: #E672F9; }
a { background-color: rgb(230,114,249); }
div.DivClassName
{
background-color: #E672F9;
}
.BgClassName
{
background-color: #E672F9;
}
</style>
border-color css
<style>
span { border-color: #E672F9; }
span { border-color: rgb(230,114,249); }
td.TdClassName
{
border-color: #E672F9;
}
.TagClassName
{
border-color: #E672F9;
}
</style>