Shades of Heliotrope #E174FC
Tints of Heliotrope #E174FC
RGB
CMYK
RGB Variations
Color information
#E174FC (or 0xE174FC) is known color: Heliotrope. HEX triplet: E1, 74 and FC. RGB value is (225,116,252). Sum of RGB (Red+Green+Blue) = 225+116+252=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #E174FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E174FC is #1E8B03. Grayscale: #A3A3A3. Windows color (decimal): -2001668 or 16544993. OLE color: 16544993.
HSL color Cylindrical-coordinate representation of color #E174FC: hue angle of 288.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E174FC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 116 | 252 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.01 |
| HSL | 288.09º | 0.96% | 0.72% | - |
| HSV(B) | 288.09º | 0.54% | 0.99% | - |
| XYZ | 54.87 | 35.53 | 96.06 | - |
| YUV | 164.1 | 177.61 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 252 | 0.11 | 0.54 | 0 | 0.01 | 288.09 | 0.96 | 0.72 |
| Hex | E1 | 74 | FC | B | 36 | 0 | 1 | 120 | 60 | 48 |
| Octal | 341 | 164 | 374 | 13 | 66 | 0 | 1 | 440 | 140 | 110 |
| Binary | 11100001 | 1110100 | 11111100 | 1011 | 110110 | 0 | 1 | 100100000 | 1100000 | 1001000 |
Color Harmonies of #E174FC
Complementary color
Monochromatic Colors of #E174FC
Black with #E174FC
Text Example
Text Example
White with #E174FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174FC; }
p { color: rgb(225,116,252); }
H1.HeaderClassName
{
color: #E174FC;
}
.AnyTagClassName
{
color: #E174FC;
}
</style>
background-color css
<style>
a { background-color: #E174FC; }
a { background-color: rgb(225,116,252); }
div.DivClassName
{
background-color: #E174FC;
}
.BgClassName
{
background-color: #E174FC;
}
</style>
border-color css
<style>
span { border-color: #E174FC; }
span { border-color: rgb(225,116,252); }
td.TdClassName
{
border-color: #E174FC;
}
.TagClassName
{
border-color: #E174FC;
}
</style>