Html Css Color HEX #E21E4D Amaranth

📋 copy color: '#E21E4D'

red 226 ◦ green 30 ◦ blue 77

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

Shades of Amaranth #E21E4D

Tints of Amaranth #E21E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 67.87%
G = 9.01%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E21E4D (or 0xE21E4D) is known color: Amaranth. HEX triplet: E2, 1E and 4D. RGB value is (226,30,77). Sum of RGB (Red+Green+Blue) = 226+30+77=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E4D is #1DE1B2. Grayscale: #5D5D5D. Windows color (decimal): -1958323 or 5054178. OLE color: 5054178.

HSL color Cylindrical-coordinate representation of color #E21E4D: hue angle of 345.61º 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 #E21E4D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 77 -
CMYK 0 0.87 0.66 0.11
HSL 345.61º 0.77% 0.5% -
HSV(B) 345.61º 0.87% 0.89% -
XYZ 33.17 17.63 8.68 -
YUV 93.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 226 30 77 0 0.87 0.66 0.11 345.61 0.77 0.5
Hex E2 1E 4D 0 57 42 B 15A 4D 32
Octal 342 36 115 0 127 102 13 532 115 62
Binary 11100010 11110 1001101 0 1010111 1000010 1011 101011010 1001101 110010

Color Harmonies of #E21E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E4D

Black with #E21E4D

Text Example


Text Example

White with #E21E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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