#E71D4A

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

Shades of Amaranth #E71D4A

Tints of Amaranth #E71D4A

Color information

#E71D4A (or 0xE71D4A) is unknown color: approx Amaranth. HEX triplet: E7, 1D and 4A. RGB value is (231,29,74). Sum of RGB (Red+Green+Blue) = 231+29+74=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71D4A is #18E2B5. Grayscale: #5E5E5E. Windows color (decimal): -1630902 or 4857319. OLE color: 4857319.

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

Color convert

RGB2312974-
CMYK00.870.680.09
HSL346.63º80.8%50.98%-
HSV(B)346.63º87.45%90.59%-
XYZ34.6318.368.2-
YUV94.53116.42225.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 69.16%
GREEN value IS 29 (11.72% from 255) = 8.68%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=69.16%
G=8.68%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231297400.870.680.09346.6380.850.98
HexE71D4A05744915b5133
Octal3473511201271041153312163
Binary1110011111101100101001010111100010010011010110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71D4A; }

 p { color: rgb(231,29,74); }

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

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

 a { background-color: rgb(231,29,74); }

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

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

 span { border-color: rgb(231,29,74); }

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