Shades of Heliotrope #E576FC
Tints of Heliotrope #E576FC
RGB
CMYK
RGB Variations
Color information
#E576FC (or 0xE576FC) is known color: Heliotrope. HEX triplet: E5, 76 and FC. RGB value is (229,118,252). Sum of RGB (Red+Green+Blue) = 229+118+252=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #E576FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E576FC is #1A8903. Grayscale: #A6A6A6. Windows color (decimal): -1739012 or 16545509. OLE color: 16545509.
HSL color Cylindrical-coordinate representation of color #E576FC: hue angle of 289.7º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E576FC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 118 | 252 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.01 |
| HSL | 289.7º | 0.96% | 0.73% | - |
| HSV(B) | 289.7º | 0.53% | 0.99% | - |
| XYZ | 56.36 | 36.64 | 96.2 | - |
| YUV | 166.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 252 | 0.09 | 0.53 | 0 | 0.01 | 289.7 | 0.96 | 0.73 |
| Hex | E5 | 76 | FC | 9 | 35 | 0 | 1 | 122 | 60 | 49 |
| Octal | 345 | 166 | 374 | 11 | 65 | 0 | 1 | 442 | 140 | 111 |
| Binary | 11100101 | 1110110 | 11111100 | 1001 | 110101 | 0 | 1 | 100100010 | 1100000 | 1001001 |
Color Harmonies of #E576FC
Complementary color
Monochromatic Colors of #E576FC
Black with #E576FC
Text Example
Text Example
White with #E576FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576FC; }
p { color: rgb(229,118,252); }
H1.HeaderClassName
{
color: #E576FC;
}
.AnyTagClassName
{
color: #E576FC;
}
</style>
background-color css
<style>
a { background-color: #E576FC; }
a { background-color: rgb(229,118,252); }
div.DivClassName
{
background-color: #E576FC;
}
.BgClassName
{
background-color: #E576FC;
}
</style>
border-color css
<style>
span { border-color: #E576FC; }
span { border-color: rgb(229,118,252); }
td.TdClassName
{
border-color: #E576FC;
}
.TagClassName
{
border-color: #E576FC;
}
</style>