#E191FA

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

Shades of Heliotrope #E191FA

Tints of Heliotrope #E191FA

Color information

#E191FA (or 0xE191FA) is unknown color: approx Heliotrope. HEX triplet: E1, 91 and FA. RGB value is (225,145,250). Sum of RGB (Red+Green+Blue) = 225+145+250=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E191FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191FA is #1E6E05. Grayscale: #B4B4B4. Windows color (decimal): -1994246 or 16421345. OLE color: 16421345.

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

Color convert

RGB225145250-
CMYK0.100.4200.02
HSL285.71º91.3%77.45%-
HSV(B)285.71º42%98.04%-
XYZ58.4343.1695.69-
YUV180.89167159.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 145 (57.03% from 255) = 23.39%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=36.29%
G=23.39%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251452500.100.4200.02285.7191.377.45
HexE191FAA2A0211e5b4d
Octal341221372125202436133115
Binary111000011001000111111010101010101001010001111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191FA; }

 p { color: rgb(225,145,250); }

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

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

 a { background-color: rgb(225,145,250); }

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

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

 span { border-color: rgb(225,145,250); }

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