Html Css Color HEX #E5414C Amaranth

📋 copy color: '#E5414C'

red 229 ◦ green 65 ◦ blue 76

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

Shades of Amaranth #E5414C

Tints of Amaranth #E5414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 61.89%
G = 17.57%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5414C (or 0xE5414C) is known color: Amaranth. HEX triplet: E5, 41 and 4C. RGB value is (229,65,76). Sum of RGB (Red+Green+Blue) = 229+65+76=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5414C is #1ABEB3. Grayscale: #737373. Windows color (decimal): -1752756 or 4997605. OLE color: 4997605.

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

Color convert

RGB 229 65 76 -
CMYK 0 0.72 0.67 0.10
HSL 355.98º 0.76% 0.58% -
HSV(B) 355.98º 0.72% 0.9% -
XYZ 35.51 20.96 9.01 -
YUV 115.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 229 65 76 0 0.72 0.67 0.10 355.98 0.76 0.58
Hex E5 41 4C 0 48 43 A 164 4C 3A
Octal 345 101 114 0 110 103 12 544 114 72
Binary 11100101 1000001 1001100 0 1001000 1000011 1010 101100100 1001100 111010

Color Harmonies of #E5414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5414C

Black with #E5414C

Text Example


Text Example

White with #E5414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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