Html Css Color HEX #E03145 Amaranth

📋 copy color: '#E03145'

red 224 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #E03145

Tints of Amaranth #E03145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 65.5%
G = 14.33%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E03145 (or 0xE03145) is known color: Amaranth. HEX triplet: E0, 31 and 45. RGB value is (224,49,69). Sum of RGB (Red+Green+Blue) = 224+49+69=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E03145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03145 is #1FCEBA. Grayscale: #676767. Windows color (decimal): -2084539 or 4534752. OLE color: 4534752.

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

Color convert

RGB 224 49 69 -
CMYK 0 0.78 0.69 0.12
HSL 353.14º 0.74% 0.54% -
HSV(B) 353.14º 0.78% 0.88% -
XYZ 32.91 18.47 7.46 -
YUV 103.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 224 49 69 0 0.78 0.69 0.12 353.14 0.74 0.54
Hex E0 31 45 0 4E 45 C 161 4A 36
Octal 340 61 105 0 116 105 14 541 112 66
Binary 11100000 110001 1000101 0 1001110 1000101 1100 101100001 1001010 110110

Color Harmonies of #E03145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03145

Black with #E03145

Text Example


Text Example

White with #E03145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03145; }

 p { color: rgb(224,49,69); }

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

background-color css

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

 a { background-color: rgb(224,49,69); }

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

border-color css

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

 span { border-color: rgb(224,49,69); }

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