Html Css Color HEX #E5454A Amaranth

📋 copy color: '#E5454A'

red 229 ◦ green 69 ◦ blue 74

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

Shades of Amaranth #E5454A

Tints of Amaranth #E5454A

RGB

 RED value IS 229 (89.84% from 255) = 61.56%

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

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

R = 61.56%
G = 18.55%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5454A (or 0xE5454A) is known color: Amaranth. HEX triplet: E5, 45 and 4A. RGB value is (229,69,74). Sum of RGB (Red+Green+Blue) = 229+69+74=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5454A is #1ABAB5. Grayscale: #757575. Windows color (decimal): -1751734 or 4867557. OLE color: 4867557.

HSL color Cylindrical-coordinate representation of color #E5454A: hue angle of 358.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5454A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 74 -
CMYK 0 0.70 0.68 0.10
HSL 358.13º 0.75% 0.58% -
HSV(B) 358.13º 0.7% 0.9% -
XYZ 35.68 21.41 8.73 -
YUV 117.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 229 69 74 0 0.70 0.68 0.10 358.13 0.75 0.58
Hex E5 45 4A 0 46 44 A 166 4B 3A
Octal 345 105 112 0 106 104 12 546 113 72
Binary 11100101 1000101 1001010 0 1000110 1000100 1010 101100110 1001011 111010

Color Harmonies of #E5454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5454A

Black with #E5454A

Text Example


Text Example

White with #E5454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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