Html Css Color HEX #E1304A Amaranth

📋 copy color: '#E1304A'

red 225 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #E1304A

Tints of Amaranth #E1304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 64.84%
G = 13.83%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1304A (or 0xE1304A) is known color: Amaranth. HEX triplet: E1, 30 and 4A. RGB value is (225,48,74). Sum of RGB (Red+Green+Blue) = 225+48+74=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E1304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1304A is #1ECFB5. Grayscale: #676767. Windows color (decimal): -2019254 or 4862177. OLE color: 4862177.

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

Color convert

RGB 225 48 74 -
CMYK 0 0.79 0.67 0.12
HSL 351.19º 0.75% 0.54% -
HSV(B) 351.19º 0.79% 0.88% -
XYZ 33.34 18.62 8.31 -
YUV 103.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 225 48 74 0 0.79 0.67 0.12 351.19 0.75 0.54
Hex E1 30 4A 0 4F 43 C 15F 4B 36
Octal 341 60 112 0 117 103 14 537 113 66
Binary 11100001 110000 1001010 0 1001111 1000011 1100 101011111 1001011 110110

Color Harmonies of #E1304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1304A

Black with #E1304A

Text Example


Text Example

White with #E1304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1304A; }

 p { color: rgb(225,48,74); }

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

background-color css

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

 a { background-color: rgb(225,48,74); }

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

border-color css

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

 span { border-color: rgb(225,48,74); }

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