Html Css Color HEX #E1314F Amaranth

📋 copy color: '#E1314F'

red 225 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #E1314F

Tints of Amaranth #E1314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.88%

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 63.74%
G = 13.88%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1314F (or 0xE1314F) is known color: Amaranth. HEX triplet: E1, 31 and 4F. RGB value is (225,49,79). Sum of RGB (Red+Green+Blue) = 225+49+79=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1314F is #1ECEB0. Grayscale: #696969. Windows color (decimal): -2018993 or 5190113. OLE color: 5190113.

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

Color convert

RGB 225 49 79 -
CMYK 0 0.78 0.65 0.12
HSL 349.77º 0.75% 0.54% -
HSV(B) 349.77º 0.78% 0.88% -
XYZ 33.56 18.77 9.25 -
YUV 105.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 225 49 79 0 0.78 0.65 0.12 349.77 0.75 0.54
Hex E1 31 4F 0 4E 41 C 15E 4B 36
Octal 341 61 117 0 116 101 14 536 113 66
Binary 11100001 110001 1001111 0 1001110 1000001 1100 101011110 1001011 110110

Color Harmonies of #E1314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1314F

Black with #E1314F

Text Example


Text Example

White with #E1314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1314F; }

 p { color: rgb(225,49,79); }

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

background-color css

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

 a { background-color: rgb(225,49,79); }

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

border-color css

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

 span { border-color: rgb(225,49,79); }

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