#e7204c

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

Shades of Amaranth #E7204C

Tints of Amaranth #E7204C

Color information

#E7204C (or 0xE7204C) is unknown color: approx Amaranth. HEX triplet: E7, 20 and 4C. RGB value is (231,32,76). Sum of RGB (Red+Green+Blue) = 231+32+76=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7204C is #18DFB3. Grayscale: #606060. Windows color (decimal): -1630132 or 4989159. OLE color: 4989159.

HSL color Cylindrical-coordinate representation of color #E7204C: hue angle of 346.73º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7204C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2313276-
CMYK00.860.670.09
HSL346.73º80.57%51.57%-
HSV(B)346.73º86.15%90.59%-
XYZ34.7818.548.58-
YUV96.52116.43223.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.14%
GREEN value IS 32 (12.89% from 255) = 9.44%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=68.14%
G=9.44%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231327600.860.670.09346.7380.5751.57
HexE7204C05643915b5134
Octal3474011401261031153312164
Binary11100111100000100110001010110100001110011010110111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7204c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7204c; }

 p { color: rgb(231,32,76); }

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

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

 a { background-color: rgb(231,32,76); }

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

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

 span { border-color: rgb(231,32,76); }

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