Shades of Heliotrope #E55CFE
Tints of Heliotrope #E55CFE
RGB
CMYK
RGB Variations
Color information
#E55CFE (or 0xE55CFE) is known color: Heliotrope. HEX triplet: E5, 5C and FE. RGB value is (229,92,254). Sum of RGB (Red+Green+Blue) = 229+92+254=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #E55CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55CFE is #1AA301. Grayscale: #969696. Windows color (decimal): -1745666 or 16669925. OLE color: 16669925.
HSL color Cylindrical-coordinate representation of color #E55CFE: hue angle of 290.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55CFE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 92 | 254 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.00 |
| HSL | 290.74º | 0.99% | 0.68% | - |
| HSV(B) | 290.74º | 0.64% | 1% | - |
| XYZ | 54.03 | 31.47 | 96.99 | - |
| YUV | 151.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 254 | 0.10 | 0.64 | 0 | 0.00 | 290.74 | 0.99 | 0.68 |
| Hex | E5 | 5C | FE | A | 40 | 0 | 0 | 123 | 63 | 44 |
| Octal | 345 | 134 | 376 | 12 | 100 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100101 | 1011100 | 11111110 | 1010 | 1000000 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E55CFE
Complementary color
Monochromatic Colors of #E55CFE
Black with #E55CFE
Text Example
Text Example
White with #E55CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CFE; }
p { color: rgb(229,92,254); }
H1.HeaderClassName
{
color: #E55CFE;
}
.AnyTagClassName
{
color: #E55CFE;
}
</style>
background-color css
<style>
a { background-color: #E55CFE; }
a { background-color: rgb(229,92,254); }
div.DivClassName
{
background-color: #E55CFE;
}
.BgClassName
{
background-color: #E55CFE;
}
</style>
border-color css
<style>
span { border-color: #E55CFE; }
span { border-color: rgb(229,92,254); }
td.TdClassName
{
border-color: #E55CFE;
}
.TagClassName
{
border-color: #E55CFE;
}
</style>