Html Css Color HEX #E82249 Amaranth

📋 copy color: '#E82249'

red 232 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #E82249

Tints of Amaranth #E82249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 68.44%
G = 10.03%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E82249 (or 0xE82249) is known color: Amaranth. HEX triplet: E8, 22 and 49. RGB value is (232,34,73). Sum of RGB (Red+Green+Blue) = 232+34+73=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E82249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82249 is #17DDB6. Grayscale: #616161. Windows color (decimal): -1564087 or 4793064. OLE color: 4793064.

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

Color convert

RGB 232 34 73 -
CMYK 0 0.85 0.69 0.09
HSL 348.18º 0.81% 0.52% -
HSV(B) 348.18º 0.85% 0.91% -
XYZ 35.05 18.78 8.08 -
YUV 97.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 232 34 73 0 0.85 0.69 0.09 348.18 0.81 0.52
Hex E8 22 49 0 55 45 9 15C 51 34
Octal 350 42 111 0 125 105 11 534 121 64
Binary 11101000 100010 1001001 0 1010101 1000101 1001 101011100 1010001 110100

Color Harmonies of #E82249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82249

Black with #E82249

Text Example


Text Example

White with #E82249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82249; }

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

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

background-color css

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

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

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

border-color css

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

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

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