Shades of Heliotrope #E678FC
Tints of Heliotrope #E678FC
RGB
CMYK
RGB Variations
Color information
#E678FC (or 0xE678FC) is known color: Heliotrope. HEX triplet: E6, 78 and FC. RGB value is (230,120,252). Sum of RGB (Red+Green+Blue) = 230+120+252=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #E678FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E678FC is #198703. Grayscale: #A7A7A7. Windows color (decimal): -1672964 or 16546022. OLE color: 16546022.
HSL color Cylindrical-coordinate representation of color #E678FC: hue angle of 290º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E678FC is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 120 | 252 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.01 |
| HSL | 290º | 0.96% | 0.73% | - |
| HSV(B) | 290º | 0.52% | 0.99% | - |
| XYZ | 56.92 | 37.28 | 96.29 | - |
| YUV | 167.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 252 | 0.09 | 0.52 | 0 | 0.01 | 290 | 0.96 | 0.73 |
| Hex | E6 | 78 | FC | 9 | 34 | 0 | 1 | 122 | 60 | 49 |
| Octal | 346 | 170 | 374 | 11 | 64 | 0 | 1 | 442 | 140 | 111 |
| Binary | 11100110 | 1111000 | 11111100 | 1001 | 110100 | 0 | 1 | 100100010 | 1100000 | 1001001 |
Color Harmonies of #E678FC
Complementary color
Monochromatic Colors of #E678FC
Black with #E678FC
Text Example
Text Example
White with #E678FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678FC; }
p { color: rgb(230,120,252); }
H1.HeaderClassName
{
color: #E678FC;
}
.AnyTagClassName
{
color: #E678FC;
}
</style>
background-color css
<style>
a { background-color: #E678FC; }
a { background-color: rgb(230,120,252); }
div.DivClassName
{
background-color: #E678FC;
}
.BgClassName
{
background-color: #E678FC;
}
</style>
border-color css
<style>
span { border-color: #E678FC; }
span { border-color: rgb(230,120,252); }
td.TdClassName
{
border-color: #E678FC;
}
.TagClassName
{
border-color: #E678FC;
}
</style>