#e260f4

Color #E260F4 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E260F4

Tints of Heliotrope #E260F4

Color information

#E260F4 (or 0xE260F4) is unknown color: approx Heliotrope. HEX triplet: E2, 60 and F4. RGB value is (226,96,244). Sum of RGB (Red+Green+Blue) = 226+96+244=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #E260F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260F4 is #1D9F0B. Grayscale: #979797. Windows color (decimal): -1941260 or 16015586. OLE color: 16015586.

HSL color Cylindrical-coordinate representation of color #E260F4: hue angle of 292.7º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E260F4 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22696244-
CMYK0.070.6100.04
HSL292.7º87.06%66.67%-
HSV(B)292.7º60.66%95.69%-
XYZ51.8831.0788.85-
YUV151.74180.07180.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 96 (37.89% from 255) = 16.96%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=39.93%
G=16.96%
B=43.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226962440.070.6100.04292.787.0666.67
HexE260F473D041255743
Octal34214036477504445127103
Binary11100010110000011110100111111101010010010010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e260f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e260f4; }

 p { color: rgb(226,96,244); }

 H1.HeaderClassName
 {
   color: #e260f4;
 }
 .AnyTagClassName
 {
   color: #e260f4;
 }
</style>
background-color css

<style>
 a { background-color: #e260f4; }

 a { background-color: rgb(226,96,244); }

 div.DivClassName
 {
   background-color: #e260f4;
 }
 .BgClassName
 {
   background-color: #e260f4;
 }
</style>
border-color css

<style>
 span { border-color: #e260f4; }

 span { border-color: rgb(226,96,244); }

 td.TdClassName
 {
   border-color: #e260f4;
 }
 .TagClassName
 {
   border-color: #e260f4;
 }
</style>