Shades of Heliotrope #E467F2
Tints of Heliotrope #E467F2
RGB
CMYK
RGB Variations
Color information
#E467F2 (or 0xE467F2) is known color: Heliotrope. HEX triplet: E4, 67 and F2. RGB value is (228,103,242). Sum of RGB (Red+Green+Blue) = 228+103+242=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 103 (40.62% from 255 or 17.98% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #E467F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E467F2 is #1B980D. Grayscale: #9B9B9B. Windows color (decimal): -1808398 or 15886308. OLE color: 15886308.
HSL color Cylindrical-coordinate representation of color #E467F2: hue angle of 293.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E467F2 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 103 | 242 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.05 |
| HSL | 293.96º | 0.84% | 0.68% | - |
| HSV(B) | 293.96º | 0.57% | 0.95% | - |
| XYZ | 52.87 | 32.61 | 87.51 | - |
| YUV | 156.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 242 | 0.06 | 0.57 | 0 | 0.05 | 293.96 | 0.84 | 0.68 |
| Hex | E4 | 67 | F2 | 6 | 39 | 0 | 5 | 126 | 54 | 44 |
| Octal | 344 | 147 | 362 | 6 | 71 | 0 | 5 | 446 | 124 | 104 |
| Binary | 11100100 | 1100111 | 11110010 | 110 | 111001 | 0 | 101 | 100100110 | 1010100 | 1000100 |
Color Harmonies of #E467F2
Complementary color
Monochromatic Colors of #E467F2
Black with #E467F2
Text Example
Text Example
White with #E467F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E467F2; }
p { color: rgb(228,103,242); }
H1.HeaderClassName
{
color: #E467F2;
}
.AnyTagClassName
{
color: #E467F2;
}
</style>
background-color css
<style>
a { background-color: #E467F2; }
a { background-color: rgb(228,103,242); }
div.DivClassName
{
background-color: #E467F2;
}
.BgClassName
{
background-color: #E467F2;
}
</style>
border-color css
<style>
span { border-color: #E467F2; }
span { border-color: rgb(228,103,242); }
td.TdClassName
{
border-color: #E467F2;
}
.TagClassName
{
border-color: #E467F2;
}
</style>