#E7204B

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

Shades of Amaranth #E7204B

Tints of Amaranth #E7204B

Color information

#E7204B (or 0xE7204B) is unknown color: approx Amaranth. HEX triplet: E7, 20 and 4B. RGB value is (231,32,75). Sum of RGB (Red+Green+Blue) = 231+32+75=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7204B is #18DFB4. Grayscale: #606060. Windows color (decimal): -1630133 or 4923623. OLE color: 4923623.

HSL color Cylindrical-coordinate representation of color #E7204B: hue angle of 347.04º 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 #E7204B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2313275-
CMYK00.860.680.09
HSL347.04º80.57%51.57%-
HSV(B)347.04º86.15%90.59%-
XYZ34.7418.538.4-
YUV96.4115.93224-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.34%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=68.34%
G=9.47%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231327500.860.680.09347.0480.5751.57
HexE7204B05644915b5134
Octal3474011301261041153312164
Binary11100111100000100101101010110100010010011010110111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7204B; }

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

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

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

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

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

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

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

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