#e264f6

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

Shades of Heliotrope #E264F6

Tints of Heliotrope #E264F6

Color information

#E264F6 (or 0xE264F6) is unknown color: approx Heliotrope. HEX triplet: E2, 64 and F6. RGB value is (226,100,246). Sum of RGB (Red+Green+Blue) = 226+100+246=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 100 (39.45% from 255 or 17.48% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #E264F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264F6 is #1D9B09. Grayscale: #999999. Windows color (decimal): -1940234 or 16147682. OLE color: 16147682.

HSL color Cylindrical-coordinate representation of color #E264F6: hue angle of 291.78º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E264F6 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226100246-
CMYK0.080.5900.04
HSL291.78º89.02%67.84%-
HSV(B)291.78º59.35%96.47%-
XYZ52.5631.9490.58-
YUV154.32179.74179.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 100 (39.45% from 255) = 17.48%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=39.51%
G=17.48%
B=43.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261002460.080.5900.04291.7889.0267.84
HexE264F683B041245944
Octal342144366107304444131104
Binary111000101100100111101101000111011010010010010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e264f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e264f6; }

 p { color: rgb(226,100,246); }

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

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

 a { background-color: rgb(226,100,246); }

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

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

 span { border-color: rgb(226,100,246); }

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