Shades of Heliotrope #E154FC
Tints of Heliotrope #E154FC
RGB
CMYK
RGB Variations
Color information
#E154FC (or 0xE154FC) is known color: Heliotrope. HEX triplet: E1, 54 and FC. RGB value is (225,84,252). Sum of RGB (Red+Green+Blue) = 225+84+252=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #E154FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154FC is #1EAB03. Grayscale: #909090. Windows color (decimal): -2009860 or 16536801. OLE color: 16536801.
HSL color Cylindrical-coordinate representation of color #E154FC: hue angle of 290.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E154FC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 84 | 252 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.01 |
| HSL | 290.36º | 0.97% | 0.66% | - |
| HSV(B) | 290.36º | 0.67% | 0.99% | - |
| XYZ | 51.79 | 29.38 | 95.04 | - |
| YUV | 145.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 252 | 0.11 | 0.67 | 0 | 0.01 | 290.36 | 0.97 | 0.66 |
| Hex | E1 | 54 | FC | B | 43 | 0 | 1 | 122 | 61 | 42 |
| Octal | 341 | 124 | 374 | 13 | 103 | 0 | 1 | 442 | 141 | 102 |
| Binary | 11100001 | 1010100 | 11111100 | 1011 | 1000011 | 0 | 1 | 100100010 | 1100001 | 1000010 |
Color Harmonies of #E154FC
Complementary color
Monochromatic Colors of #E154FC
Black with #E154FC
Text Example
Text Example
White with #E154FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154FC; }
p { color: rgb(225,84,252); }
H1.HeaderClassName
{
color: #E154FC;
}
.AnyTagClassName
{
color: #E154FC;
}
</style>
background-color css
<style>
a { background-color: #E154FC; }
a { background-color: rgb(225,84,252); }
div.DivClassName
{
background-color: #E154FC;
}
.BgClassName
{
background-color: #E154FC;
}
</style>
border-color css
<style>
span { border-color: #E154FC; }
span { border-color: rgb(225,84,252); }
td.TdClassName
{
border-color: #E154FC;
}
.TagClassName
{
border-color: #E154FC;
}
</style>