#E090FA

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

Shades of Heliotrope #E090FA

Tints of Heliotrope #E090FA

Color information

#E090FA (or 0xE090FA) is unknown color: approx Heliotrope. HEX triplet: E0, 90 and FA. RGB value is (224,144,250). Sum of RGB (Red+Green+Blue) = 224+144+250=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #E090FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090FA is #1F6F05. Grayscale: #B3B3B3. Windows color (decimal): -2060038 or 16421088. OLE color: 16421088.

HSL color Cylindrical-coordinate representation of color #E090FA: hue angle of 285.28º 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 #E090FA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224144250-
CMYK0.100.4200.02
HSL285.28º91.38%77.25%-
HSV(B)285.28º42.4%98.04%-
XYZ57.9742.795.63-
YUV180167.5159.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 144 (56.64% from 255) = 23.30%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=36.25%
G=23.30%
B=40.45%

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
Decimal2241442500.100.4200.02285.2891.3877.25
HexE090FAA2A0211d5b4d
Octal340220372125202435133115
Binary111000001001000011111010101010101001010001110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090FA; }

 p { color: rgb(224,144,250); }

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

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

 a { background-color: rgb(224,144,250); }

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

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

 span { border-color: rgb(224,144,250); }

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