Html Css Color HEX #E72949 Amaranth

📋 copy color: '#E72949'

red 231 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #E72949

Tints of Amaranth #E72949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 66.96%
G = 11.88%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E72949 (or 0xE72949) is known color: Amaranth. HEX triplet: E7, 29 and 49. RGB value is (231,41,73). Sum of RGB (Red+Green+Blue) = 231+41+73=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E72949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72949 is #18D6B6. Grayscale: #656565. Windows color (decimal): -1627831 or 4794855. OLE color: 4794855.

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

Color convert

RGB 231 41 73 -
CMYK 0 0.82 0.68 0.09
HSL 349.89º 0.8% 0.53% -
HSV(B) 349.89º 0.82% 0.91% -
XYZ 34.95 19.06 8.14 -
YUV 101.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 231 41 73 0 0.82 0.68 0.09 349.89 0.8 0.53
Hex E7 29 49 0 52 44 9 15E 50 35
Octal 347 51 111 0 122 104 11 536 120 65
Binary 11100111 101001 1001001 0 1010010 1000100 1001 101011110 1010000 110101

Color Harmonies of #E72949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72949

Black with #E72949

Text Example


Text Example

White with #E72949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72949; }

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

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

background-color css

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

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

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

border-color css

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

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

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