Shades of Heliotrope #E34FFC
Tints of Heliotrope #E34FFC
RGB
CMYK
RGB Variations
Color information
#E34FFC (or 0xE34FFC) is known color: Heliotrope. HEX triplet: E3, 4F and FC. RGB value is (227,79,252). Sum of RGB (Red+Green+Blue) = 227+79+252=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 79 (31.25% from 255 or 14.16% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #E34FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34FFC is #1CB003. Grayscale: #8E8E8E. Windows color (decimal): -1880068 or 16535523. OLE color: 16535523.
HSL color Cylindrical-coordinate representation of color #E34FFC: hue angle of 291.33º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34FFC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 79 | 252 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.01 |
| HSL | 291.33º | 0.97% | 0.65% | - |
| HSV(B) | 291.33º | 0.69% | 0.99% | - |
| XYZ | 52.05 | 28.95 | 94.94 | - |
| YUV | 142.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 252 | 0.10 | 0.69 | 0 | 0.01 | 291.33 | 0.97 | 0.65 |
| Hex | E3 | 4F | FC | A | 45 | 0 | 1 | 123 | 61 | 41 |
| Octal | 343 | 117 | 374 | 12 | 105 | 0 | 1 | 443 | 141 | 101 |
| Binary | 11100011 | 1001111 | 11111100 | 1010 | 1000101 | 0 | 1 | 100100011 | 1100001 | 1000001 |
Color Harmonies of #E34FFC
Complementary color
Monochromatic Colors of #E34FFC
Black with #E34FFC
Text Example
Text Example
White with #E34FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FFC; }
p { color: rgb(227,79,252); }
H1.HeaderClassName
{
color: #E34FFC;
}
.AnyTagClassName
{
color: #E34FFC;
}
</style>
background-color css
<style>
a { background-color: #E34FFC; }
a { background-color: rgb(227,79,252); }
div.DivClassName
{
background-color: #E34FFC;
}
.BgClassName
{
background-color: #E34FFC;
}
</style>
border-color css
<style>
span { border-color: #E34FFC; }
span { border-color: rgb(227,79,252); }
td.TdClassName
{
border-color: #E34FFC;
}
.TagClassName
{
border-color: #E34FFC;
}
</style>