#e365ed

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

Shades of Heliotrope #E365ED

Tints of Heliotrope #E365ED

Color information

#E365ED (or 0xE365ED) is unknown color: approx Heliotrope. HEX triplet: E3, 65 and ED. RGB value is (227,101,237). Sum of RGB (Red+Green+Blue) = 227+101+237=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #E365ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365ED is #1C9A12. Grayscale: #999999. Windows color (decimal): -1874451 or 15558115. OLE color: 15558115.

HSL color Cylindrical-coordinate representation of color #E365ED: hue angle of 295.59º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E365ED is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227101237-
CMYK0.040.5700.07
HSL295.59º79.07%66.27%-
HSV(B)295.59º57.38%92.94%-
XYZ51.6231.7583.53-
YUV154.18174.74179.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.18%
GREEN value IS 101 (39.84% from 255) = 17.88%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=40.18%
G=17.88%
B=41.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271012370.040.5700.07295.5979.0766.27
HexE365ED439071284f42
Octal34314535547107450117102
Binary11100011110010111101101100111001011110010100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e365ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e365ed; }

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

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

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

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

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

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

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

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