Html Css Color HEX #E81E49 Amaranth

📋 copy color: '#E81E49'

red 232 ◦ green 30 ◦ blue 73

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

Shades of Amaranth #E81E49

Tints of Amaranth #E81E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

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

R = 69.25%
G = 8.96%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81E49 (or 0xE81E49) is known color: Amaranth. HEX triplet: E8, 1E and 49. RGB value is (232,30,73). Sum of RGB (Red+Green+Blue) = 232+30+73=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81E49 is #17E1B6. Grayscale: #5F5F5F. Windows color (decimal): -1565111 or 4792040. OLE color: 4792040.

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

Color convert

RGB 232 30 73 -
CMYK 0 0.87 0.69 0.09
HSL 347.23º 0.81% 0.51% -
HSV(B) 347.23º 0.87% 0.91% -
XYZ 34.95 18.57 8.04 -
YUV 95.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 232 30 73 0 0.87 0.69 0.09 347.23 0.81 0.51
Hex E8 1E 49 0 57 45 9 15B 51 33
Octal 350 36 111 0 127 105 11 533 121 63
Binary 11101000 11110 1001001 0 1010111 1000101 1001 101011011 1010001 110011

Color Harmonies of #E81E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81E49

Black with #E81E49

Text Example


Text Example

White with #E81E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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