#E35CF5

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

Shades of Heliotrope #E35CF5

Tints of Heliotrope #E35CF5

Color information

#E35CF5 (or 0xE35CF5) is unknown color: approx Heliotrope. HEX triplet: E3, 5C and F5. RGB value is (227,92,245). Sum of RGB (Red+Green+Blue) = 227+92+245=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #E35CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35CF5 is #1CA30A. Grayscale: #959595. Windows color (decimal): -1876747 or 16080099. OLE color: 16080099.

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

Color convert

RGB22792245-
CMYK0.070.6200.04
HSL292.94º88.44%66.08%-
HSV(B)292.94º62.45%96.08%-
XYZ51.9930.5889.55-
YUV149.81181.73183.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.25%
GREEN value IS 92 (36.33% from 255) = 16.31%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=40.25%
G=16.31%
B=43.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal227922450.070.6200.04292.9488.4466.08
HexE35CF573E041255842
Octal34313436577604445130102
Binary11100011101110011110101111111110010010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CF5; }

 p { color: rgb(227,92,245); }

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

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

 a { background-color: rgb(227,92,245); }

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

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

 span { border-color: rgb(227,92,245); }

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