#E260EF

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

Shades of Heliotrope #E260EF

Tints of Heliotrope #E260EF

Color information

#E260EF (or 0xE260EF) is unknown color: approx Heliotrope. HEX triplet: E2, 60 and EF. RGB value is (226,96,239). Sum of RGB (Red+Green+Blue) = 226+96+239=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #E260EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260EF is #1D9F10. Grayscale: #969696. Windows color (decimal): -1941265 or 15687906. OLE color: 15687906.

HSL color Cylindrical-coordinate representation of color #E260EF: hue angle of 294.55º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E260EF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22696239-
CMYK0.050.6000.06
HSL294.55º81.71%65.69%-
HSV(B)294.55º59.83%93.73%-
XYZ51.1330.7784.91-
YUV151.17177.57181.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=40.29%
G=17.11%
B=42.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal226962390.050.6000.06294.5581.7165.69
HexE260EF53C061275242
Octal34214035757406447122102
Binary11100010110000011101111101111100011010010011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E260EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E260EF; }

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

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

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

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

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

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

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

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