#E380F7

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

Shades of Heliotrope #E380F7

Tints of Heliotrope #E380F7

Color information

#E380F7 (or 0xE380F7) is unknown color: approx Heliotrope. HEX triplet: E3, 80 and F7. RGB value is (227,128,247). Sum of RGB (Red+Green+Blue) = 227+128+247=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #E380F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380F7 is #1C7F08. Grayscale: #AAAAAA. Windows color (decimal): -1867529 or 16220387. OLE color: 16220387.

HSL color Cylindrical-coordinate representation of color #E380F7: hue angle of 289.92º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E380F7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227128247-
CMYK0.080.4800.03
HSL289.92º88.15%73.53%-
HSV(B)289.92º48.18%96.86%-
XYZ56.1938.4892.46-
YUV171.17170.8167.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.71%
GREEN value IS 128 (50.39% from 255) = 21.26%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=37.71%
G=21.26%
B=41.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2271282470.080.4800.03289.9288.1573.53
HexE380F783003122584a
Octal343200367106003442130112
Binary111000111000000011110111100011000001110010001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380F7; }

 p { color: rgb(227,128,247); }

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

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

 a { background-color: rgb(227,128,247); }

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

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

 span { border-color: rgb(227,128,247); }

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