Html Css Color HEX #E54046 Amaranth

📋 copy color: '#E54046'

red 229 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #E54046

Tints of Amaranth #E54046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 63.09%
G = 17.63%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E54046 (or 0xE54046) is known color: Amaranth. HEX triplet: E5, 40 and 46. RGB value is (229,64,70). Sum of RGB (Red+Green+Blue) = 229+64+70=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E54046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54046 is #1ABFB9. Grayscale: #727272. Windows color (decimal): -1753018 or 4604133. OLE color: 4604133.

HSL color Cylindrical-coordinate representation of color #E54046: hue angle of 357.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54046 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 70 -
CMYK 0 0.72 0.69 0.10
HSL 357.82º 0.76% 0.57% -
HSV(B) 357.82º 0.72% 0.9% -
XYZ 35.25 20.77 7.94 -
YUV 114.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 229 64 70 0 0.72 0.69 0.10 357.82 0.76 0.57
Hex E5 40 46 0 48 45 A 166 4C 39
Octal 345 100 106 0 110 105 12 546 114 71
Binary 11100101 1000000 1000110 0 1001000 1000101 1010 101100110 1001100 111001

Color Harmonies of #E54046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54046

Black with #E54046

Text Example


Text Example

White with #E54046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54046; }

 p { color: rgb(229,64,70); }

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

background-color css

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

 a { background-color: rgb(229,64,70); }

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

border-color css

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

 span { border-color: rgb(229,64,70); }

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