Html Css Color HEX #E72944 Amaranth

📋 copy color: '#E72944'

red 231 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #E72944

Tints of Amaranth #E72944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 67.94%
G = 12.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E72944 (or 0xE72944) is known color: Amaranth. HEX triplet: E7, 29 and 44. RGB value is (231,41,68). Sum of RGB (Red+Green+Blue) = 231+41+68=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E72944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72944 is #18D6BB. Grayscale: #646464. Windows color (decimal): -1627836 or 4467175. OLE color: 4467175.

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

Color convert

RGB 231 41 68 -
CMYK 0 0.82 0.71 0.09
HSL 351.47º 0.8% 0.53% -
HSV(B) 351.47º 0.82% 0.91% -
XYZ 34.79 18.99 7.3 -
YUV 100.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 231 41 68 0 0.82 0.71 0.09 351.47 0.8 0.53
Hex E7 29 44 0 52 47 9 15F 50 35
Octal 347 51 104 0 122 107 11 537 120 65
Binary 11100111 101001 1000100 0 1010010 1000111 1001 101011111 1010000 110101

Color Harmonies of #E72944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72944

Black with #E72944

Text Example


Text Example

White with #E72944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72944; }

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

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

background-color css

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

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

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

border-color css

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

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

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