Html Css Color HEX #E72A45 Amaranth

📋 copy color: '#E72A45'

red 231 ◦ green 42 ◦ blue 69

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

Shades of Amaranth #E72A45

Tints of Amaranth #E72A45

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 67.54%
G = 12.28%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E72A45 (or 0xE72A45) is known color: Amaranth. HEX triplet: E7, 2A and 45. RGB value is (231,42,69). Sum of RGB (Red+Green+Blue) = 231+42+69=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A45 is #18D5BA. Grayscale: #656565. Windows color (decimal): -1627579 or 4532967. OLE color: 4532967.

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

Color convert

RGB 231 42 69 -
CMYK 0 0.82 0.70 0.09
HSL 351.43º 0.8% 0.54% -
HSV(B) 351.43º 0.82% 0.91% -
XYZ 34.86 19.07 7.47 -
YUV 101.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 231 42 69 0 0.82 0.70 0.09 351.43 0.8 0.54
Hex E7 2A 45 0 52 46 9 15F 50 36
Octal 347 52 105 0 122 106 11 537 120 66
Binary 11100111 101010 1000101 0 1010010 1000110 1001 101011111 1010000 110110

Color Harmonies of #E72A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72A45

Black with #E72A45

Text Example


Text Example

White with #E72A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72A45; }

 p { color: rgb(231,42,69); }

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

background-color css

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

 a { background-color: rgb(231,42,69); }

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

border-color css

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

 span { border-color: rgb(231,42,69); }

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