Html Css Color HEX #E54054 Amaranth

📋 copy color: '#E54054'

red 229 ◦ green 64 ◦ blue 84

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

Shades of Amaranth #E54054

Tints of Amaranth #E54054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 60.74%
G = 16.98%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E54054 (or 0xE54054) is known color: Amaranth. HEX triplet: E5, 40 and 54. RGB value is (229,64,84). Sum of RGB (Red+Green+Blue) = 229+64+84=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54054 is #1ABFAB. Grayscale: #737373. Windows color (decimal): -1753004 or 5521637. OLE color: 5521637.

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

Color convert

RGB 229 64 84 -
CMYK 0 0.72 0.63 0.10
HSL 352.73º 0.76% 0.57% -
HSV(B) 352.73º 0.72% 0.9% -
XYZ 35.75 20.96 10.55 -
YUV 115.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 229 64 84 0 0.72 0.63 0.10 352.73 0.76 0.57
Hex E5 40 54 0 48 3F A 161 4C 39
Octal 345 100 124 0 110 77 12 541 114 71
Binary 11100101 1000000 1010100 0 1001000 111111 1010 101100001 1001100 111001

Color Harmonies of #E54054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54054

Black with #E54054

Text Example


Text Example

White with #E54054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54054; }

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

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

background-color css

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

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

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

border-color css

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

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

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