Html Css Color HEX #E5344C Amaranth

📋 copy color: '#E5344C'

red 229 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #E5344C

Tints of Amaranth #E5344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

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

R = 64.15%
G = 14.57%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5344C (or 0xE5344C) is known color: Amaranth. HEX triplet: E5, 34 and 4C. RGB value is (229,52,76). Sum of RGB (Red+Green+Blue) = 229+52+76=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5344C is #1ACBB3. Grayscale: #6B6B6B. Windows color (decimal): -1756084 or 4994277. OLE color: 4994277.

HSL color Cylindrical-coordinate representation of color #E5344C: hue angle of 351.86º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5344C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 76 -
CMYK 0 0.77 0.67 0.10
HSL 351.86º 0.77% 0.55% -
HSV(B) 351.86º 0.77% 0.9% -
XYZ 34.85 19.64 8.79 -
YUV 107.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 229 52 76 0 0.77 0.67 0.10 351.86 0.77 0.55
Hex E5 34 4C 0 4D 43 A 160 4D 37
Octal 345 64 114 0 115 103 12 540 115 67
Binary 11100101 110100 1001100 0 1001101 1000011 1010 101100000 1001101 110111

Color Harmonies of #E5344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5344C

Black with #E5344C

Text Example


Text Example

White with #E5344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5344C; }

 p { color: rgb(229,52,76); }

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

background-color css

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

 a { background-color: rgb(229,52,76); }

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

border-color css

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

 span { border-color: rgb(229,52,76); }

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