Html Css Color HEX #E03A54 Amaranth

📋 copy color: '#E03A54'

red 224 ◦ green 58 ◦ blue 84

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

Shades of Amaranth #E03A54

Tints of Amaranth #E03A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

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

R = 61.2%
G = 15.85%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E03A54 (or 0xE03A54) is known color: Amaranth. HEX triplet: E0, 3A and 54. RGB value is (224,58,84). Sum of RGB (Red+Green+Blue) = 224+58+84=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03A54 is #1FC5AB. Grayscale: #6E6E6E. Windows color (decimal): -2082220 or 5520096. OLE color: 5520096.

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

Color convert

RGB 224 58 84 -
CMYK 0 0.74 0.62 0.12
HSL 350.6º 0.73% 0.55% -
HSV(B) 350.6º 0.74% 0.88% -
XYZ 33.85 19.51 10.37 -
YUV 110.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 224 58 84 0 0.74 0.62 0.12 350.6 0.73 0.55
Hex E0 3A 54 0 4A 3E C 15F 49 37
Octal 340 72 124 0 112 76 14 537 111 67
Binary 11100000 111010 1010100 0 1001010 111110 1100 101011111 1001001 110111

Color Harmonies of #E03A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A54

Black with #E03A54

Text Example


Text Example

White with #E03A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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