Html Css Color HEX #E1444C Amaranth

📋 copy color: '#E1444C'

red 225 ◦ green 68 ◦ blue 76

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

Shades of Amaranth #E1444C

Tints of Amaranth #E1444C

RGB

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

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

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

R = 60.98%
G = 18.43%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1444C (or 0xE1444C) is known color: Amaranth. HEX triplet: E1, 44 and 4C. RGB value is (225,68,76). Sum of RGB (Red+Green+Blue) = 225+68+76=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1444C is #1EBBB3. Grayscale: #737373. Windows color (decimal): -2014132 or 4998369. OLE color: 4998369.

HSL color Cylindrical-coordinate representation of color #E1444C: hue angle of 356.94º 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 #E1444C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 76 -
CMYK 0 0.70 0.66 0.12
HSL 356.94º 0.72% 0.57% -
HSV(B) 356.94º 0.7% 0.88% -
XYZ 34.42 20.66 9.01 -
YUV 115.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 225 68 76 0 0.70 0.66 0.12 356.94 0.72 0.57
Hex E1 44 4C 0 46 42 C 165 48 39
Octal 341 104 114 0 106 102 14 545 110 71
Binary 11100001 1000100 1001100 0 1000110 1000010 1100 101100101 1001000 111001

Color Harmonies of #E1444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1444C

Black with #E1444C

Text Example


Text Example

White with #E1444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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