#E369EE

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

Shades of Heliotrope #E369EE

Tints of Heliotrope #E369EE

Color information

#E369EE (or 0xE369EE) is unknown color: approx Heliotrope. HEX triplet: E3, 69 and EE. RGB value is (227,105,238). Sum of RGB (Red+Green+Blue) = 227+105+238=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #E369EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369EE is #1C9611. Grayscale: #9C9C9C. Windows color (decimal): -1873426 or 15624675. OLE color: 15624675.

HSL color Cylindrical-coordinate representation of color #E369EE: hue angle of 295.04º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E369EE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227105238-
CMYK0.050.5600.07
HSL295.04º79.64%67.25%-
HSV(B)295.04º55.88%93.33%-
XYZ52.1632.6184.43-
YUV156.64173.92178.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=39.82%
G=18.42%
B=41.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271052380.050.5600.07295.0479.6467.25
HexE369EE538071275043
Octal34315135657007447120103
Binary11100011110100111101110101111000011110010011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369EE; }

 p { color: rgb(227,105,238); }

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

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

 a { background-color: rgb(227,105,238); }

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

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

 span { border-color: rgb(227,105,238); }

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