#E371FA

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

Shades of Heliotrope #E371FA

Tints of Heliotrope #E371FA

Color information

#E371FA (or 0xE371FA) is unknown color: approx Heliotrope. HEX triplet: E3, 71 and FA. RGB value is (227,113,250). Sum of RGB (Red+Green+Blue) = 227+113+250=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #E371FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371FA is #1C8E05. Grayscale: #A2A2A2. Windows color (decimal): -1871366 or 16413155. OLE color: 16413155.

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

Color convert

RGB227113250-
CMYK0.090.5500.02
HSL289.93º93.2%71.18%-
HSV(B)289.93º54.8%98.04%-
XYZ54.8435.0494.32-
YUV162.7177.27173.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 113 (44.53% from 255) = 19.15%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=38.47%
G=19.15%
B=42.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271132500.090.5500.02289.9393.271.18
HexE371FA937021225d47
Octal343161372116702442135107
Binary11100011111000111111010100111011101010010001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E371FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E371FA; }

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

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

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

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

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

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

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

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