#E160F5

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

Shades of Heliotrope #E160F5

Tints of Heliotrope #E160F5

Color information

#E160F5 (or 0xE160F5) is unknown color: approx Heliotrope. HEX triplet: E1, 60 and F5. RGB value is (225,96,245). Sum of RGB (Red+Green+Blue) = 225+96+245=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #E160F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E160F5 is #1E9F0A. Grayscale: #979797. Windows color (decimal): -2006795 or 16081121. OLE color: 16081121.

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

Color convert

RGB22596245-
CMYK0.080.6100.04
HSL291.95º88.17%66.86%-
HSV(B)291.95º60.82%96.08%-
XYZ51.7230.9789.64-
YUV151.56180.74180.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 96 (37.89% from 255) = 16.96%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=39.75%
G=16.96%
B=43.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal225962450.080.6100.04291.9588.1766.86
HexE160F583D041245843
Octal341140365107504444130103
Binary111000011100000111101011000111101010010010010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160F5; }

 p { color: rgb(225,96,245); }

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

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

 a { background-color: rgb(225,96,245); }

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

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

 span { border-color: rgb(225,96,245); }

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