#E28BFA

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

Shades of Heliotrope #E28BFA

Tints of Heliotrope #E28BFA

Color information

#E28BFA (or 0xE28BFA) is unknown color: approx Heliotrope. HEX triplet: E2, 8B and FA. RGB value is (226,139,250). Sum of RGB (Red+Green+Blue) = 226+139+250=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #E28BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28BFA is #1D7405. Grayscale: #B1B1B1. Windows color (decimal): -1930246 or 16419810. OLE color: 16419810.

HSL color Cylindrical-coordinate representation of color #E28BFA: hue angle of 287.03º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28BFA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226139250-
CMYK0.100.4400.02
HSL287.03º91.74%76.27%-
HSV(B)287.03º44.4%98.04%-
XYZ57.8541.5495.41-
YUV177.67168.82162.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 139 (54.69% from 255) = 22.60%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=36.75%
G=22.60%
B=40.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261392500.100.4400.02287.0391.7476.27
HexE28BFAA2C0211f5c4c
Octal342213372125402437134114
Binary111000101000101111111010101010110001010001111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28BFA; }

 p { color: rgb(226,139,250); }

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

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

 a { background-color: rgb(226,139,250); }

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

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

 span { border-color: rgb(226,139,250); }

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