#E369F1

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

Shades of Heliotrope #E369F1

Tints of Heliotrope #E369F1

Color information

#E369F1 (or 0xE369F1) is unknown color: approx Heliotrope. HEX triplet: E3, 69 and F1. RGB value is (227,105,241). Sum of RGB (Red+Green+Blue) = 227+105+241=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 105 (41.41% from 255 or 18.32% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #E369F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369F1 is #1C960E. Grayscale: #9C9C9C. Windows color (decimal): -1873423 or 15821283. OLE color: 15821283.

HSL color Cylindrical-coordinate representation of color #E369F1: hue angle of 293.82º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E369F1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227105241-
CMYK0.060.5600.05
HSL293.82º82.93%67.84%-
HSV(B)293.82º56.43%94.51%-
XYZ52.6132.7886.77-
YUV156.98175.42177.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 105 (41.41% from 255) = 18.32%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=39.62%
G=18.32%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271052410.060.5600.05293.8282.9367.84
HexE369F1638051265344
Octal34315136167005446123104
Binary11100011110100111110001110111000010110010011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369F1; }

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

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

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

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

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

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

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

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