Html Css Color HEX #E34047 Amaranth

📋 copy color: '#E34047'

red 227 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #E34047

Tints of Amaranth #E34047

RGB

 RED value IS 227 (89.06% from 255) = 62.71%

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

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

R = 62.71%
G = 17.68%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E34047 (or 0xE34047) is known color: Amaranth. HEX triplet: E3, 40 and 47. RGB value is (227,64,71). Sum of RGB (Red+Green+Blue) = 227+64+71=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E34047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34047 is #1CBFB8. Grayscale: #717171. Windows color (decimal): -1884089 or 4669667. OLE color: 4669667.

HSL color Cylindrical-coordinate representation of color #E34047: hue angle of 357.42º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E34047 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 71 -
CMYK 0 0.72 0.69 0.11
HSL 357.42º 0.74% 0.57% -
HSV(B) 357.42º 0.72% 0.89% -
XYZ 34.65 20.45 8.08 -
YUV 113.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 227 64 71 0 0.72 0.69 0.11 357.42 0.74 0.57
Hex E3 40 47 0 48 45 B 165 4A 39
Octal 343 100 107 0 110 105 13 545 112 71
Binary 11100011 1000000 1000111 0 1001000 1000101 1011 101100101 1001010 111001

Color Harmonies of #E34047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34047

Black with #E34047

Text Example


Text Example

White with #E34047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34047; }

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

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

background-color css

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

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

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

border-color css

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

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

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