Html Css Color HEX #E1404D Amaranth

📋 copy color: '#E1404D'

red 225 ◦ green 64 ◦ blue 77

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

Shades of Amaranth #E1404D

Tints of Amaranth #E1404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 61.48%
G = 17.49%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1404D (or 0xE1404D) is known color: Amaranth. HEX triplet: E1, 40 and 4D. RGB value is (225,64,77). Sum of RGB (Red+Green+Blue) = 225+64+77=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1404D is #1EBFB2. Grayscale: #717171. Windows color (decimal): -2015155 or 5062881. OLE color: 5062881.

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

Color convert

RGB 225 64 77 -
CMYK 0 0.72 0.66 0.12
HSL 355.16º 0.73% 0.57% -
HSV(B) 355.16º 0.72% 0.88% -
XYZ 34.22 20.21 9.12 -
YUV 113.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 225 64 77 0 0.72 0.66 0.12 355.16 0.73 0.57
Hex E1 40 4D 0 48 42 C 163 49 39
Octal 341 100 115 0 110 102 14 543 111 71
Binary 11100001 1000000 1001101 0 1001000 1000010 1100 101100011 1001001 111001

Color Harmonies of #E1404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1404D

Black with #E1404D

Text Example


Text Example

White with #E1404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1404D; }

 p { color: rgb(225,64,77); }

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

background-color css

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

 a { background-color: rgb(225,64,77); }

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

border-color css

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

 span { border-color: rgb(225,64,77); }

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