Shades of Heliotrope #E255FE
Tints of Heliotrope #E255FE
RGB
CMYK
RGB Variations
Color information
#E255FE (or 0xE255FE) is known color: Heliotrope. HEX triplet: E2, 55 and FE. RGB value is (226,85,254). Sum of RGB (Red+Green+Blue) = 226+85+254=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #E255FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255FE is #1DAA01. Grayscale: #919191. Windows color (decimal): -1944066 or 16668130. OLE color: 16668130.
HSL color Cylindrical-coordinate representation of color #E255FE: hue angle of 290.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E255FE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 85 | 254 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.00 |
| HSL | 290.06º | 0.99% | 0.66% | - |
| HSV(B) | 290.06º | 0.67% | 1% | - |
| XYZ | 52.5 | 29.82 | 96.75 | - |
| YUV | 146.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 254 | 0.11 | 0.67 | 0 | 0.00 | 290.06 | 0.99 | 0.66 |
| Hex | E2 | 55 | FE | B | 43 | 0 | 0 | 122 | 63 | 42 |
| Octal | 342 | 125 | 376 | 13 | 103 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100010 | 1010101 | 11111110 | 1011 | 1000011 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E255FE
Complementary color
Monochromatic Colors of #E255FE
Black with #E255FE
Text Example
Text Example
White with #E255FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255FE; }
p { color: rgb(226,85,254); }
H1.HeaderClassName
{
color: #E255FE;
}
.AnyTagClassName
{
color: #E255FE;
}
</style>
background-color css
<style>
a { background-color: #E255FE; }
a { background-color: rgb(226,85,254); }
div.DivClassName
{
background-color: #E255FE;
}
.BgClassName
{
background-color: #E255FE;
}
</style>
border-color css
<style>
span { border-color: #E255FE; }
span { border-color: rgb(226,85,254); }
td.TdClassName
{
border-color: #E255FE;
}
.TagClassName
{
border-color: #E255FE;
}
</style>