#E160F1

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

Shades of Heliotrope #E160F1

Tints of Heliotrope #E160F1

Color information

#E160F1 (or 0xE160F1) is unknown color: approx Heliotrope. HEX triplet: E1, 60 and F1. RGB value is (225,96,241). Sum of RGB (Red+Green+Blue) = 225+96+241=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #E160F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E160F1 is #1E9F0E. Grayscale: #969696. Windows color (decimal): -2006799 or 15818977. OLE color: 15818977.

HSL color Cylindrical-coordinate representation of color #E160F1: hue angle of 293.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E160F1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22596241-
CMYK0.070.6000.05
HSL293.38º83.82%66.08%-
HSV(B)293.38º60.17%94.51%-
XYZ51.1130.7286.46-
YUV151.1178.74180.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 96 (37.89% from 255) = 17.08%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=40.04%
G=17.08%
B=42.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225962410.070.6000.05293.3883.8266.08
HexE160F173C051255442
Octal34114036177405445124102
Binary11100001110000011110001111111100010110010010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160F1; }

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

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

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

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

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

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

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

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