#E265FA

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

Shades of Heliotrope #E265FA

Tints of Heliotrope #E265FA

Color information

#E265FA (or 0xE265FA) is unknown color: approx Heliotrope. HEX triplet: E2, 65 and FA. RGB value is (226,101,250). Sum of RGB (Red+Green+Blue) = 226+101+250=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #E265FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265FA is #1D9A05. Grayscale: #9A9A9A. Windows color (decimal): -1939974 or 16410082. OLE color: 16410082.

HSL color Cylindrical-coordinate representation of color #E265FA: hue angle of 290.34º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E265FA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226101250-
CMYK0.100.6000.02
HSL290.34º93.71%68.82%-
HSV(B)290.34º59.6%98.04%-
XYZ53.2732.3893.88-
YUV155.36181.41178.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.17%
GREEN value IS 101 (39.84% from 255) = 17.50%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=39.17%
G=17.50%
B=43.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261012500.100.6000.02290.3493.7168.82
HexE265FAA3C021225e45
Octal342145372127402442136105
Binary11100010110010111111010101011110001010010001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265FA; }

 p { color: rgb(226,101,250); }

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

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

 a { background-color: rgb(226,101,250); }

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

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

 span { border-color: rgb(226,101,250); }

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