#E6295B

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

Shades of Amaranth #E6295B

Tints of Amaranth #E6295B

Color information

#E6295B (or 0xE6295B) is unknown color: approx Amaranth. HEX triplet: E6, 29 and 5B. RGB value is (230,41,91). Sum of RGB (Red+Green+Blue) = 230+41+91=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6295B is #19D6A4. Grayscale: #676767. Windows color (decimal): -1693349 or 5974502. OLE color: 5974502.

HSL color Cylindrical-coordinate representation of color #E6295B: hue angle of 344.13º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6295B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2304191-
CMYK00.820.600.10
HSL344.13º79.08%53.14%-
HSV(B)344.13º82.17%90.2%-
XYZ35.3119.1611.74-
YUV103.21121.12218.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 63.54%
GREEN value IS 41 (16.41% from 255) = 11.33%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=63.54%
G=11.33%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230419100.820.600.10344.1379.0853.14
HexE6295B0523CA1584f35
Octal346511330122741253011765
Binary1110011010100110110110101001011110010101010110001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6295B; }

 p { color: rgb(230,41,91); }

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

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

 a { background-color: rgb(230,41,91); }

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

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

 span { border-color: rgb(230,41,91); }

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