Html Css Color HEX #E82949 Amaranth

📋 copy color: '#E82949'

red 232 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #E82949

Tints of Amaranth #E82949

RGB

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

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

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

R = 67.05%
G = 11.85%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E82949 (or 0xE82949) is known color: Amaranth. HEX triplet: E8, 29 and 49. RGB value is (232,41,73). Sum of RGB (Red+Green+Blue) = 232+41+73=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E82949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82949 is #17D6B6. Grayscale: #656565. Windows color (decimal): -1562295 or 4794856. OLE color: 4794856.

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

Color convert

RGB 232 41 73 -
CMYK 0 0.82 0.69 0.09
HSL 349.95º 0.81% 0.54% -
HSV(B) 349.95º 0.82% 0.91% -
XYZ 35.27 19.22 8.15 -
YUV 101.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 232 41 73 0 0.82 0.69 0.09 349.95 0.81 0.54
Hex E8 29 49 0 52 45 9 15E 51 36
Octal 350 51 111 0 122 105 11 536 121 66
Binary 11101000 101001 1001001 0 1010010 1000101 1001 101011110 1010001 110110

Color Harmonies of #E82949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82949

Black with #E82949

Text Example


Text Example

White with #E82949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82949; }

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

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

background-color css

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

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

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

border-color css

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

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

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