Html Css Color HEX #E7454A Amaranth

📋 copy color: '#E7454A'

red 231 ◦ green 69 ◦ blue 74

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

Shades of Amaranth #E7454A

Tints of Amaranth #E7454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 61.76%
G = 18.45%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7454A (or 0xE7454A) is known color: Amaranth. HEX triplet: E7, 45 and 4A. RGB value is (231,69,74). Sum of RGB (Red+Green+Blue) = 231+69+74=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7454A is #18BAB5. Grayscale: #767676. Windows color (decimal): -1620662 or 4867559. OLE color: 4867559.

HSL color Cylindrical-coordinate representation of color #E7454A: hue angle of 358.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7454A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 69 74 -
CMYK 0 0.70 0.68 0.09
HSL 358.15º 0.77% 0.59% -
HSV(B) 358.15º 0.7% 0.91% -
XYZ 36.32 21.74 8.76 -
YUV 118.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 231 69 74 0 0.70 0.68 0.09 358.15 0.77 0.59
Hex E7 45 4A 0 46 44 9 166 4D 3B
Octal 347 105 112 0 106 104 11 546 115 73
Binary 11100111 1000101 1001010 0 1000110 1000100 1001 101100110 1001101 111011

Color Harmonies of #E7454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7454A

Black with #E7454A

Text Example


Text Example

White with #E7454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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