Html Css Color HEX #E14047 Amaranth

📋 copy color: '#E14047'

red 225 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #E14047

Tints of Amaranth #E14047

RGB

 RED value IS 225 (88.28% from 255) = 62.5%

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

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

R = 62.5%
G = 17.78%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E14047 (or 0xE14047) is known color: Amaranth. HEX triplet: E1, 40 and 47. RGB value is (225,64,71). Sum of RGB (Red+Green+Blue) = 225+64+71=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E14047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14047 is #1EBFB8. Grayscale: #717171. Windows color (decimal): -2015161 or 4669665. OLE color: 4669665.

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

Color convert

RGB 225 64 71 -
CMYK 0 0.72 0.68 0.12
HSL 357.39º 0.73% 0.57% -
HSV(B) 357.39º 0.72% 0.88% -
XYZ 34.02 20.13 8.05 -
YUV 112.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 225 64 71 0 0.72 0.68 0.12 357.39 0.73 0.57
Hex E1 40 47 0 48 44 C 165 49 39
Octal 341 100 107 0 110 104 14 545 111 71
Binary 11100001 1000000 1000111 0 1001000 1000100 1100 101100101 1001001 111001

Color Harmonies of #E14047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14047

Black with #E14047

Text Example


Text Example

White with #E14047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14047; }

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

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

background-color css

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

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

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

border-color css

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

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

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