#E28DFA

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

Shades of Heliotrope #E28DFA

Tints of Heliotrope #E28DFA

Color information

#E28DFA (or 0xE28DFA) is unknown color: approx Heliotrope. HEX triplet: E2, 8D and FA. RGB value is (226,141,250). Sum of RGB (Red+Green+Blue) = 226+141+250=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #E28DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DFA is #1D7205. Grayscale: #B2B2B2. Windows color (decimal): -1929734 or 16420322. OLE color: 16420322.

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

Color convert

RGB226141250-
CMYK0.100.4400.02
HSL286.79º91.6%76.67%-
HSV(B)286.79º43.6%98.04%-
XYZ58.1442.1295.51-
YUV178.84168.16161.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 141 (55.47% from 255) = 22.85%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=36.63%
G=22.85%
B=40.52%

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
Decimal2261412500.100.4400.02286.7991.676.67
HexE28DFAA2C0211f5c4d
Octal342215372125402437134115
Binary111000101000110111111010101010110001010001111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DFA; }

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

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

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

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

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

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

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

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