#E28AFE

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

Shades of Heliotrope #E28AFE

Tints of Heliotrope #E28AFE

Color information

#E28AFE (or 0xE28AFE) is unknown color: approx Heliotrope. HEX triplet: E2, 8A and FE. RGB value is (226,138,254). Sum of RGB (Red+Green+Blue) = 226+138+254=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #E28AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AFE is #1D7501. Grayscale: #B1B1B1. Windows color (decimal): -1930498 or 16681698. OLE color: 16681698.

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

Color convert

RGB226138254-
CMYK0.110.4600.00
HSL285.52º98.31%76.86%-
HSV(B)285.52º45.67%99.61%-
XYZ58.3441.598.7-
YUV177.54171.15162.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.57%
GREEN value IS 138 (54.30% from 255) = 22.33%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=36.57%
G=22.33%
B=41.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261382540.110.4600.00285.5298.3176.86
HexE28AFEB2E0011e624d
Octal342212376135600436142115
Binary11100010100010101111111010111011100010001111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AFE; }

 p { color: rgb(226,138,254); }

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

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

 a { background-color: rgb(226,138,254); }

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

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

 span { border-color: rgb(226,138,254); }

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