Shades of Heliotrope #E67CFB
Tints of Heliotrope #E67CFB
RGB
CMYK
RGB Variations
Color information
#E67CFB (or 0xE67CFB) is known color: Heliotrope. HEX triplet: E6, 7C and FB. RGB value is (230,124,251). Sum of RGB (Red+Green+Blue) = 230+124+251=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #E67CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67CFB is #198304. Grayscale: #A9A9A9. Windows color (decimal): -1671941 or 16481510. OLE color: 16481510.
HSL color Cylindrical-coordinate representation of color #E67CFB: hue angle of 290.08º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67CFB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 124 | 251 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.02 |
| HSL | 290.08º | 0.94% | 0.74% | - |
| HSV(B) | 290.08º | 0.51% | 0.98% | - |
| XYZ | 57.25 | 38.2 | 95.62 | - |
| YUV | 170.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 251 | 0.08 | 0.51 | 0 | 0.02 | 290.08 | 0.94 | 0.74 |
| Hex | E6 | 7C | FB | 8 | 33 | 0 | 2 | 122 | 5E | 4A |
| Octal | 346 | 174 | 373 | 10 | 63 | 0 | 2 | 442 | 136 | 112 |
| Binary | 11100110 | 1111100 | 11111011 | 1000 | 110011 | 0 | 10 | 100100010 | 1011110 | 1001010 |
Color Harmonies of #E67CFB
Complementary color
Monochromatic Colors of #E67CFB
Black with #E67CFB
Text Example
Text Example
White with #E67CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CFB; }
p { color: rgb(230,124,251); }
H1.HeaderClassName
{
color: #E67CFB;
}
.AnyTagClassName
{
color: #E67CFB;
}
</style>
background-color css
<style>
a { background-color: #E67CFB; }
a { background-color: rgb(230,124,251); }
div.DivClassName
{
background-color: #E67CFB;
}
.BgClassName
{
background-color: #E67CFB;
}
</style>
border-color css
<style>
span { border-color: #E67CFB; }
span { border-color: rgb(230,124,251); }
td.TdClassName
{
border-color: #E67CFB;
}
.TagClassName
{
border-color: #E67CFB;
}
</style>