#E71D55

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

Shades of Amaranth #E71D55

Tints of Amaranth #E71D55

Color information

#E71D55 (or 0xE71D55) is unknown color: approx Amaranth. HEX triplet: E7, 1D and 55. RGB value is (231,29,85). Sum of RGB (Red+Green+Blue) = 231+29+85=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D55 is #18E2AA. Grayscale: #5F5F5F. Windows color (decimal): -1630891 or 5578215. OLE color: 5578215.

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

Color convert

RGB2312985-
CMYK00.870.630.09
HSL343.37º80.8%50.98%-
HSV(B)343.37º87.45%90.59%-
XYZ35.0318.5210.32-
YUV95.78121.92224.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.96%
GREEN value IS 29 (11.72% from 255) = 8.41%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=66.96%
G=8.41%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231298500.870.630.09343.3780.850.98
HexE71D550573F91575133
Octal347351250127771152712163
Binary111001111110110101010101011111111110011010101111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71D55; }

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

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

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

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

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

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

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

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