Shades of Heliotrope #E350FC
Tints of Heliotrope #E350FC
RGB
CMYK
RGB Variations
Color information
#E350FC (or 0xE350FC) is known color: Heliotrope. HEX triplet: E3, 50 and FC. RGB value is (227,80,252). Sum of RGB (Red+Green+Blue) = 227+80+252=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E350FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350FC is #1CAF03. Grayscale: #8F8F8F. Windows color (decimal): -1879812 or 16535779. OLE color: 16535779.
HSL color Cylindrical-coordinate representation of color #E350FC: hue angle of 291.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E350FC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 80 | 252 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.01 |
| HSL | 291.28º | 0.97% | 0.65% | - |
| HSV(B) | 291.28º | 0.68% | 0.99% | - |
| XYZ | 52.12 | 29.1 | 94.96 | - |
| YUV | 143.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 252 | 0.10 | 0.68 | 0 | 0.01 | 291.28 | 0.97 | 0.65 |
| Hex | E3 | 50 | FC | A | 44 | 0 | 1 | 123 | 61 | 41 |
| Octal | 343 | 120 | 374 | 12 | 104 | 0 | 1 | 443 | 141 | 101 |
| Binary | 11100011 | 1010000 | 11111100 | 1010 | 1000100 | 0 | 1 | 100100011 | 1100001 | 1000001 |
Color Harmonies of #E350FC
Complementary color
Monochromatic Colors of #E350FC
Black with #E350FC
Text Example
Text Example
White with #E350FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350FC; }
p { color: rgb(227,80,252); }
H1.HeaderClassName
{
color: #E350FC;
}
.AnyTagClassName
{
color: #E350FC;
}
</style>
background-color css
<style>
a { background-color: #E350FC; }
a { background-color: rgb(227,80,252); }
div.DivClassName
{
background-color: #E350FC;
}
.BgClassName
{
background-color: #E350FC;
}
</style>
border-color css
<style>
span { border-color: #E350FC; }
span { border-color: rgb(227,80,252); }
td.TdClassName
{
border-color: #E350FC;
}
.TagClassName
{
border-color: #E350FC;
}
</style>