Shades of Heliotrope #E673FE
Tints of Heliotrope #E673FE
RGB
CMYK
RGB Variations
Color information
#E673FE (or 0xE673FE) is known color: Heliotrope. HEX triplet: E6, 73 and FE. RGB value is (230,115,254). Sum of RGB (Red+Green+Blue) = 230+115+254=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 115 (45.31% from 255 or 19.20% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #E673FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E673FE is #198C01. Grayscale: #A4A4A4. Windows color (decimal): -1674242 or 16675814. OLE color: 16675814.
HSL color Cylindrical-coordinate representation of color #E673FE: hue angle of 289.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E673FE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 115 | 254 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.00 |
| HSL | 289.64º | 0.99% | 0.72% | - |
| HSV(B) | 289.64º | 0.55% | 1% | - |
| XYZ | 56.65 | 36.24 | 97.78 | - |
| YUV | 165.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 254 | 0.09 | 0.55 | 0 | 0.00 | 289.64 | 0.99 | 0.72 |
| Hex | E6 | 73 | FE | 9 | 37 | 0 | 0 | 122 | 63 | 48 |
| Octal | 346 | 163 | 376 | 11 | 67 | 0 | 0 | 442 | 143 | 110 |
| Binary | 11100110 | 1110011 | 11111110 | 1001 | 110111 | 0 | 0 | 100100010 | 1100011 | 1001000 |
Color Harmonies of #E673FE
Complementary color
Monochromatic Colors of #E673FE
Black with #E673FE
Text Example
Text Example
White with #E673FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673FE; }
p { color: rgb(230,115,254); }
H1.HeaderClassName
{
color: #E673FE;
}
.AnyTagClassName
{
color: #E673FE;
}
</style>
background-color css
<style>
a { background-color: #E673FE; }
a { background-color: rgb(230,115,254); }
div.DivClassName
{
background-color: #E673FE;
}
.BgClassName
{
background-color: #E673FE;
}
</style>
border-color css
<style>
span { border-color: #E673FE; }
span { border-color: rgb(230,115,254); }
td.TdClassName
{
border-color: #E673FE;
}
.TagClassName
{
border-color: #E673FE;
}
</style>