Html Css Color HEX #E04054 Amaranth

📋 copy color: '#E04054'

red 224 ◦ green 64 ◦ blue 84

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

Shades of Amaranth #E04054

Tints of Amaranth #E04054

RGB

 RED value IS 224 (87.89% from 255) = 60.22%

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

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

R = 60.22%
G = 17.2%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E04054 (or 0xE04054) is known color: Amaranth. HEX triplet: E0, 40 and 54. RGB value is (224,64,84). Sum of RGB (Red+Green+Blue) = 224+64+84=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E04054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04054 is #1FBFAB. Grayscale: #727272. Windows color (decimal): -2080684 or 5521632. OLE color: 5521632.

HSL color Cylindrical-coordinate representation of color #E04054: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04054 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 84 -
CMYK 0 0.71 0.62 0.12
HSL 352.5º 0.72% 0.56% -
HSV(B) 352.5º 0.71% 0.88% -
XYZ 34.17 20.15 10.48 -
YUV 114.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 224 64 84 0 0.71 0.62 0.12 352.5 0.72 0.56
Hex E0 40 54 0 47 3E C 160 48 38
Octal 340 100 124 0 107 76 14 540 110 70
Binary 11100000 1000000 1010100 0 1000111 111110 1100 101100000 1001000 111000

Color Harmonies of #E04054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04054

Black with #E04054

Text Example


Text Example

White with #E04054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04054; }

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

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

background-color css

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

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

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

border-color css

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

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

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