Shades of Heliotrope #E262FC
Tints of Heliotrope #E262FC
RGB
CMYK
RGB Variations
Color information
#E262FC (or 0xE262FC) is known color: Heliotrope. HEX triplet: E2, 62 and FC. RGB value is (226,98,252). Sum of RGB (Red+Green+Blue) = 226+98+252=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 98 (38.67% from 255 or 17.01% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #E262FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262FC is #1D9D03. Grayscale: #999999. Windows color (decimal): -1940740 or 16540386. OLE color: 16540386.
HSL color Cylindrical-coordinate representation of color #E262FC: hue angle of 289.87º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E262FC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 98 | 252 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.01 |
| HSL | 289.87º | 0.96% | 0.69% | - |
| HSV(B) | 289.87º | 0.61% | 0.99% | - |
| XYZ | 53.3 | 31.93 | 95.45 | - |
| YUV | 153.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 252 | 0.10 | 0.61 | 0 | 0.01 | 289.87 | 0.96 | 0.69 |
| Hex | E2 | 62 | FC | A | 3D | 0 | 1 | 122 | 60 | 45 |
| Octal | 342 | 142 | 374 | 12 | 75 | 0 | 1 | 442 | 140 | 105 |
| Binary | 11100010 | 1100010 | 11111100 | 1010 | 111101 | 0 | 1 | 100100010 | 1100000 | 1000101 |
Color Harmonies of #E262FC
Complementary color
Monochromatic Colors of #E262FC
Black with #E262FC
Text Example
Text Example
White with #E262FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262FC; }
p { color: rgb(226,98,252); }
H1.HeaderClassName
{
color: #E262FC;
}
.AnyTagClassName
{
color: #E262FC;
}
</style>
background-color css
<style>
a { background-color: #E262FC; }
a { background-color: rgb(226,98,252); }
div.DivClassName
{
background-color: #E262FC;
}
.BgClassName
{
background-color: #E262FC;
}
</style>
border-color css
<style>
span { border-color: #E262FC; }
span { border-color: rgb(226,98,252); }
td.TdClassName
{
border-color: #E262FC;
}
.TagClassName
{
border-color: #E262FC;
}
</style>