Shades of Heliotrope #E675FE
Tints of Heliotrope #E675FE
RGB
CMYK
RGB Variations
Color information
#E675FE (or 0xE675FE) is known color: Heliotrope. HEX triplet: E6, 75 and FE. RGB value is (230,117,254). Sum of RGB (Red+Green+Blue) = 230+117+254=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 117 (46.09% from 255 or 19.47% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #E675FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E675FE is #198A01. Grayscale: #A5A5A5. Windows color (decimal): -1673730 or 16676326. OLE color: 16676326.
HSL color Cylindrical-coordinate representation of color #E675FE: hue angle of 289.49º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E675FE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 117 | 254 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.00 |
| HSL | 289.49º | 0.99% | 0.73% | - |
| HSV(B) | 289.49º | 0.54% | 1% | - |
| XYZ | 56.88 | 36.7 | 97.85 | - |
| YUV | 166.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 254 | 0.09 | 0.54 | 0 | 0.00 | 289.49 | 0.99 | 0.73 |
| Hex | E6 | 75 | FE | 9 | 36 | 0 | 0 | 121 | 63 | 49 |
| Octal | 346 | 165 | 376 | 11 | 66 | 0 | 0 | 441 | 143 | 111 |
| Binary | 11100110 | 1110101 | 11111110 | 1001 | 110110 | 0 | 0 | 100100001 | 1100011 | 1001001 |
Color Harmonies of #E675FE
Complementary color
Monochromatic Colors of #E675FE
Black with #E675FE
Text Example
Text Example
White with #E675FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675FE; }
p { color: rgb(230,117,254); }
H1.HeaderClassName
{
color: #E675FE;
}
.AnyTagClassName
{
color: #E675FE;
}
</style>
background-color css
<style>
a { background-color: #E675FE; }
a { background-color: rgb(230,117,254); }
div.DivClassName
{
background-color: #E675FE;
}
.BgClassName
{
background-color: #E675FE;
}
</style>
border-color css
<style>
span { border-color: #E675FE; }
span { border-color: rgb(230,117,254); }
td.TdClassName
{
border-color: #E675FE;
}
.TagClassName
{
border-color: #E675FE;
}
</style>