Shades of Heliotrope #E554FE
Tints of Heliotrope #E554FE
RGB
CMYK
RGB Variations
Color information
#E554FE (or 0xE554FE) is known color: Heliotrope. HEX triplet: E5, 54 and FE. RGB value is (229,84,254). Sum of RGB (Red+Green+Blue) = 229+84+254=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #E554FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E554FE is #1AAB01. Grayscale: #929292. Windows color (decimal): -1747714 or 16667877. OLE color: 16667877.
HSL color Cylindrical-coordinate representation of color #E554FE: hue angle of 291.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E554FE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 84 | 254 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.00 |
| HSL | 291.18º | 0.99% | 0.66% | - |
| HSV(B) | 291.18º | 0.67% | 1% | - |
| XYZ | 53.37 | 30.15 | 96.77 | - |
| YUV | 146.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 254 | 0.10 | 0.67 | 0 | 0.00 | 291.18 | 0.99 | 0.66 |
| Hex | E5 | 54 | FE | A | 43 | 0 | 0 | 123 | 63 | 42 |
| Octal | 345 | 124 | 376 | 12 | 103 | 0 | 0 | 443 | 143 | 102 |
| Binary | 11100101 | 1010100 | 11111110 | 1010 | 1000011 | 0 | 0 | 100100011 | 1100011 | 1000010 |
Color Harmonies of #E554FE
Complementary color
Monochromatic Colors of #E554FE
Black with #E554FE
Text Example
Text Example
White with #E554FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554FE; }
p { color: rgb(229,84,254); }
H1.HeaderClassName
{
color: #E554FE;
}
.AnyTagClassName
{
color: #E554FE;
}
</style>
background-color css
<style>
a { background-color: #E554FE; }
a { background-color: rgb(229,84,254); }
div.DivClassName
{
background-color: #E554FE;
}
.BgClassName
{
background-color: #E554FE;
}
</style>
border-color css
<style>
span { border-color: #E554FE; }
span { border-color: rgb(229,84,254); }
td.TdClassName
{
border-color: #E554FE;
}
.TagClassName
{
border-color: #E554FE;
}
</style>