Html Css Color HEX #E1394D Amaranth

📋 copy color: '#E1394D'

red 225 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #E1394D

Tints of Amaranth #E1394D

RGB

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

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

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

R = 62.67%
G = 15.88%
B = 21.45%

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

#E1394D (or 0xE1394D) is known color: Amaranth. HEX triplet: E1, 39 and 4D. RGB value is (225,57,77). Sum of RGB (Red+Green+Blue) = 225+57+77=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1394D is #1EC6B2. Grayscale: #6D6D6D. Windows color (decimal): -2016947 or 5061089. OLE color: 5061089.

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

Color convert

RGB 225 57 77 -
CMYK 0 0.75 0.66 0.12
HSL 352.86º 0.74% 0.55% -
HSV(B) 352.86º 0.75% 0.88% -
XYZ 33.85 19.47 8.99 -
YUV 109.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 225 57 77 0 0.75 0.66 0.12 352.86 0.74 0.55
Hex E1 39 4D 0 4B 42 C 161 4A 37
Octal 341 71 115 0 113 102 14 541 112 67
Binary 11100001 111001 1001101 0 1001011 1000010 1100 101100001 1001010 110111

Color Harmonies of #E1394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1394D

Black with #E1394D

Text Example


Text Example

White with #E1394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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