Html Css Color HEX #E72D47 Amaranth

📋 copy color: '#E72D47'

red 231 ◦ green 45 ◦ blue 71

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

Shades of Amaranth #E72D47

Tints of Amaranth #E72D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.97%

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 66.57%
G = 12.97%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E72D47 (or 0xE72D47) is known color: Amaranth. HEX triplet: E7, 2D and 47. RGB value is (231,45,71). Sum of RGB (Red+Green+Blue) = 231+45+71=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72D47 is #18D2B8. Grayscale: #676767. Windows color (decimal): -1626809 or 4664807. OLE color: 4664807.

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

Color convert

RGB 231 45 71 -
CMYK 0 0.81 0.69 0.09
HSL 351.61º 0.79% 0.54% -
HSV(B) 351.61º 0.81% 0.91% -
XYZ 35.03 19.32 7.84 -
YUV 103.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 231 45 71 0 0.81 0.69 0.09 351.61 0.79 0.54
Hex E7 2D 47 0 51 45 9 160 4F 36
Octal 347 55 107 0 121 105 11 540 117 66
Binary 11100111 101101 1000111 0 1010001 1000101 1001 101100000 1001111 110110

Color Harmonies of #E72D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72D47

Black with #E72D47

Text Example


Text Example

White with #E72D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72D47; }

 p { color: rgb(231,45,71); }

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

background-color css

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

 a { background-color: rgb(231,45,71); }

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

border-color css

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

 span { border-color: rgb(231,45,71); }

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