Shades of Heliotrope #E255FC
Tints of Heliotrope #E255FC
RGB
CMYK
RGB Variations
Color information
#E255FC (or 0xE255FC) is known color: Heliotrope. HEX triplet: E2, 55 and FC. RGB value is (226,85,252). Sum of RGB (Red+Green+Blue) = 226+85+252=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #E255FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255FC is #1DAA03. Grayscale: #919191. Windows color (decimal): -1944068 or 16537058. OLE color: 16537058.
HSL color Cylindrical-coordinate representation of color #E255FC: hue angle of 290.66º degrees, saturation: 0.97, 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 #E255FC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 85 | 252 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.01 |
| HSL | 290.66º | 0.97% | 0.66% | - |
| HSV(B) | 290.66º | 0.66% | 0.99% | - |
| XYZ | 52.18 | 29.69 | 95.08 | - |
| YUV | 146.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 252 | 0.10 | 0.66 | 0 | 0.01 | 290.66 | 0.97 | 0.66 |
| Hex | E2 | 55 | FC | A | 42 | 0 | 1 | 123 | 61 | 42 |
| Octal | 342 | 125 | 374 | 12 | 102 | 0 | 1 | 443 | 141 | 102 |
| Binary | 11100010 | 1010101 | 11111100 | 1010 | 1000010 | 0 | 1 | 100100011 | 1100001 | 1000010 |
Color Harmonies of #E255FC
Complementary color
Monochromatic Colors of #E255FC
Black with #E255FC
Text Example
Text Example
White with #E255FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255FC; }
p { color: rgb(226,85,252); }
H1.HeaderClassName
{
color: #E255FC;
}
.AnyTagClassName
{
color: #E255FC;
}
</style>
background-color css
<style>
a { background-color: #E255FC; }
a { background-color: rgb(226,85,252); }
div.DivClassName
{
background-color: #E255FC;
}
.BgClassName
{
background-color: #E255FC;
}
</style>
border-color css
<style>
span { border-color: #E255FC; }
span { border-color: rgb(226,85,252); }
td.TdClassName
{
border-color: #E255FC;
}
.TagClassName
{
border-color: #E255FC;
}
</style>