Html Css Color HEX #E14049 Amaranth

📋 copy color: '#E14049'

red 225 ◦ green 64 ◦ blue 73

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

Shades of Amaranth #E14049

Tints of Amaranth #E14049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 62.15%
G = 17.68%
B = 20.17%

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

#E14049 (or 0xE14049) is known color: Amaranth. HEX triplet: E1, 40 and 49. RGB value is (225,64,73). Sum of RGB (Red+Green+Blue) = 225+64+73=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E14049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14049 is #1EBFB6. Grayscale: #717171. Windows color (decimal): -2015159 or 4800737. OLE color: 4800737.

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

Color convert

RGB 225 64 73 -
CMYK 0 0.72 0.68 0.12
HSL 356.65º 0.73% 0.57% -
HSV(B) 356.65º 0.72% 0.88% -
XYZ 34.09 20.16 8.4 -
YUV 113.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 225 64 73 0 0.72 0.68 0.12 356.65 0.73 0.57
Hex E1 40 49 0 48 44 C 165 49 39
Octal 341 100 111 0 110 104 14 545 111 71
Binary 11100001 1000000 1001001 0 1001000 1000100 1100 101100101 1001001 111001

Color Harmonies of #E14049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14049

Black with #E14049

Text Example


Text Example

White with #E14049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14049; }

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

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

background-color css

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

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

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

border-color css

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

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

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