Html Css Color HEX #E81C49 Amaranth

📋 copy color: '#E81C49'

red 232 ◦ green 28 ◦ blue 73

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

Shades of Amaranth #E81C49

Tints of Amaranth #E81C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

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

R = 69.67%
G = 8.41%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81C49 (or 0xE81C49) is known color: Amaranth. HEX triplet: E8, 1C and 49. RGB value is (232,28,73). Sum of RGB (Red+Green+Blue) = 232+28+73=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C49 is #17E3B6. Grayscale: #5E5E5E. Windows color (decimal): -1565623 or 4791528. OLE color: 4791528.

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

Color convert

RGB 232 28 73 -
CMYK 0 0.88 0.69 0.09
HSL 346.76º 0.82% 0.51% -
HSV(B) 346.76º 0.88% 0.91% -
XYZ 34.9 18.47 8.03 -
YUV 94.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 232 28 73 0 0.88 0.69 0.09 346.76 0.82 0.51
Hex E8 1C 49 0 58 45 9 15B 52 33
Octal 350 34 111 0 130 105 11 533 122 63
Binary 11101000 11100 1001001 0 1011000 1000101 1001 101011011 1010010 110011

Color Harmonies of #E81C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C49

Black with #E81C49

Text Example


Text Example

White with #E81C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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