Shades of Heliotrope #E57CFC
Tints of Heliotrope #E57CFC
RGB
CMYK
RGB Variations
Color information
#E57CFC (or 0xE57CFC) is known color: Heliotrope. HEX triplet: E5, 7C and FC. RGB value is (229,124,252). Sum of RGB (Red+Green+Blue) = 229+124+252=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #E57CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57CFC is #1A8303. Grayscale: #A9A9A9. Windows color (decimal): -1737476 or 16547045. OLE color: 16547045.
HSL color Cylindrical-coordinate representation of color #E57CFC: hue angle of 289.22º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57CFC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 124 | 252 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.01 |
| HSL | 289.22º | 0.96% | 0.74% | - |
| HSV(B) | 289.22º | 0.51% | 0.99% | - |
| XYZ | 57.09 | 38.1 | 96.44 | - |
| YUV | 169.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 252 | 0.09 | 0.51 | 0 | 0.01 | 289.22 | 0.96 | 0.74 |
| Hex | E5 | 7C | FC | 9 | 33 | 0 | 1 | 121 | 60 | 4A |
| Octal | 345 | 174 | 374 | 11 | 63 | 0 | 1 | 441 | 140 | 112 |
| Binary | 11100101 | 1111100 | 11111100 | 1001 | 110011 | 0 | 1 | 100100001 | 1100000 | 1001010 |
Color Harmonies of #E57CFC
Complementary color
Monochromatic Colors of #E57CFC
Black with #E57CFC
Text Example
Text Example
White with #E57CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CFC; }
p { color: rgb(229,124,252); }
H1.HeaderClassName
{
color: #E57CFC;
}
.AnyTagClassName
{
color: #E57CFC;
}
</style>
background-color css
<style>
a { background-color: #E57CFC; }
a { background-color: rgb(229,124,252); }
div.DivClassName
{
background-color: #E57CFC;
}
.BgClassName
{
background-color: #E57CFC;
}
</style>
border-color css
<style>
span { border-color: #E57CFC; }
span { border-color: rgb(229,124,252); }
td.TdClassName
{
border-color: #E57CFC;
}
.TagClassName
{
border-color: #E57CFC;
}
</style>