Html Css Color HEX #E1444A Amaranth

📋 copy color: '#E1444A'

red 225 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #E1444A

Tints of Amaranth #E1444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.53%

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

R = 61.31%
G = 18.53%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1444A (or 0xE1444A) is known color: Amaranth. HEX triplet: E1, 44 and 4A. RGB value is (225,68,74). Sum of RGB (Red+Green+Blue) = 225+68+74=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1444A is #1EBBB5. Grayscale: #737373. Windows color (decimal): -2014134 or 4867297. OLE color: 4867297.

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

Color convert

RGB 225 68 74 -
CMYK 0 0.70 0.67 0.12
HSL 357.71º 0.72% 0.57% -
HSV(B) 357.71º 0.7% 0.88% -
XYZ 34.35 20.64 8.65 -
YUV 115.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 225 68 74 0 0.70 0.67 0.12 357.71 0.72 0.57
Hex E1 44 4A 0 46 43 C 166 48 39
Octal 341 104 112 0 106 103 14 546 110 71
Binary 11100001 1000100 1001010 0 1000110 1000011 1100 101100110 1001000 111001

Color Harmonies of #E1444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1444A

Black with #E1444A

Text Example


Text Example

White with #E1444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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