Html Css Color HEX #E1314A Amaranth

📋 copy color: '#E1314A'

red 225 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #E1314A

Tints of Amaranth #E1314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

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

R = 64.66%
G = 14.08%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1314A (or 0xE1314A) is known color: Amaranth. HEX triplet: E1, 31 and 4A. RGB value is (225,49,74). Sum of RGB (Red+Green+Blue) = 225+49+74=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1314A is #1ECEB5. Grayscale: #686868. Windows color (decimal): -2018998 or 4862433. OLE color: 4862433.

HSL color Cylindrical-coordinate representation of color #E1314A: hue angle of 351.48º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1314A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 74 -
CMYK 0 0.78 0.67 0.12
HSL 351.48º 0.75% 0.54% -
HSV(B) 351.48º 0.78% 0.88% -
XYZ 33.39 18.7 8.33 -
YUV 104.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 225 49 74 0 0.78 0.67 0.12 351.48 0.75 0.54
Hex E1 31 4A 0 4E 43 C 15F 4B 36
Octal 341 61 112 0 116 103 14 537 113 66
Binary 11100001 110001 1001010 0 1001110 1000011 1100 101011111 1001011 110110

Color Harmonies of #E1314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1314A

Black with #E1314A

Text Example


Text Example

White with #E1314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1314A; }

 p { color: rgb(225,49,74); }

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

background-color css

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

 a { background-color: rgb(225,49,74); }

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

border-color css

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

 span { border-color: rgb(225,49,74); }

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