#E071FA

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

Shades of Heliotrope #E071FA

Tints of Heliotrope #E071FA

Color information

#E071FA (or 0xE071FA) is unknown color: approx Heliotrope. HEX triplet: E0, 71 and FA. RGB value is (224,113,250). Sum of RGB (Red+Green+Blue) = 224+113+250=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #E071FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071FA is #1F8E05. Grayscale: #A1A1A1. Windows color (decimal): -2067974 or 16413152. OLE color: 16413152.

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

Color convert

RGB224113250-
CMYK0.100.5500.02
HSL288.61º93.2%71.18%-
HSV(B)288.61º54.8%98.04%-
XYZ53.934.5694.27-
YUV161.81177.77172.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 113 (44.53% from 255) = 19.25%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=38.16%
G=19.25%
B=42.59%

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
Decimal2241132500.100.5500.02288.6193.271.18
HexE071FAA37021215d47
Octal340161372126702441135107
Binary11100000111000111111010101011011101010010000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071FA; }

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

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

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

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

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

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

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

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