Html Css Color HEX #E21D4C Amaranth

📋 copy color: '#E21D4C'

red 226 ◦ green 29 ◦ blue 76

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

Shades of Amaranth #E21D4C

Tints of Amaranth #E21D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 68.28%
G = 8.76%
B = 22.96%

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

#E21D4C (or 0xE21D4C) is known color: Amaranth. HEX triplet: E2, 1D and 4C. RGB value is (226,29,76). Sum of RGB (Red+Green+Blue) = 226+29+76=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D4C is #1DE2B3. Grayscale: #5D5D5D. Windows color (decimal): -1958580 or 4988386. OLE color: 4988386.

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

Color convert

RGB 226 29 76 -
CMYK 0 0.87 0.66 0.11
HSL 345.69º 0.77% 0.5% -
HSV(B) 345.69º 0.87% 0.89% -
XYZ 33.11 17.57 8.48 -
YUV 93.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 226 29 76 0 0.87 0.66 0.11 345.69 0.77 0.5
Hex E2 1D 4C 0 57 42 B 15A 4D 32
Octal 342 35 114 0 127 102 13 532 115 62
Binary 11100010 11101 1001100 0 1010111 1000010 1011 101011010 1001101 110010

Color Harmonies of #E21D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D4C

Black with #E21D4C

Text Example


Text Example

White with #E21D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D4C; }

 p { color: rgb(226,29,76); }

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

background-color css

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

 a { background-color: rgb(226,29,76); }

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

border-color css

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

 span { border-color: rgb(226,29,76); }

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