#E379F9

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

Shades of Heliotrope #E379F9

Tints of Heliotrope #E379F9

Color information

#E379F9 (or 0xE379F9) is unknown color: approx Heliotrope. HEX triplet: E3, 79 and F9. RGB value is (227,121,249). Sum of RGB (Red+Green+Blue) = 227+121+249=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 121 (47.66% from 255 or 20.27% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #E379F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379F9 is #1C8606. Grayscale: #A6A6A6. Windows color (decimal): -1869319 or 16349667. OLE color: 16349667.

HSL color Cylindrical-coordinate representation of color #E379F9: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E379F9 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227121249-
CMYK0.090.5100.02
HSL289.69º91.43%72.55%-
HSV(B)289.69º51.41%97.65%-
XYZ55.6136.8593.8-
YUV167.29174.12170.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.02%
GREEN value IS 121 (47.66% from 255) = 20.27%
BLUE value IS 249 (97.66% from 255) = 41.71%
R=38.02%
G=20.27%
B=41.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271212490.090.5100.02289.6991.4372.55
HexE379F9933021225b49
Octal343171371116302442133111
Binary11100011111100111111001100111001101010010001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E379F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E379F9; }

 p { color: rgb(227,121,249); }

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

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

 a { background-color: rgb(227,121,249); }

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

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

 span { border-color: rgb(227,121,249); }

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