Html Css Color HEX #E04248 Amaranth

📋 copy color: '#E04248'

red 224 ◦ green 66 ◦ blue 72

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

Shades of Amaranth #E04248

Tints of Amaranth #E04248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

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

R = 61.88%
G = 18.23%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E04248 (or 0xE04248) is known color: Amaranth. HEX triplet: E0, 42 and 48. RGB value is (224,66,72). Sum of RGB (Red+Green+Blue) = 224+66+72=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04248 is #1FBDB7. Grayscale: #727272. Windows color (decimal): -2080184 or 4735712. OLE color: 4735712.

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

Color convert

RGB 224 66 72 -
CMYK 0 0.71 0.68 0.12
HSL 357.72º 0.72% 0.57% -
HSV(B) 357.72º 0.71% 0.88% -
XYZ 33.86 20.21 8.25 -
YUV 113.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 224 66 72 0 0.71 0.68 0.12 357.72 0.72 0.57
Hex E0 42 48 0 47 44 C 166 48 39
Octal 340 102 110 0 107 104 14 546 110 71
Binary 11100000 1000010 1001000 0 1000111 1000100 1100 101100110 1001000 111001

Color Harmonies of #E04248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04248

Black with #E04248

Text Example


Text Example

White with #E04248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04248; }

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

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

background-color css

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

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

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

border-color css

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

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

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