#E15AF4

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

Shades of Heliotrope #E15AF4

Tints of Heliotrope #E15AF4

Color information

#E15AF4 (or 0xE15AF4) is unknown color: approx Heliotrope. HEX triplet: E1, 5A and F4. RGB value is (225,90,244). Sum of RGB (Red+Green+Blue) = 225+90+244=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #E15AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AF4 is #1EA50B. Grayscale: #939393. Windows color (decimal): -2008332 or 16014049. OLE color: 16014049.

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

Color convert

RGB22590244-
CMYK0.080.6300.04
HSL292.6º87.5%65.49%-
HSV(B)292.6º63.11%95.69%-
XYZ51.0429.8588.66-
YUV147.92182.23182.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 90 (35.55% from 255) = 16.10%
BLUE value IS 244 (95.70% from 255) = 43.65%
R=40.25%
G=16.10%
B=43.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal225902440.080.6300.04292.687.565.49
HexE15AF483F041255841
Octal341132364107704445130101
Binary111000011011010111101001000111111010010010010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15AF4; }

 p { color: rgb(225,90,244); }

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

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

 a { background-color: rgb(225,90,244); }

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

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

 span { border-color: rgb(225,90,244); }

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