Html Css Color HEX #E22049 Amaranth

📋 copy color: '#E22049'

red 226 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #E22049

Tints of Amaranth #E22049

RGB

 RED value IS 226 (88.67% from 255) = 68.28%

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 68.28%
G = 9.67%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E22049 (or 0xE22049) is known color: Amaranth. HEX triplet: E2, 20 and 49. RGB value is (226,32,73). Sum of RGB (Red+Green+Blue) = 226+32+73=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E22049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22049 is #1DDFB6. Grayscale: #5E5E5E. Windows color (decimal): -1957815 or 4792546. OLE color: 4792546.

HSL color Cylindrical-coordinate representation of color #E22049: hue angle of 347.32º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22049 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 73 -
CMYK 0 0.86 0.68 0.11
HSL 347.32º 0.77% 0.51% -
HSV(B) 347.32º 0.86% 0.89% -
XYZ 33.08 17.68 7.97 -
YUV 94.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 226 32 73 0 0.86 0.68 0.11 347.32 0.77 0.51
Hex E2 20 49 0 56 44 B 15B 4D 33
Octal 342 40 111 0 126 104 13 533 115 63
Binary 11100010 100000 1001001 0 1010110 1000100 1011 101011011 1001101 110011

Color Harmonies of #E22049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22049

Black with #E22049

Text Example


Text Example

White with #E22049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22049; }

 p { color: rgb(226,32,73); }

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

background-color css

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

 a { background-color: rgb(226,32,73); }

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

border-color css

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

 span { border-color: rgb(226,32,73); }

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