#E371F5

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

Shades of Heliotrope #E371F5

Tints of Heliotrope #E371F5

Color information

#E371F5 (or 0xE371F5) is unknown color: approx Heliotrope. HEX triplet: E3, 71 and F5. RGB value is (227,113,245). Sum of RGB (Red+Green+Blue) = 227+113+245=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #E371F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371F5 is #1C8E0A. Grayscale: #A1A1A1. Windows color (decimal): -1871371 or 16085475. OLE color: 16085475.

HSL color Cylindrical-coordinate representation of color #E371F5: hue angle of 291.82º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E371F5 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227113245-
CMYK0.070.5400.04
HSL291.82º86.84%70.2%-
HSV(B)291.82º53.88%96.08%-
XYZ54.0734.7390.24-
YUV162.13174.77174.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 113 (44.53% from 255) = 19.32%
BLUE value IS 245 (96.09% from 255) = 41.88%
R=38.80%
G=19.32%
B=41.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2271132450.070.5400.04291.8286.8470.2
HexE371F5736041245746
Octal34316136576604444127106
Binary11100011111000111110101111110110010010010010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E371F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E371F5; }

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

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

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

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

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

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

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

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