Shades of Heliotrope #E675FF
Tints of Heliotrope #E675FF
RGB
CMYK
RGB Variations
Color information
#E675FF (or 0xE675FF) is known color: Heliotrope. HEX triplet: E6, 75 and FF. RGB value is (230,117,255). Sum of RGB (Red+Green+Blue) = 230+117+255=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #E675FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E675FF is #198A00. Grayscale: #A6A6A6. Windows color (decimal): -1673729 or 16741862. OLE color: 16741862.
HSL color Cylindrical-coordinate representation of color #E675FF: hue angle of 289.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E675FF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 117 | 255 | - |
| CMYK | 0.10 | 0.54 | 0 | 0 |
| HSL | 289.13º | 1% | 0.73% | - |
| HSV(B) | 289.13º | 0.54% | 1% | - |
| XYZ | 57.04 | 36.77 | 98.7 | - |
| YUV | 166.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 255 | 0.10 | 0.54 | 0 | 0 | 289.13 | 1 | 0.73 |
| Hex | E6 | 75 | FF | A | 36 | 0 | 0 | 121 | 64 | 49 |
| Octal | 346 | 165 | 377 | 12 | 66 | 0 | 0 | 441 | 144 | 111 |
| Binary | 11100110 | 1110101 | 11111111 | 1010 | 110110 | 0 | 0 | 100100001 | 1100100 | 1001001 |
Color Harmonies of #E675FF
Complementary color
Monochromatic Colors of #E675FF
Black with #E675FF
Text Example
Text Example
White with #E675FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675FF; }
p { color: rgb(230,117,255); }
H1.HeaderClassName
{
color: #E675FF;
}
.AnyTagClassName
{
color: #E675FF;
}
</style>
background-color css
<style>
a { background-color: #E675FF; }
a { background-color: rgb(230,117,255); }
div.DivClassName
{
background-color: #E675FF;
}
.BgClassName
{
background-color: #E675FF;
}
</style>
border-color css
<style>
span { border-color: #E675FF; }
span { border-color: rgb(230,117,255); }
td.TdClassName
{
border-color: #E675FF;
}
.TagClassName
{
border-color: #E675FF;
}
</style>