Html Css Color HEX #E12549 Amaranth

📋 copy color: '#E12549'

red 225 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #E12549

Tints of Amaranth #E12549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 67.16%
G = 11.04%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E12549 (or 0xE12549) is known color: Amaranth. HEX triplet: E1, 25 and 49. RGB value is (225,37,73). Sum of RGB (Red+Green+Blue) = 225+37+73=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E12549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12549 is #1EDAB6. Grayscale: #616161. Windows color (decimal): -2022071 or 4793825. OLE color: 4793825.

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

Color convert

RGB 225 37 73 -
CMYK 0 0.84 0.68 0.12
HSL 348.51º 0.76% 0.51% -
HSV(B) 348.51º 0.84% 0.88% -
XYZ 32.92 17.81 8.01 -
YUV 97.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 225 37 73 0 0.84 0.68 0.12 348.51 0.76 0.51
Hex E1 25 49 0 54 44 C 15D 4C 33
Octal 341 45 111 0 124 104 14 535 114 63
Binary 11100001 100101 1001001 0 1010100 1000100 1100 101011101 1001100 110011

Color Harmonies of #E12549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12549

Black with #E12549

Text Example


Text Example

White with #E12549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12549; }

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

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

background-color css

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

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

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

border-color css

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

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

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