Shades of Heliotrope #E061FC
Tints of Heliotrope #E061FC
RGB
CMYK
RGB Variations
Color information
#E061FC (or 0xE061FC) is known color: Heliotrope. HEX triplet: E0, 61 and FC. RGB value is (224,97,252). Sum of RGB (Red+Green+Blue) = 224+97+252=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #E061FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061FC is #1F9E03. Grayscale: #989898. Windows color (decimal): -2072068 or 16540128. OLE color: 16540128.
HSL color Cylindrical-coordinate representation of color #E061FC: hue angle of 289.16º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E061FC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 97 | 252 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.01 |
| HSL | 289.16º | 0.96% | 0.68% | - |
| HSV(B) | 289.16º | 0.62% | 0.99% | - |
| XYZ | 52.59 | 31.42 | 95.39 | - |
| YUV | 152.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 252 | 0.11 | 0.62 | 0 | 0.01 | 289.16 | 0.96 | 0.68 |
| Hex | E0 | 61 | FC | B | 3E | 0 | 1 | 121 | 60 | 44 |
| Octal | 340 | 141 | 374 | 13 | 76 | 0 | 1 | 441 | 140 | 104 |
| Binary | 11100000 | 1100001 | 11111100 | 1011 | 111110 | 0 | 1 | 100100001 | 1100000 | 1000100 |
Color Harmonies of #E061FC
Complementary color
Monochromatic Colors of #E061FC
Black with #E061FC
Text Example
Text Example
White with #E061FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061FC; }
p { color: rgb(224,97,252); }
H1.HeaderClassName
{
color: #E061FC;
}
.AnyTagClassName
{
color: #E061FC;
}
</style>
background-color css
<style>
a { background-color: #E061FC; }
a { background-color: rgb(224,97,252); }
div.DivClassName
{
background-color: #E061FC;
}
.BgClassName
{
background-color: #E061FC;
}
</style>
border-color css
<style>
span { border-color: #E061FC; }
span { border-color: rgb(224,97,252); }
td.TdClassName
{
border-color: #E061FC;
}
.TagClassName
{
border-color: #E061FC;
}
</style>