Html Css Color HEX #E04247 Amaranth

📋 copy color: '#E04247'

red 224 ◦ green 66 ◦ blue 71

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

Shades of Amaranth #E04247

Tints of Amaranth #E04247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 62.05%
G = 18.28%
B = 19.67%

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

#E04247 (or 0xE04247) is known color: Amaranth. HEX triplet: E0, 42 and 47. RGB value is (224,66,71). Sum of RGB (Red+Green+Blue) = 224+66+71=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E04247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04247 is #1FBDB8. Grayscale: #717171. Windows color (decimal): -2080185 or 4670176. OLE color: 4670176.

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

Color convert

RGB 224 66 71 -
CMYK 0 0.71 0.68 0.12
HSL 358.1º 0.72% 0.57% -
HSV(B) 358.1º 0.71% 0.88% -
XYZ 33.83 20.2 8.08 -
YUV 113.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 224 66 71 0 0.71 0.68 0.12 358.1 0.72 0.57
Hex E0 42 47 0 47 44 C 166 48 39
Octal 340 102 107 0 107 104 14 546 110 71
Binary 11100000 1000010 1000111 0 1000111 1000100 1100 101100110 1001000 111001

Color Harmonies of #E04247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04247

Black with #E04247

Text Example


Text Example

White with #E04247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04247; }

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

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

background-color css

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

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

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

border-color css

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

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

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