#E365FE

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

Shades of Heliotrope #E365FE

Tints of Heliotrope #E365FE

Color information

#E365FE (or 0xE365FE) is unknown color: approx Heliotrope. HEX triplet: E3, 65 and FE. RGB value is (227,101,254). Sum of RGB (Red+Green+Blue) = 227+101+254=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #E365FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365FE is #1C9A01. Grayscale: #9B9B9B. Windows color (decimal): -1874434 or 16672227. OLE color: 16672227.

HSL color Cylindrical-coordinate representation of color #E365FE: hue angle of 289.41º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E365FE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227101254-
CMYK0.110.6000.00
HSL289.41º98.71%69.61%-
HSV(B)289.41º60.24%99.61%-
XYZ54.2232.7997.24-
YUV156.12183.24178.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 101 (39.84% from 255) = 17.35%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=39.00%
G=17.35%
B=43.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2271012540.110.6000.00289.4198.7169.61
HexE365FEB3C001216346
Octal343145376137400441143106
Binary1110001111001011111111010111111000010010000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E365FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E365FE; }

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

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

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

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

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

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

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

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