Html Css Color HEX #E1374C Amaranth

📋 copy color: '#E1374C'

red 225 ◦ green 55 ◦ blue 76

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

Shades of Amaranth #E1374C

Tints of Amaranth #E1374C

RGB

 RED value IS 225 (88.28% from 255) = 63.2%

 GREEN value IS 55 (21.88% from 255) = 15.45%

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

R = 63.2%
G = 15.45%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1374C (or 0xE1374C) is known color: Amaranth. HEX triplet: E1, 37 and 4C. RGB value is (225,55,76). Sum of RGB (Red+Green+Blue) = 225+55+76=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1374C is #1EC8B3. Grayscale: #6C6C6C. Windows color (decimal): -2017460 or 4995041. OLE color: 4995041.

HSL color Cylindrical-coordinate representation of color #E1374C: hue angle of 352.59º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1374C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 76 -
CMYK 0 0.76 0.66 0.12
HSL 352.59º 0.74% 0.55% -
HSV(B) 352.59º 0.76% 0.88% -
XYZ 33.72 19.26 8.78 -
YUV 108.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 225 55 76 0 0.76 0.66 0.12 352.59 0.74 0.55
Hex E1 37 4C 0 4C 42 C 161 4A 37
Octal 341 67 114 0 114 102 14 541 112 67
Binary 11100001 110111 1001100 0 1001100 1000010 1100 101100001 1001010 110111

Color Harmonies of #E1374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1374C

Black with #E1374C

Text Example


Text Example

White with #E1374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1374C; }

 p { color: rgb(225,55,76); }

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

background-color css

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

 a { background-color: rgb(225,55,76); }

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

border-color css

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

 span { border-color: rgb(225,55,76); }

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