Shades of Heliotrope #E670FE
Tints of Heliotrope #E670FE
RGB
CMYK
RGB Variations
Color information
#E670FE (or 0xE670FE) is known color: Heliotrope. HEX triplet: E6, 70 and FE. RGB value is (230,112,254). Sum of RGB (Red+Green+Blue) = 230+112+254=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #E670FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670FE is #198F01. Grayscale: #A3A3A3. Windows color (decimal): -1675010 or 16675046. OLE color: 16675046.
HSL color Cylindrical-coordinate representation of color #E670FE: hue angle of 289.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E670FE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 112 | 254 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.00 |
| HSL | 289.86º | 0.99% | 0.72% | - |
| HSV(B) | 289.86º | 0.56% | 1% | - |
| XYZ | 56.32 | 35.57 | 97.66 | - |
| YUV | 163.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 254 | 0.09 | 0.56 | 0 | 0.00 | 289.86 | 0.99 | 0.72 |
| Hex | E6 | 70 | FE | 9 | 38 | 0 | 0 | 122 | 63 | 48 |
| Octal | 346 | 160 | 376 | 11 | 70 | 0 | 0 | 442 | 143 | 110 |
| Binary | 11100110 | 1110000 | 11111110 | 1001 | 111000 | 0 | 0 | 100100010 | 1100011 | 1001000 |
Color Harmonies of #E670FE
Complementary color
Monochromatic Colors of #E670FE
Black with #E670FE
Text Example
Text Example
White with #E670FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670FE; }
p { color: rgb(230,112,254); }
H1.HeaderClassName
{
color: #E670FE;
}
.AnyTagClassName
{
color: #E670FE;
}
</style>
background-color css
<style>
a { background-color: #E670FE; }
a { background-color: rgb(230,112,254); }
div.DivClassName
{
background-color: #E670FE;
}
.BgClassName
{
background-color: #E670FE;
}
</style>
border-color css
<style>
span { border-color: #E670FE; }
span { border-color: rgb(230,112,254); }
td.TdClassName
{
border-color: #E670FE;
}
.TagClassName
{
border-color: #E670FE;
}
</style>