Html Css Color HEX #E12949 Amaranth

📋 copy color: '#E12949'

red 225 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #E12949

Tints of Amaranth #E12949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

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

R = 66.37%
G = 12.09%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E12949 (or 0xE12949) is known color: Amaranth. HEX triplet: E1, 29 and 49. RGB value is (225,41,73). Sum of RGB (Red+Green+Blue) = 225+41+73=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E12949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12949 is #1ED6B6. Grayscale: #636363. Windows color (decimal): -2021047 or 4794849. OLE color: 4794849.

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

Color convert

RGB 225 41 73 -
CMYK 0 0.82 0.68 0.12
HSL 349.57º 0.75% 0.52% -
HSV(B) 349.57º 0.82% 0.88% -
XYZ 33.05 18.07 8.05 -
YUV 99.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 225 41 73 0 0.82 0.68 0.12 349.57 0.75 0.52
Hex E1 29 49 0 52 44 C 15E 4B 34
Octal 341 51 111 0 122 104 14 536 113 64
Binary 11100001 101001 1001001 0 1010010 1000100 1100 101011110 1001011 110100

Color Harmonies of #E12949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12949

Black with #E12949

Text Example


Text Example

White with #E12949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12949; }

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

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

background-color css

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

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

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

border-color css

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

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

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