Shades of Heliotrope #E451FC
Tints of Heliotrope #E451FC
RGB
CMYK
RGB Variations
Color information
#E451FC (or 0xE451FC) is known color: Heliotrope. HEX triplet: E4, 51 and FC. RGB value is (228,81,252). Sum of RGB (Red+Green+Blue) = 228+81+252=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #E451FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E451FC is #1BAE03. Grayscale: #8F8F8F. Windows color (decimal): -1814020 or 16536036. OLE color: 16536036.
HSL color Cylindrical-coordinate representation of color #E451FC: hue angle of 291.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E451FC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 81 | 252 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.01 |
| HSL | 291.58º | 0.97% | 0.65% | - |
| HSV(B) | 291.58º | 0.68% | 0.99% | - |
| XYZ | 52.51 | 29.41 | 95 | - |
| YUV | 144.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 252 | 0.10 | 0.68 | 0 | 0.01 | 291.58 | 0.97 | 0.65 |
| Hex | E4 | 51 | FC | A | 44 | 0 | 1 | 124 | 61 | 41 |
| Octal | 344 | 121 | 374 | 12 | 104 | 0 | 1 | 444 | 141 | 101 |
| Binary | 11100100 | 1010001 | 11111100 | 1010 | 1000100 | 0 | 1 | 100100100 | 1100001 | 1000001 |
Color Harmonies of #E451FC
Complementary color
Monochromatic Colors of #E451FC
Black with #E451FC
Text Example
Text Example
White with #E451FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E451FC; }
p { color: rgb(228,81,252); }
H1.HeaderClassName
{
color: #E451FC;
}
.AnyTagClassName
{
color: #E451FC;
}
</style>
background-color css
<style>
a { background-color: #E451FC; }
a { background-color: rgb(228,81,252); }
div.DivClassName
{
background-color: #E451FC;
}
.BgClassName
{
background-color: #E451FC;
}
</style>
border-color css
<style>
span { border-color: #E451FC; }
span { border-color: rgb(228,81,252); }
td.TdClassName
{
border-color: #E451FC;
}
.TagClassName
{
border-color: #E451FC;
}
</style>