Shades of Heliotrope #E67AFE
Tints of Heliotrope #E67AFE
RGB
CMYK
RGB Variations
Color information
#E67AFE (or 0xE67AFE) is known color: Heliotrope. HEX triplet: E6, 7A and FE. RGB value is (230,122,254). Sum of RGB (Red+Green+Blue) = 230+122+254=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #E67AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67AFE is #198501. Grayscale: #A8A8A8. Windows color (decimal): -1672450 or 16677606. OLE color: 16677606.
HSL color Cylindrical-coordinate representation of color #E67AFE: hue angle of 289.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E67AFE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 122 | 254 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.00 |
| HSL | 289.09º | 0.99% | 0.74% | - |
| HSV(B) | 289.09º | 0.52% | 1% | - |
| XYZ | 57.48 | 37.9 | 98.05 | - |
| YUV | 169.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 254 | 0.09 | 0.52 | 0 | 0.00 | 289.09 | 0.99 | 0.74 |
| Hex | E6 | 7A | FE | 9 | 34 | 0 | 0 | 121 | 63 | 4A |
| Octal | 346 | 172 | 376 | 11 | 64 | 0 | 0 | 441 | 143 | 112 |
| Binary | 11100110 | 1111010 | 11111110 | 1001 | 110100 | 0 | 0 | 100100001 | 1100011 | 1001010 |
Color Harmonies of #E67AFE
Complementary color
Monochromatic Colors of #E67AFE
Black with #E67AFE
Text Example
Text Example
White with #E67AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AFE; }
p { color: rgb(230,122,254); }
H1.HeaderClassName
{
color: #E67AFE;
}
.AnyTagClassName
{
color: #E67AFE;
}
</style>
background-color css
<style>
a { background-color: #E67AFE; }
a { background-color: rgb(230,122,254); }
div.DivClassName
{
background-color: #E67AFE;
}
.BgClassName
{
background-color: #E67AFE;
}
</style>
border-color css
<style>
span { border-color: #E67AFE; }
span { border-color: rgb(230,122,254); }
td.TdClassName
{
border-color: #E67AFE;
}
.TagClassName
{
border-color: #E67AFE;
}
</style>