Shades of Heliotrope #E55DFE
Tints of Heliotrope #E55DFE
RGB
CMYK
RGB Variations
Color information
#E55DFE (or 0xE55DFE) is known color: Heliotrope. HEX triplet: E5, 5D and FE. RGB value is (229,93,254). Sum of RGB (Red+Green+Blue) = 229+93+254=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E55DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55DFE is #1AA201. Grayscale: #979797. Windows color (decimal): -1745410 or 16670181. OLE color: 16670181.
HSL color Cylindrical-coordinate representation of color #E55DFE: hue angle of 290.68º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55DFE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 93 | 254 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.00 |
| HSL | 290.68º | 0.99% | 0.68% | - |
| HSV(B) | 290.68º | 0.63% | 1% | - |
| XYZ | 54.12 | 31.64 | 97.02 | - |
| YUV | 152.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 254 | 0.10 | 0.63 | 0 | 0.00 | 290.68 | 0.99 | 0.68 |
| Hex | E5 | 5D | FE | A | 3F | 0 | 0 | 123 | 63 | 44 |
| Octal | 345 | 135 | 376 | 12 | 77 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100101 | 1011101 | 11111110 | 1010 | 111111 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E55DFE
Complementary color
Monochromatic Colors of #E55DFE
Black with #E55DFE
Text Example
Text Example
White with #E55DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DFE; }
p { color: rgb(229,93,254); }
H1.HeaderClassName
{
color: #E55DFE;
}
.AnyTagClassName
{
color: #E55DFE;
}
</style>
background-color css
<style>
a { background-color: #E55DFE; }
a { background-color: rgb(229,93,254); }
div.DivClassName
{
background-color: #E55DFE;
}
.BgClassName
{
background-color: #E55DFE;
}
</style>
border-color css
<style>
span { border-color: #E55DFE; }
span { border-color: rgb(229,93,254); }
td.TdClassName
{
border-color: #E55DFE;
}
.TagClassName
{
border-color: #E55DFE;
}
</style>