Shades of Heliotrope #E555FE
Tints of Heliotrope #E555FE
RGB
CMYK
RGB Variations
Color information
#E555FE (or 0xE555FE) is known color: Heliotrope. HEX triplet: E5, 55 and FE. RGB value is (229,85,254). Sum of RGB (Red+Green+Blue) = 229+85+254=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #E555FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E555FE is #1AAA01. Grayscale: #929292. Windows color (decimal): -1747458 or 16668133. OLE color: 16668133.
HSL color Cylindrical-coordinate representation of color #E555FE: hue angle of 291.12º 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 #E555FE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 85 | 254 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.00 |
| HSL | 291.12º | 0.99% | 0.66% | - |
| HSV(B) | 291.12º | 0.67% | 1% | - |
| XYZ | 53.45 | 30.31 | 96.8 | - |
| YUV | 147.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 254 | 0.10 | 0.67 | 0 | 0.00 | 291.12 | 0.99 | 0.66 |
| Hex | E5 | 55 | FE | A | 43 | 0 | 0 | 123 | 63 | 42 |
| Octal | 345 | 125 | 376 | 12 | 103 | 0 | 0 | 443 | 143 | 102 |
| Binary | 11100101 | 1010101 | 11111110 | 1010 | 1000011 | 0 | 0 | 100100011 | 1100011 | 1000010 |
Color Harmonies of #E555FE
Complementary color
Monochromatic Colors of #E555FE
Black with #E555FE
Text Example
Text Example
White with #E555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555FE; }
p { color: rgb(229,85,254); }
H1.HeaderClassName
{
color: #E555FE;
}
.AnyTagClassName
{
color: #E555FE;
}
</style>
background-color css
<style>
a { background-color: #E555FE; }
a { background-color: rgb(229,85,254); }
div.DivClassName
{
background-color: #E555FE;
}
.BgClassName
{
background-color: #E555FE;
}
</style>
border-color css
<style>
span { border-color: #E555FE; }
span { border-color: rgb(229,85,254); }
td.TdClassName
{
border-color: #E555FE;
}
.TagClassName
{
border-color: #E555FE;
}
</style>