Shades of Heliotrope #E55DFD
Tints of Heliotrope #E55DFD
RGB
CMYK
RGB Variations
Color information
#E55DFD (or 0xE55DFD) is known color: Heliotrope. HEX triplet: E5, 5D and FD. RGB value is (229,93,253). Sum of RGB (Red+Green+Blue) = 229+93+253=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E55DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55DFD is #1AA202. Grayscale: #979797. Windows color (decimal): -1745411 or 16604645. OLE color: 16604645.
HSL color Cylindrical-coordinate representation of color #E55DFD: hue angle of 291º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55DFD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 93 | 253 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.01 |
| HSL | 291º | 0.98% | 0.68% | - |
| HSV(B) | 291º | 0.63% | 0.99% | - |
| XYZ | 53.96 | 31.58 | 96.18 | - |
| YUV | 151.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 253 | 0.09 | 0.63 | 0 | 0.01 | 291 | 0.98 | 0.68 |
| Hex | E5 | 5D | FD | 9 | 3F | 0 | 1 | 123 | 62 | 44 |
| Octal | 345 | 135 | 375 | 11 | 77 | 0 | 1 | 443 | 142 | 104 |
| Binary | 11100101 | 1011101 | 11111101 | 1001 | 111111 | 0 | 1 | 100100011 | 1100010 | 1000100 |
Color Harmonies of #E55DFD
Complementary color
Monochromatic Colors of #E55DFD
Black with #E55DFD
Text Example
Text Example
White with #E55DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DFD; }
p { color: rgb(229,93,253); }
H1.HeaderClassName
{
color: #E55DFD;
}
.AnyTagClassName
{
color: #E55DFD;
}
</style>
background-color css
<style>
a { background-color: #E55DFD; }
a { background-color: rgb(229,93,253); }
div.DivClassName
{
background-color: #E55DFD;
}
.BgClassName
{
background-color: #E55DFD;
}
</style>
border-color css
<style>
span { border-color: #E55DFD; }
span { border-color: rgb(229,93,253); }
td.TdClassName
{
border-color: #E55DFD;
}
.TagClassName
{
border-color: #E55DFD;
}
</style>