Shades of Heliotrope #E670FF
Tints of Heliotrope #E670FF
RGB
CMYK
RGB Variations
Color information
#E670FF (or 0xE670FF) is known color: Heliotrope. HEX triplet: E6, 70 and FF. RGB value is (230,112,255). Sum of RGB (Red+Green+Blue) = 230+112+255=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #E670FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670FF is #198F00. Grayscale: #A3A3A3. Windows color (decimal): -1675009 or 16740582. OLE color: 16740582.
HSL color Cylindrical-coordinate representation of color #E670FF: hue angle of 289.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E670FF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 112 | 255 | - |
| CMYK | 0.10 | 0.56 | 0 | 0 |
| HSL | 289.51º | 1% | 0.72% | - |
| HSV(B) | 289.51º | 0.56% | 1% | - |
| XYZ | 56.48 | 35.63 | 98.51 | - |
| YUV | 163.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 255 | 0.10 | 0.56 | 0 | 0 | 289.51 | 1 | 0.72 |
| Hex | E6 | 70 | FF | A | 38 | 0 | 0 | 122 | 64 | 48 |
| Octal | 346 | 160 | 377 | 12 | 70 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11100110 | 1110000 | 11111111 | 1010 | 111000 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E670FF
Complementary color
Monochromatic Colors of #E670FF
Black with #E670FF
Text Example
Text Example
White with #E670FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670FF; }
p { color: rgb(230,112,255); }
H1.HeaderClassName
{
color: #E670FF;
}
.AnyTagClassName
{
color: #E670FF;
}
</style>
background-color css
<style>
a { background-color: #E670FF; }
a { background-color: rgb(230,112,255); }
div.DivClassName
{
background-color: #E670FF;
}
.BgClassName
{
background-color: #E670FF;
}
</style>
border-color css
<style>
span { border-color: #E670FF; }
span { border-color: rgb(230,112,255); }
td.TdClassName
{
border-color: #E670FF;
}
.TagClassName
{
border-color: #E670FF;
}
</style>