Shades of Heliotrope #E455FD
Tints of Heliotrope #E455FD
RGB
CMYK
RGB Variations
Color information
#E455FD (or 0xE455FD) is known color: Heliotrope. HEX triplet: E4, 55 and FD. RGB value is (228,85,253). Sum of RGB (Red+Green+Blue) = 228+85+253=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #E455FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E455FD is #1BAA02. Grayscale: #929292. Windows color (decimal): -1812995 or 16602596. OLE color: 16602596.
HSL color Cylindrical-coordinate representation of color #E455FD: hue angle of 291.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E455FD is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 85 | 253 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.01 |
| HSL | 291.07º | 0.98% | 0.66% | - |
| HSV(B) | 291.07º | 0.66% | 0.99% | - |
| XYZ | 52.97 | 30.08 | 95.94 | - |
| YUV | 146.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 253 | 0.10 | 0.66 | 0 | 0.01 | 291.07 | 0.98 | 0.66 |
| Hex | E4 | 55 | FD | A | 42 | 0 | 1 | 123 | 62 | 42 |
| Octal | 344 | 125 | 375 | 12 | 102 | 0 | 1 | 443 | 142 | 102 |
| Binary | 11100100 | 1010101 | 11111101 | 1010 | 1000010 | 0 | 1 | 100100011 | 1100010 | 1000010 |
Color Harmonies of #E455FD
Complementary color
Monochromatic Colors of #E455FD
Black with #E455FD
Text Example
Text Example
White with #E455FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455FD; }
p { color: rgb(228,85,253); }
H1.HeaderClassName
{
color: #E455FD;
}
.AnyTagClassName
{
color: #E455FD;
}
</style>
background-color css
<style>
a { background-color: #E455FD; }
a { background-color: rgb(228,85,253); }
div.DivClassName
{
background-color: #E455FD;
}
.BgClassName
{
background-color: #E455FD;
}
</style>
border-color css
<style>
span { border-color: #E455FD; }
span { border-color: rgb(228,85,253); }
td.TdClassName
{
border-color: #E455FD;
}
.TagClassName
{
border-color: #E455FD;
}
</style>