Shades of Heliotrope #E260FC
Tints of Heliotrope #E260FC
RGB
CMYK
RGB Variations
Color information
#E260FC (or 0xE260FC) is known color: Heliotrope. HEX triplet: E2, 60 and FC. RGB value is (226,96,252). Sum of RGB (Red+Green+Blue) = 226+96+252=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E260FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260FC is #1D9F03. Grayscale: #989898. Windows color (decimal): -1941252 or 16539874. OLE color: 16539874.
HSL color Cylindrical-coordinate representation of color #E260FC: hue angle of 290º 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 #E260FC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 96 | 252 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.01 |
| HSL | 290º | 0.96% | 0.68% | - |
| HSV(B) | 290º | 0.62% | 0.99% | - |
| XYZ | 53.12 | 31.56 | 95.39 | - |
| YUV | 152.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 252 | 0.10 | 0.62 | 0 | 0.01 | 290 | 0.96 | 0.68 |
| Hex | E2 | 60 | FC | A | 3E | 0 | 1 | 122 | 60 | 44 |
| Octal | 342 | 140 | 374 | 12 | 76 | 0 | 1 | 442 | 140 | 104 |
| Binary | 11100010 | 1100000 | 11111100 | 1010 | 111110 | 0 | 1 | 100100010 | 1100000 | 1000100 |
Color Harmonies of #E260FC
Complementary color
Monochromatic Colors of #E260FC
Black with #E260FC
Text Example
Text Example
White with #E260FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260FC; }
p { color: rgb(226,96,252); }
H1.HeaderClassName
{
color: #E260FC;
}
.AnyTagClassName
{
color: #E260FC;
}
</style>
background-color css
<style>
a { background-color: #E260FC; }
a { background-color: rgb(226,96,252); }
div.DivClassName
{
background-color: #E260FC;
}
.BgClassName
{
background-color: #E260FC;
}
</style>
border-color css
<style>
span { border-color: #E260FC; }
span { border-color: rgb(226,96,252); }
td.TdClassName
{
border-color: #E260FC;
}
.TagClassName
{
border-color: #E260FC;
}
</style>