Html Css Color HEX #E51C4A Amaranth

📋 copy color: '#E51C4A'

red 229 ◦ green 28 ◦ blue 74

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

Shades of Amaranth #E51C4A

Tints of Amaranth #E51C4A

RGB

 RED value IS 229 (89.84% from 255) = 69.18%

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 69.18%
G = 8.46%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E51C4A (or 0xE51C4A) is known color: Amaranth. HEX triplet: E5, 1C and 4A. RGB value is (229,28,74). Sum of RGB (Red+Green+Blue) = 229+28+74=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C4A is #1AE3B5. Grayscale: #5D5D5D. Windows color (decimal): -1762230 or 4857061. OLE color: 4857061.

HSL color Cylindrical-coordinate representation of color #E51C4A: hue angle of 346.27º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C4A is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 28 74 -
CMYK 0 0.88 0.68 0.10
HSL 346.27º 0.79% 0.5% -
HSV(B) 346.27º 0.88% 0.9% -
XYZ 33.96 17.98 8.16 -
YUV 93.34 117.09 224.76 -
System Red Green Blue C M Y K H S L
Decimal 229 28 74 0 0.88 0.68 0.10 346.27 0.79 0.5
Hex E5 1C 4A 0 58 44 A 15A 4F 32
Octal 345 34 112 0 130 104 12 532 117 62
Binary 11100101 11100 1001010 0 1011000 1000100 1010 101011010 1001111 110010

Color Harmonies of #E51C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51C4A

Black with #E51C4A

Text Example


Text Example

White with #E51C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51C4A; }

 p { color: rgb(229,28,74); }

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

background-color css

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

 a { background-color: rgb(229,28,74); }

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

border-color css

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

 span { border-color: rgb(229,28,74); }

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