Html Css Color HEX #E03E4A Amaranth

📋 copy color: '#E03E4A'

red 224 ◦ green 62 ◦ blue 74

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

Shades of Amaranth #E03E4A

Tints of Amaranth #E03E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 62.22%
G = 17.22%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E03E4A (or 0xE03E4A) is known color: Amaranth. HEX triplet: E0, 3E and 4A. RGB value is (224,62,74). Sum of RGB (Red+Green+Blue) = 224+62+74=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E4A is #1FC1B5. Grayscale: #6F6F6F. Windows color (decimal): -2081206 or 4865760. OLE color: 4865760.

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

Color convert

RGB 224 62 74 -
CMYK 0 0.72 0.67 0.12
HSL 355.56º 0.72% 0.56% -
HSV(B) 355.56º 0.72% 0.88% -
XYZ 33.7 19.79 8.52 -
YUV 111.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 224 62 74 0 0.72 0.67 0.12 355.56 0.72 0.56
Hex E0 3E 4A 0 48 43 C 164 48 38
Octal 340 76 112 0 110 103 14 544 110 70
Binary 11100000 111110 1001010 0 1001000 1000011 1100 101100100 1001000 111000

Color Harmonies of #E03E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03E4A

Black with #E03E4A

Text Example


Text Example

White with #E03E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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