Shades of Heliotrope #E467FC
Tints of Heliotrope #E467FC
RGB
CMYK
RGB Variations
Color information
#E467FC (or 0xE467FC) is known color: Heliotrope. HEX triplet: E4, 67 and FC. RGB value is (228,103,252). Sum of RGB (Red+Green+Blue) = 228+103+252=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #E467FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E467FC is #1B9803. Grayscale: #9C9C9C. Windows color (decimal): -1808388 or 16541668. OLE color: 16541668.
HSL color Cylindrical-coordinate representation of color #E467FC: hue angle of 290.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E467FC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 103 | 252 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.01 |
| HSL | 290.34º | 0.96% | 0.7% | - |
| HSV(B) | 290.34º | 0.59% | 0.99% | - |
| XYZ | 54.42 | 33.22 | 95.64 | - |
| YUV | 157.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 252 | 0.10 | 0.59 | 0 | 0.01 | 290.34 | 0.96 | 0.7 |
| Hex | E4 | 67 | FC | A | 3B | 0 | 1 | 122 | 60 | 46 |
| Octal | 344 | 147 | 374 | 12 | 73 | 0 | 1 | 442 | 140 | 106 |
| Binary | 11100100 | 1100111 | 11111100 | 1010 | 111011 | 0 | 1 | 100100010 | 1100000 | 1000110 |
Color Harmonies of #E467FC
Complementary color
Monochromatic Colors of #E467FC
Black with #E467FC
Text Example
Text Example
White with #E467FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E467FC; }
p { color: rgb(228,103,252); }
H1.HeaderClassName
{
color: #E467FC;
}
.AnyTagClassName
{
color: #E467FC;
}
</style>
background-color css
<style>
a { background-color: #E467FC; }
a { background-color: rgb(228,103,252); }
div.DivClassName
{
background-color: #E467FC;
}
.BgClassName
{
background-color: #E467FC;
}
</style>
border-color css
<style>
span { border-color: #E467FC; }
span { border-color: rgb(228,103,252); }
td.TdClassName
{
border-color: #E467FC;
}
.TagClassName
{
border-color: #E467FC;
}
</style>