#E56AFE

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

Shades of Heliotrope #E56AFE

Tints of Heliotrope #E56AFE

Color information

#E56AFE (or 0xE56AFE) is unknown color: approx Heliotrope. HEX triplet: E5, 6A and FE. RGB value is (229,106,254). Sum of RGB (Red+Green+Blue) = 229+106+254=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #E56AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56AFE is #1A9501. Grayscale: #9F9F9F. Windows color (decimal): -1742082 or 16673509. OLE color: 16673509.

HSL color Cylindrical-coordinate representation of color #E56AFE: hue angle of 289.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56AFE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229106254-
CMYK0.100.5800.00
HSL289.86º98.67%70.59%-
HSV(B)289.86º58.27%99.61%-
XYZ55.3634.1297.43-
YUV159.65181.25177.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 106 (41.80% from 255) = 18.00%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=38.88%
G=18.00%
B=43.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291062540.100.5800.00289.8698.6770.59
HexE56AFEA3A001226347
Octal345152376127200442143107
Binary1110010111010101111111010101110100010010001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56AFE; }

 p { color: rgb(229,106,254); }

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

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

 a { background-color: rgb(229,106,254); }

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

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

 span { border-color: rgb(229,106,254); }

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