Html Css Color HEX #E71F49 Amaranth

📋 copy color: '#E71F49'

red 231 ◦ green 31 ◦ blue 73

#E71F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E71F49

Tints of Amaranth #E71F49

RGB

 RED value IS 231 (90.63% from 255) = 68.96%

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 68.96%
G = 9.25%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E71F49 (or 0xE71F49) is known color: Amaranth. HEX triplet: E7, 1F and 49. RGB value is (231,31,73). Sum of RGB (Red+Green+Blue) = 231+31+73=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F49 is #18E0B6. Grayscale: #5F5F5F. Windows color (decimal): -1630391 or 4792295. OLE color: 4792295.

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

Color convert

RGB 231 31 73 -
CMYK 0 0.87 0.68 0.09
HSL 347.4º 0.81% 0.51% -
HSV(B) 347.4º 0.87% 0.91% -
XYZ 34.65 18.45 8.04 -
YUV 95.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 231 31 73 0 0.87 0.68 0.09 347.4 0.81 0.51
Hex E7 1F 49 0 57 44 9 15B 51 33
Octal 347 37 111 0 127 104 11 533 121 63
Binary 11100111 11111 1001001 0 1010111 1000100 1001 101011011 1010001 110011

Color Harmonies of #E71F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F49

Black with #E71F49

Text Example


Text Example

White with #E71F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F49; }

 p { color: rgb(231,31,73); }

 H1.HeaderClassName
 {
   color: #E71F49;
 }
 .AnyTagClassName
 {
   color: #E71F49;
 }
</style>

background-color css

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

 a { background-color: rgb(231,31,73); }

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

border-color css

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

 span { border-color: rgb(231,31,73); }

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