#E264F9

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

Shades of Heliotrope #E264F9

Tints of Heliotrope #E264F9

Color information

#E264F9 (or 0xE264F9) is unknown color: approx Heliotrope. HEX triplet: E2, 64 and F9. RGB value is (226,100,249). Sum of RGB (Red+Green+Blue) = 226+100+249=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #E264F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264F9 is #1D9B06. Grayscale: #9A9A9A. Windows color (decimal): -1940231 or 16344290. OLE color: 16344290.

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

Color convert

RGB226100249-
CMYK0.090.6000.02
HSL290.74º92.55%68.43%-
HSV(B)290.74º59.84%97.65%-
XYZ53.0232.1293.03-
YUV154.66181.24178.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 100 (39.45% from 255) = 17.39%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=39.30%
G=17.39%
B=43.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261002490.090.6000.02290.7492.5568.43
HexE264F993C021235d44
Octal342144371117402443135104
Binary11100010110010011111001100111110001010010001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E264F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E264F9; }

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

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

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

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

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

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

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

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