Shades of Heliotrope #E468FD
Tints of Heliotrope #E468FD
RGB
CMYK
RGB Variations
Color information
#E468FD (or 0xE468FD) is known color: Heliotrope. HEX triplet: E4, 68 and FD. RGB value is (228,104,253). Sum of RGB (Red+Green+Blue) = 228+104+253=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E468FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468FD is #1B9702. Grayscale: #9D9D9D. Windows color (decimal): -1808131 or 16607460. OLE color: 16607460.
HSL color Cylindrical-coordinate representation of color #E468FD: hue angle of 289.93º degrees, saturation: 0.97, 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 #E468FD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 104 | 253 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.01 |
| HSL | 289.93º | 0.97% | 0.7% | - |
| HSV(B) | 289.93º | 0.59% | 0.99% | - |
| XYZ | 54.67 | 33.49 | 96.51 | - |
| YUV | 158.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 253 | 0.10 | 0.59 | 0 | 0.01 | 289.93 | 0.97 | 0.7 |
| Hex | E4 | 68 | FD | A | 3B | 0 | 1 | 122 | 61 | 46 |
| Octal | 344 | 150 | 375 | 12 | 73 | 0 | 1 | 442 | 141 | 106 |
| Binary | 11100100 | 1101000 | 11111101 | 1010 | 111011 | 0 | 1 | 100100010 | 1100001 | 1000110 |
Color Harmonies of #E468FD
Complementary color
Monochromatic Colors of #E468FD
Black with #E468FD
Text Example
Text Example
White with #E468FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468FD; }
p { color: rgb(228,104,253); }
H1.HeaderClassName
{
color: #E468FD;
}
.AnyTagClassName
{
color: #E468FD;
}
</style>
background-color css
<style>
a { background-color: #E468FD; }
a { background-color: rgb(228,104,253); }
div.DivClassName
{
background-color: #E468FD;
}
.BgClassName
{
background-color: #E468FD;
}
</style>
border-color css
<style>
span { border-color: #E468FD; }
span { border-color: rgb(228,104,253); }
td.TdClassName
{
border-color: #E468FD;
}
.TagClassName
{
border-color: #E468FD;
}
</style>