#E260F9

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

Shades of Heliotrope #E260F9

Tints of Heliotrope #E260F9

Color information

#E260F9 (or 0xE260F9) is unknown color: approx Heliotrope. HEX triplet: E2, 60 and F9. RGB value is (226,96,249). Sum of RGB (Red+Green+Blue) = 226+96+249=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 96 (37.89% from 255 or 16.81% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #E260F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260F9 is #1D9F06. Grayscale: #979797. Windows color (decimal): -1941255 or 16343266. OLE color: 16343266.

HSL color Cylindrical-coordinate representation of color #E260F9: hue angle of 290.98º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E260F9 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22696249-
CMYK0.090.6100.02
HSL290.98º92.73%67.65%-
HSV(B)290.98º61.45%97.65%-
XYZ52.6531.3792.9-
YUV152.31182.57180.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 96 (37.89% from 255) = 16.81%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=39.58%
G=16.81%
B=43.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal226962490.090.6100.02290.9892.7367.65
HexE260F993D021235d44
Octal342140371117502443135104
Binary11100010110000011111001100111110101010010001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E260F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E260F9; }

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

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

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

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

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

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

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

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