Html Css Color HEX #E1424C Amaranth

📋 copy color: '#E1424C'

red 225 ◦ green 66 ◦ blue 76

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

Shades of Amaranth #E1424C

Tints of Amaranth #E1424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

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

R = 61.31%
G = 17.98%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1424C (or 0xE1424C) is known color: Amaranth. HEX triplet: E1, 42 and 4C. RGB value is (225,66,76). Sum of RGB (Red+Green+Blue) = 225+66+76=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1424C is #1EBDB3. Grayscale: #727272. Windows color (decimal): -2014644 or 4997857. OLE color: 4997857.

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

Color convert

RGB 225 66 76 -
CMYK 0 0.71 0.66 0.12
HSL 356.23º 0.73% 0.57% -
HSV(B) 356.23º 0.71% 0.88% -
XYZ 34.3 20.43 8.97 -
YUV 114.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 225 66 76 0 0.71 0.66 0.12 356.23 0.73 0.57
Hex E1 42 4C 0 47 42 C 164 49 39
Octal 341 102 114 0 107 102 14 544 111 71
Binary 11100001 1000010 1001100 0 1000111 1000010 1100 101100100 1001001 111001

Color Harmonies of #E1424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1424C

Black with #E1424C

Text Example


Text Example

White with #E1424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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