#E071FC

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

Shades of Heliotrope #E071FC

Tints of Heliotrope #E071FC

Color information

#E071FC (or 0xE071FC) is unknown color: approx Heliotrope. HEX triplet: E0, 71 and FC. RGB value is (224,113,252). Sum of RGB (Red+Green+Blue) = 224+113+252=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 113 (44.53% from 255 or 19.19% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #E071FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071FC is #1F8E03. Grayscale: #A1A1A1. Windows color (decimal): -2067972 or 16544224. OLE color: 16544224.

HSL color Cylindrical-coordinate representation of color #E071FC: hue angle of 287.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E071FC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224113252-
CMYK0.110.5500.01
HSL287.91º95.86%71.57%-
HSV(B)287.91º55.16%98.82%-
XYZ54.2234.6995.93-
YUV162.04178.77172.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 113 (44.53% from 255) = 19.19%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=38.03%
G=19.19%
B=42.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241132520.110.5500.01287.9195.8671.57
HexE071FCB37011206048
Octal340161374136701440140110
Binary1110000011100011111110010111101110110010000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071FC; }

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

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

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

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

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

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

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

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