#E070FA

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

Shades of Heliotrope #E070FA

Tints of Heliotrope #E070FA

Color information

#E070FA (or 0xE070FA) is unknown color: approx Heliotrope. HEX triplet: E0, 70 and FA. RGB value is (224,112,250). Sum of RGB (Red+Green+Blue) = 224+112+250=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #E070FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070FA is #1F8F05. Grayscale: #A0A0A0. Windows color (decimal): -2068230 or 16412896. OLE color: 16412896.

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

Color convert

RGB224112250-
CMYK0.100.5500.02
HSL288.7º93.24%70.98%-
HSV(B)288.7º55.2%98.04%-
XYZ53.7934.3494.24-
YUV161.22178.11172.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 112 (44.14% from 255) = 19.11%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=38.23%
G=19.11%
B=42.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241122500.100.5500.02288.793.2470.98
HexE070FAA37021215d47
Octal340160372126702441135107
Binary11100000111000011111010101011011101010010000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070FA; }

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

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

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

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

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

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

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

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