Shades of Heliotrope #E155FD
Tints of Heliotrope #E155FD
RGB
CMYK
RGB Variations
Color information
#E155FD (or 0xE155FD) is known color: Heliotrope. HEX triplet: E1, 55 and FD. RGB value is (225,85,253). Sum of RGB (Red+Green+Blue) = 225+85+253=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E155FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155FD is #1EAA02. Grayscale: #919191. Windows color (decimal): -2009603 or 16602593. OLE color: 16602593.
HSL color Cylindrical-coordinate representation of color #E155FD: hue angle of 290º 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 #E155FD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 85 | 253 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.66% | - |
| HSV(B) | 290º | 0.66% | 0.99% | - |
| XYZ | 52.03 | 29.6 | 95.9 | - |
| YUV | 146.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 253 | 0.11 | 0.66 | 0 | 0.01 | 290 | 0.98 | 0.66 |
| Hex | E1 | 55 | FD | B | 42 | 0 | 1 | 122 | 62 | 42 |
| Octal | 341 | 125 | 375 | 13 | 102 | 0 | 1 | 442 | 142 | 102 |
| Binary | 11100001 | 1010101 | 11111101 | 1011 | 1000010 | 0 | 1 | 100100010 | 1100010 | 1000010 |
Color Harmonies of #E155FD
Complementary color
Monochromatic Colors of #E155FD
Black with #E155FD
Text Example
Text Example
White with #E155FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155FD; }
p { color: rgb(225,85,253); }
H1.HeaderClassName
{
color: #E155FD;
}
.AnyTagClassName
{
color: #E155FD;
}
</style>
background-color css
<style>
a { background-color: #E155FD; }
a { background-color: rgb(225,85,253); }
div.DivClassName
{
background-color: #E155FD;
}
.BgClassName
{
background-color: #E155FD;
}
</style>
border-color css
<style>
span { border-color: #E155FD; }
span { border-color: rgb(225,85,253); }
td.TdClassName
{
border-color: #E155FD;
}
.TagClassName
{
border-color: #E155FD;
}
</style>