Html Css Color HEX #E03E4D Amaranth

📋 copy color: '#E03E4D'

red 224 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #E03E4D

Tints of Amaranth #E03E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 61.71%
G = 17.08%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E03E4D (or 0xE03E4D) is known color: Amaranth. HEX triplet: E0, 3E and 4D. RGB value is (224,62,77). Sum of RGB (Red+Green+Blue) = 224+62+77=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03E4D is #1FC1B2. Grayscale: #707070. Windows color (decimal): -2081203 or 5062368. OLE color: 5062368.

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

Color convert

RGB 224 62 77 -
CMYK 0 0.72 0.66 0.12
HSL 354.44º 0.72% 0.56% -
HSV(B) 354.44º 0.72% 0.88% -
XYZ 33.8 19.83 9.07 -
YUV 112.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 224 62 77 0 0.72 0.66 0.12 354.44 0.72 0.56
Hex E0 3E 4D 0 48 42 C 162 48 38
Octal 340 76 115 0 110 102 14 542 110 70
Binary 11100000 111110 1001101 0 1001000 1000010 1100 101100010 1001000 111000

Color Harmonies of #E03E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03E4D

Black with #E03E4D

Text Example


Text Example

White with #E03E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03E4D; }

 p { color: rgb(224,62,77); }

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

background-color css

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

 a { background-color: rgb(224,62,77); }

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

border-color css

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

 span { border-color: rgb(224,62,77); }

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