Shades of Heliotrope #E250FC
Tints of Heliotrope #E250FC
RGB
CMYK
RGB Variations
Color information
#E250FC (or 0xE250FC) is known color: Heliotrope. HEX triplet: E2, 50 and FC. RGB value is (226,80,252). Sum of RGB (Red+Green+Blue) = 226+80+252=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 80 (31.64% from 255 or 14.34% 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 #E250FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250FC is #1DAF03. Grayscale: #8E8E8E. Windows color (decimal): -1945348 or 16535778. OLE color: 16535778.
HSL color Cylindrical-coordinate representation of color #E250FC: hue angle of 290.93º 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 #E250FC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 80 | 252 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.01 |
| HSL | 290.93º | 0.97% | 0.65% | - |
| HSV(B) | 290.93º | 0.68% | 0.99% | - |
| XYZ | 51.8 | 28.93 | 94.95 | - |
| YUV | 143.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 252 | 0.10 | 0.68 | 0 | 0.01 | 290.93 | 0.97 | 0.65 |
| Hex | E2 | 50 | FC | A | 44 | 0 | 1 | 123 | 61 | 41 |
| Octal | 342 | 120 | 374 | 12 | 104 | 0 | 1 | 443 | 141 | 101 |
| Binary | 11100010 | 1010000 | 11111100 | 1010 | 1000100 | 0 | 1 | 100100011 | 1100001 | 1000001 |
Color Harmonies of #E250FC
Complementary color
Monochromatic Colors of #E250FC
Black with #E250FC
Text Example
Text Example
White with #E250FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250FC; }
p { color: rgb(226,80,252); }
H1.HeaderClassName
{
color: #E250FC;
}
.AnyTagClassName
{
color: #E250FC;
}
</style>
background-color css
<style>
a { background-color: #E250FC; }
a { background-color: rgb(226,80,252); }
div.DivClassName
{
background-color: #E250FC;
}
.BgClassName
{
background-color: #E250FC;
}
</style>
border-color css
<style>
span { border-color: #E250FC; }
span { border-color: rgb(226,80,252); }
td.TdClassName
{
border-color: #E250FC;
}
.TagClassName
{
border-color: #E250FC;
}
</style>