Html Css Color HEX #E12D49 Amaranth

📋 copy color: '#E12D49'

red 225 ◦ green 45 ◦ blue 73

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

Shades of Amaranth #E12D49

Tints of Amaranth #E12D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

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

R = 65.6%
G = 13.12%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E12D49 (or 0xE12D49) is known color: Amaranth. HEX triplet: E1, 2D and 49. RGB value is (225,45,73). Sum of RGB (Red+Green+Blue) = 225+45+73=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D49 is #1ED2B6. Grayscale: #666666. Windows color (decimal): -2020023 or 4795873. OLE color: 4795873.

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

Color convert

RGB 225 45 73 -
CMYK 0 0.8 0.68 0.12
HSL 350.67º 0.75% 0.53% -
HSV(B) 350.67º 0.8% 0.88% -
XYZ 33.19 18.37 8.1 -
YUV 102.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 225 45 73 0 0.8 0.68 0.12 350.67 0.75 0.53
Hex E1 2D 49 0 50 44 C 15F 4B 35
Octal 341 55 111 0 120 104 14 537 113 65
Binary 11100001 101101 1001001 0 1010000 1000100 1100 101011111 1001011 110101

Color Harmonies of #E12D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D49

Black with #E12D49

Text Example


Text Example

White with #E12D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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