Html Css Color HEX #E1394C Amaranth

📋 copy color: '#E1394C'

red 225 ◦ green 57 ◦ blue 76

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

Shades of Amaranth #E1394C

Tints of Amaranth #E1394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

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

R = 62.85%
G = 15.92%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1394C (or 0xE1394C) is known color: Amaranth. HEX triplet: E1, 39 and 4C. RGB value is (225,57,76). Sum of RGB (Red+Green+Blue) = 225+57+76=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1394C is #1EC6B3. Grayscale: #6D6D6D. Windows color (decimal): -2016948 or 4995553. OLE color: 4995553.

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

Color convert

RGB 225 57 76 -
CMYK 0 0.75 0.66 0.12
HSL 353.21º 0.74% 0.55% -
HSV(B) 353.21º 0.75% 0.88% -
XYZ 33.82 19.46 8.81 -
YUV 109.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 225 57 76 0 0.75 0.66 0.12 353.21 0.74 0.55
Hex E1 39 4C 0 4B 42 C 161 4A 37
Octal 341 71 114 0 113 102 14 541 112 67
Binary 11100001 111001 1001100 0 1001011 1000010 1100 101100001 1001010 110111

Color Harmonies of #E1394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1394C

Black with #E1394C

Text Example


Text Example

White with #E1394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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