Html Css Color HEX #E82A46 Amaranth

📋 copy color: '#E82A46'

red 232 ◦ green 42 ◦ blue 70

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

Shades of Amaranth #E82A46

Tints of Amaranth #E82A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.21%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 67.44%
G = 12.21%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E82A46 (or 0xE82A46) is known color: Amaranth. HEX triplet: E8, 2A and 46. RGB value is (232,42,70). Sum of RGB (Red+Green+Blue) = 232+42+70=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A46 is #17D5B9. Grayscale: #666666. Windows color (decimal): -1562042 or 4598504. OLE color: 4598504.

HSL color Cylindrical-coordinate representation of color #E82A46: hue angle of 351.16º 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 #E82A46 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 42 70 -
CMYK 0 0.82 0.70 0.09
HSL 351.16º 0.81% 0.54% -
HSV(B) 351.16º 0.82% 0.91% -
XYZ 35.21 19.25 7.65 -
YUV 102 109.95 220.72 -
System Red Green Blue C M Y K H S L
Decimal 232 42 70 0 0.82 0.70 0.09 351.16 0.81 0.54
Hex E8 2A 46 0 52 46 9 15F 51 36
Octal 350 52 106 0 122 106 11 537 121 66
Binary 11101000 101010 1000110 0 1010010 1000110 1001 101011111 1010001 110110

Color Harmonies of #E82A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A46

Black with #E82A46

Text Example


Text Example

White with #E82A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A46; }

 p { color: rgb(232,42,70); }

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

background-color css

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

 a { background-color: rgb(232,42,70); }

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

border-color css

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

 span { border-color: rgb(232,42,70); }

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