Html Css Color HEX #E04448 Amaranth

📋 copy color: '#E04448'

red 224 ◦ green 68 ◦ blue 72

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

Shades of Amaranth #E04448

Tints of Amaranth #E04448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

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

R = 61.54%
G = 18.68%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E04448 (or 0xE04448) is known color: Amaranth. HEX triplet: E0, 44 and 48. RGB value is (224,68,72). Sum of RGB (Red+Green+Blue) = 224+68+72=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E04448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04448 is #1FBBB7. Grayscale: #737373. Windows color (decimal): -2079672 or 4736224. OLE color: 4736224.

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

Color convert

RGB 224 68 72 -
CMYK 0 0.70 0.68 0.12
HSL 358.46º 0.72% 0.57% -
HSV(B) 358.46º 0.7% 0.88% -
XYZ 33.98 20.45 8.29 -
YUV 115.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 224 68 72 0 0.70 0.68 0.12 358.46 0.72 0.57
Hex E0 44 48 0 46 44 C 166 48 39
Octal 340 104 110 0 106 104 14 546 110 71
Binary 11100000 1000100 1001000 0 1000110 1000100 1100 101100110 1001000 111001

Color Harmonies of #E04448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04448

Black with #E04448

Text Example


Text Example

White with #E04448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04448; }

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

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

background-color css

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

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

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

border-color css

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

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

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