#E164FF

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

Shades of Heliotrope #E164FF

Tints of Heliotrope #E164FF

Color information

#E164FF (or 0xE164FF) is unknown color: approx Heliotrope. HEX triplet: E1, 64 and FF. RGB value is (225,100,255). Sum of RGB (Red+Green+Blue) = 225+100+255=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #E164FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164FF is #1E9B00. Grayscale: #9A9A9A. Windows color (decimal): -2005761 or 16737505. OLE color: 16737505.

HSL color Cylindrical-coordinate representation of color #E164FF: hue angle of 288.39º 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 #E164FF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225100255-
CMYK0.120.6100
HSL288.39º100%69.61%-
HSV(B)288.39º60.78%100%-
XYZ53.6632.3498.02-
YUV155.04184.41177.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 100 (39.45% from 255) = 17.24%
BLUE value IS 255 (100% from 255) = 43.97%
R=38.79%
G=17.24%
B=43.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251002550.120.6100288.3910069.61
HexE164FFC3D001206446
Octal341144377147500440144106
Binary1110000111001001111111111001111010010010000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164FF; }

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

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

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

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

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

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

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

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