Html Css Color HEX #E21E49 Amaranth

📋 copy color: '#E21E49'

red 226 ◦ green 30 ◦ blue 73

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

Shades of Amaranth #E21E49

Tints of Amaranth #E21E49

RGB

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

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

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

R = 68.69%
G = 9.12%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E21E49 (or 0xE21E49) is known color: Amaranth. HEX triplet: E2, 1E and 49. RGB value is (226,30,73). Sum of RGB (Red+Green+Blue) = 226+30+73=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E49 is #1DE1B6. Grayscale: #5D5D5D. Windows color (decimal): -1958327 or 4792034. OLE color: 4792034.

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

Color convert

RGB 226 30 73 -
CMYK 0 0.87 0.68 0.11
HSL 346.84º 0.77% 0.5% -
HSV(B) 346.84º 0.87% 0.89% -
XYZ 33.03 17.58 7.96 -
YUV 93.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 226 30 73 0 0.87 0.68 0.11 346.84 0.77 0.5
Hex E2 1E 49 0 57 44 B 15B 4D 32
Octal 342 36 111 0 127 104 13 533 115 62
Binary 11100010 11110 1001001 0 1010111 1000100 1011 101011011 1001101 110010

Color Harmonies of #E21E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E49

Black with #E21E49

Text Example


Text Example

White with #E21E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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