Html Css Color HEX #E72349 Amaranth

📋 copy color: '#E72349'

red 231 ◦ green 35 ◦ blue 73

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

Shades of Amaranth #E72349

Tints of Amaranth #E72349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 68.14%
G = 10.32%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E72349 (or 0xE72349) is known color: Amaranth. HEX triplet: E7, 23 and 49. RGB value is (231,35,73). Sum of RGB (Red+Green+Blue) = 231+35+73=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E72349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72349 is #18DCB6. Grayscale: #616161. Windows color (decimal): -1629367 or 4793319. OLE color: 4793319.

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

Color convert

RGB 231 35 73 -
CMYK 0 0.85 0.68 0.09
HSL 348.37º 0.8% 0.52% -
HSV(B) 348.37º 0.85% 0.91% -
XYZ 34.76 18.67 8.08 -
YUV 97.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 231 35 73 0 0.85 0.68 0.09 348.37 0.8 0.52
Hex E7 23 49 0 55 44 9 15C 50 34
Octal 347 43 111 0 125 104 11 534 120 64
Binary 11100111 100011 1001001 0 1010101 1000100 1001 101011100 1010000 110100

Color Harmonies of #E72349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72349

Black with #E72349

Text Example


Text Example

White with #E72349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72349; }

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

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

background-color css

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

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

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

border-color css

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

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

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