#E365F9

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

Shades of Heliotrope #E365F9

Tints of Heliotrope #E365F9

Color information

#E365F9 (or 0xE365F9) is unknown color: approx Heliotrope. HEX triplet: E3, 65 and F9. RGB value is (227,101,249). Sum of RGB (Red+Green+Blue) = 227+101+249=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #E365F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365F9 is #1C9A06. Grayscale: #9B9B9B. Windows color (decimal): -1874439 or 16344547. OLE color: 16344547.

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

Color convert

RGB227101249-
CMYK0.090.5900.02
HSL291.08º92.5%68.63%-
HSV(B)291.08º59.44%97.65%-
XYZ53.4332.4893.08-
YUV155.55180.74178.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.34%
GREEN value IS 101 (39.84% from 255) = 17.50%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=39.34%
G=17.50%
B=43.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271012490.090.5900.02291.0892.568.63
HexE365F993B021235c45
Octal343145371117302443134105
Binary11100011110010111111001100111101101010010001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E365F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E365F9; }

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

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

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

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

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

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

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

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