Html Css Color HEX #E81A49 Amaranth

📋 copy color: '#E81A49'

red 232 ◦ green 26 ◦ blue 73

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

Shades of Amaranth #E81A49

Tints of Amaranth #E81A49

RGB

 RED value IS 232 (91.02% from 255) = 70.09%

 GREEN value IS 26 (10.55% from 255) = 7.85%

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

R = 70.09%
G = 7.85%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81A49 (or 0xE81A49) is known color: Amaranth. HEX triplet: E8, 1A and 49. RGB value is (232,26,73). Sum of RGB (Red+Green+Blue) = 232+26+73=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A49 is #17E5B6. Grayscale: #5C5C5C. Windows color (decimal): -1566135 or 4791016. OLE color: 4791016.

HSL color Cylindrical-coordinate representation of color #E81A49: hue angle of 346.31º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A49 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 26 73 -
CMYK 0 0.89 0.69 0.09
HSL 346.31º 0.82% 0.51% -
HSV(B) 346.31º 0.89% 0.91% -
XYZ 34.85 18.38 8.01 -
YUV 92.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 232 26 73 0 0.89 0.69 0.09 346.31 0.82 0.51
Hex E8 1A 49 0 59 45 9 15A 52 33
Octal 350 32 111 0 131 105 11 532 122 63
Binary 11101000 11010 1001001 0 1011001 1000101 1001 101011010 1010010 110011

Color Harmonies of #E81A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A49

Black with #E81A49

Text Example


Text Example

White with #E81A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A49; }

 p { color: rgb(232,26,73); }

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

background-color css

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

 a { background-color: rgb(232,26,73); }

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

border-color css

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

 span { border-color: rgb(232,26,73); }

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