Shades of Heliotrope #E154FE
Tints of Heliotrope #E154FE
RGB
CMYK
RGB Variations
Color information
#E154FE (or 0xE154FE) is known color: Heliotrope. HEX triplet: E1, 54 and FE. RGB value is (225,84,254). Sum of RGB (Red+Green+Blue) = 225+84+254=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 84 (33.20% from 255 or 14.92% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #E154FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154FE is #1EAB01. Grayscale: #919191. Windows color (decimal): -2009858 or 16667873. OLE color: 16667873.
HSL color Cylindrical-coordinate representation of color #E154FE: hue angle of 289.76º 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 #E154FE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 84 | 254 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.00 |
| HSL | 289.76º | 0.99% | 0.66% | - |
| HSV(B) | 289.76º | 0.67% | 1% | - |
| XYZ | 52.11 | 29.5 | 96.71 | - |
| YUV | 145.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 254 | 0.11 | 0.67 | 0 | 0.00 | 289.76 | 0.99 | 0.66 |
| Hex | E1 | 54 | FE | B | 43 | 0 | 0 | 122 | 63 | 42 |
| Octal | 341 | 124 | 376 | 13 | 103 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100001 | 1010100 | 11111110 | 1011 | 1000011 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E154FE
Complementary color
Monochromatic Colors of #E154FE
Black with #E154FE
Text Example
Text Example
White with #E154FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154FE; }
p { color: rgb(225,84,254); }
H1.HeaderClassName
{
color: #E154FE;
}
.AnyTagClassName
{
color: #E154FE;
}
</style>
background-color css
<style>
a { background-color: #E154FE; }
a { background-color: rgb(225,84,254); }
div.DivClassName
{
background-color: #E154FE;
}
.BgClassName
{
background-color: #E154FE;
}
</style>
border-color css
<style>
span { border-color: #E154FE; }
span { border-color: rgb(225,84,254); }
td.TdClassName
{
border-color: #E154FE;
}
.TagClassName
{
border-color: #E154FE;
}
</style>