Shades of Heliotrope #E355FD
Tints of Heliotrope #E355FD
RGB
CMYK
RGB Variations
Color information
#E355FD (or 0xE355FD) is known color: Heliotrope. HEX triplet: E3, 55 and FD. RGB value is (227,85,253). Sum of RGB (Red+Green+Blue) = 227+85+253=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #E355FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355FD is #1CAA02. Grayscale: #929292. Windows color (decimal): -1878531 or 16602595. OLE color: 16602595.
HSL color Cylindrical-coordinate representation of color #E355FD: hue angle of 290.71º 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 #E355FD is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 85 | 253 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.01 |
| HSL | 290.71º | 0.98% | 0.66% | - |
| HSV(B) | 290.71º | 0.66% | 0.99% | - |
| XYZ | 52.66 | 29.92 | 95.93 | - |
| YUV | 146.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 253 | 0.10 | 0.66 | 0 | 0.01 | 290.71 | 0.98 | 0.66 |
| Hex | E3 | 55 | FD | A | 42 | 0 | 1 | 123 | 62 | 42 |
| Octal | 343 | 125 | 375 | 12 | 102 | 0 | 1 | 443 | 142 | 102 |
| Binary | 11100011 | 1010101 | 11111101 | 1010 | 1000010 | 0 | 1 | 100100011 | 1100010 | 1000010 |
Color Harmonies of #E355FD
Complementary color
Monochromatic Colors of #E355FD
Black with #E355FD
Text Example
Text Example
White with #E355FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355FD; }
p { color: rgb(227,85,253); }
H1.HeaderClassName
{
color: #E355FD;
}
.AnyTagClassName
{
color: #E355FD;
}
</style>
background-color css
<style>
a { background-color: #E355FD; }
a { background-color: rgb(227,85,253); }
div.DivClassName
{
background-color: #E355FD;
}
.BgClassName
{
background-color: #E355FD;
}
</style>
border-color css
<style>
span { border-color: #E355FD; }
span { border-color: rgb(227,85,253); }
td.TdClassName
{
border-color: #E355FD;
}
.TagClassName
{
border-color: #E355FD;
}
</style>