Shades of Heliotrope #E55CFD
Tints of Heliotrope #E55CFD
RGB
CMYK
RGB Variations
Color information
#E55CFD (or 0xE55CFD) is known color: Heliotrope. HEX triplet: E5, 5C and FD. RGB value is (229,92,253). Sum of RGB (Red+Green+Blue) = 229+92+253=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #E55CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55CFD is #1AA302. Grayscale: #969696. Windows color (decimal): -1745667 or 16604389. OLE color: 16604389.
HSL color Cylindrical-coordinate representation of color #E55CFD: hue angle of 291.06º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55CFD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 92 | 253 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.01 |
| HSL | 291.06º | 0.98% | 0.68% | - |
| HSV(B) | 291.06º | 0.64% | 0.99% | - |
| XYZ | 53.87 | 31.4 | 96.15 | - |
| YUV | 151.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 253 | 0.09 | 0.64 | 0 | 0.01 | 291.06 | 0.98 | 0.68 |
| Hex | E5 | 5C | FD | 9 | 40 | 0 | 1 | 123 | 62 | 44 |
| Octal | 345 | 134 | 375 | 11 | 100 | 0 | 1 | 443 | 142 | 104 |
| Binary | 11100101 | 1011100 | 11111101 | 1001 | 1000000 | 0 | 1 | 100100011 | 1100010 | 1000100 |
Color Harmonies of #E55CFD
Complementary color
Monochromatic Colors of #E55CFD
Black with #E55CFD
Text Example
Text Example
White with #E55CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CFD; }
p { color: rgb(229,92,253); }
H1.HeaderClassName
{
color: #E55CFD;
}
.AnyTagClassName
{
color: #E55CFD;
}
</style>
background-color css
<style>
a { background-color: #E55CFD; }
a { background-color: rgb(229,92,253); }
div.DivClassName
{
background-color: #E55CFD;
}
.BgClassName
{
background-color: #E55CFD;
}
</style>
border-color css
<style>
span { border-color: #E55CFD; }
span { border-color: rgb(229,92,253); }
td.TdClassName
{
border-color: #E55CFD;
}
.TagClassName
{
border-color: #E55CFD;
}
</style>