Html Css Color HEX #E04047 Amaranth

📋 copy color: '#E04047'

red 224 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #E04047

Tints of Amaranth #E04047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 62.4%
G = 17.83%
B = 19.78%

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

#E04047 (or 0xE04047) is known color: Amaranth. HEX triplet: E0, 40 and 47. RGB value is (224,64,71). Sum of RGB (Red+Green+Blue) = 224+64+71=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E04047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04047 is #1FBFB8. Grayscale: #707070. Windows color (decimal): -2080697 or 4669664. OLE color: 4669664.

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

Color convert

RGB 224 64 71 -
CMYK 0 0.71 0.68 0.12
HSL 357.38º 0.72% 0.56% -
HSV(B) 357.38º 0.71% 0.88% -
XYZ 33.71 19.97 8.04 -
YUV 112.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 224 64 71 0 0.71 0.68 0.12 357.38 0.72 0.56
Hex E0 40 47 0 47 44 C 165 48 38
Octal 340 100 107 0 107 104 14 545 110 70
Binary 11100000 1000000 1000111 0 1000111 1000100 1100 101100101 1001000 111000

Color Harmonies of #E04047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04047

Black with #E04047

Text Example


Text Example

White with #E04047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04047; }

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

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

background-color css

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

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

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

border-color css

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

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

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