#E071F3

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

Shades of Heliotrope #E071F3

Tints of Heliotrope #E071F3

Color information

#E071F3 (or 0xE071F3) is unknown color: approx Heliotrope. HEX triplet: E0, 71 and F3. RGB value is (224,113,243). Sum of RGB (Red+Green+Blue) = 224+113+243=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #E071F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071F3 is #1F8E0C. Grayscale: #A0A0A0. Windows color (decimal): -2067981 or 15954400. OLE color: 15954400.

HSL color Cylindrical-coordinate representation of color #E071F3: hue angle of 291.23º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E071F3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224113243-
CMYK0.080.5300.05
HSL291.23º84.42%69.8%-
HSV(B)291.23º53.5%95.29%-
XYZ52.8234.1388.6-
YUV161.01174.27172.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 113 (44.53% from 255) = 19.48%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=38.62%
G=19.48%
B=41.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241132430.080.5300.05291.2384.4269.8
HexE071F3835051235446
Octal340161363106505443124106
Binary111000001110001111100111000110101010110010001110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071F3; }

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

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

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

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

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

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

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

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