Html Css Color HEX #E1394B Amaranth

📋 copy color: '#E1394B'

red 225 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #E1394B

Tints of Amaranth #E1394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 63.03%
G = 15.97%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1394B (or 0xE1394B) is known color: Amaranth. HEX triplet: E1, 39 and 4B. RGB value is (225,57,75). Sum of RGB (Red+Green+Blue) = 225+57+75=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1394B is #1EC6B4. Grayscale: #6D6D6D. Windows color (decimal): -2016949 or 4930017. OLE color: 4930017.

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

Color convert

RGB 225 57 75 -
CMYK 0 0.75 0.67 0.12
HSL 353.57º 0.74% 0.55% -
HSV(B) 353.57º 0.75% 0.88% -
XYZ 33.78 19.44 8.63 -
YUV 109.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 225 57 75 0 0.75 0.67 0.12 353.57 0.74 0.55
Hex E1 39 4B 0 4B 43 C 162 4A 37
Octal 341 71 113 0 113 103 14 542 112 67
Binary 11100001 111001 1001011 0 1001011 1000011 1100 101100010 1001010 110111

Color Harmonies of #E1394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1394B

Black with #E1394B

Text Example


Text Example

White with #E1394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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