Html Css Color HEX #E54050 Amaranth

📋 copy color: '#E54050'

red 229 ◦ green 64 ◦ blue 80

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

Shades of Amaranth #E54050

Tints of Amaranth #E54050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 61.39%
G = 17.16%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E54050 (or 0xE54050) is known color: Amaranth. HEX triplet: E5, 40 and 50. RGB value is (229,64,80). Sum of RGB (Red+Green+Blue) = 229+64+80=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E54050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54050 is #1ABFAF. Grayscale: #737373. Windows color (decimal): -1753008 or 5259493. OLE color: 5259493.

HSL color Cylindrical-coordinate representation of color #E54050: hue angle of 354.18º 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 #E54050 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 80 -
CMYK 0 0.72 0.65 0.10
HSL 354.18º 0.76% 0.57% -
HSV(B) 354.18º 0.72% 0.9% -
XYZ 35.59 20.9 9.75 -
YUV 115.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 229 64 80 0 0.72 0.65 0.10 354.18 0.76 0.57
Hex E5 40 50 0 48 41 A 162 4C 39
Octal 345 100 120 0 110 101 12 542 114 71
Binary 11100101 1000000 1010000 0 1001000 1000001 1010 101100010 1001100 111001

Color Harmonies of #E54050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54050

Black with #E54050

Text Example


Text Example

White with #E54050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54050; }

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

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

background-color css

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

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

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

border-color css

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

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

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