#E264FF

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

Shades of Heliotrope #E264FF

Tints of Heliotrope #E264FF

Color information

#E264FF (or 0xE264FF) is unknown color: approx Heliotrope. HEX triplet: E2, 64 and FF. RGB value is (226,100,255). Sum of RGB (Red+Green+Blue) = 226+100+255=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #E264FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264FF is #1D9B00. Grayscale: #9A9A9A. Windows color (decimal): -1940225 or 16737506. OLE color: 16737506.

HSL color Cylindrical-coordinate representation of color #E264FF: hue angle of 288.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E264FF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226100255-
CMYK0.110.6100
HSL288.77º100%69.61%-
HSV(B)288.77º60.78%100%-
XYZ53.9732.598.04-
YUV155.34184.24178.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 100 (39.45% from 255) = 17.21%
BLUE value IS 255 (100% from 255) = 43.89%
R=38.90%
G=17.21%
B=43.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261002550.110.6100288.7710069.61
HexE264FFB3D001216446
Octal342144377137500441144106
Binary1110001011001001111111110111111010010010000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E264FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E264FF; }

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

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

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

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

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

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

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

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