Html Css Color HEX #E03148 Amaranth

📋 copy color: '#E03148'

red 224 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #E03148

Tints of Amaranth #E03148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 64.93%
G = 14.2%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E03148 (or 0xE03148) is known color: Amaranth. HEX triplet: E0, 31 and 48. RGB value is (224,49,72). Sum of RGB (Red+Green+Blue) = 224+49+72=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03148 is #1FCEB7. Grayscale: #686868. Windows color (decimal): -2084536 or 4731360. OLE color: 4731360.

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

Color convert

RGB 224 49 72 -
CMYK 0 0.78 0.68 0.12
HSL 352.11º 0.74% 0.54% -
HSV(B) 352.11º 0.78% 0.88% -
XYZ 33.01 18.51 7.96 -
YUV 103.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 224 49 72 0 0.78 0.68 0.12 352.11 0.74 0.54
Hex E0 31 48 0 4E 44 C 160 4A 36
Octal 340 61 110 0 116 104 14 540 112 66
Binary 11100000 110001 1001000 0 1001110 1000100 1100 101100000 1001010 110110

Color Harmonies of #E03148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03148

Black with #E03148

Text Example


Text Example

White with #E03148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03148; }

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

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

background-color css

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

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

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

border-color css

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

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

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