Html Css Color HEX #E1234A Amaranth

📋 copy color: '#E1234A'

red 225 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #E1234A

Tints of Amaranth #E1234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 67.37%
G = 10.48%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1234A (or 0xE1234A) is known color: Amaranth. HEX triplet: E1, 23 and 4A. RGB value is (225,35,74). Sum of RGB (Red+Green+Blue) = 225+35+74=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1234A is #1EDCB5. Grayscale: #606060. Windows color (decimal): -2022582 or 4858849. OLE color: 4858849.

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

Color convert

RGB 225 35 74 -
CMYK 0 0.84 0.67 0.12
HSL 347.68º 0.76% 0.51% -
HSV(B) 347.68º 0.84% 0.88% -
XYZ 32.89 17.7 8.16 -
YUV 96.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 225 35 74 0 0.84 0.67 0.12 347.68 0.76 0.51
Hex E1 23 4A 0 54 43 C 15C 4C 33
Octal 341 43 112 0 124 103 14 534 114 63
Binary 11100001 100011 1001010 0 1010100 1000011 1100 101011100 1001100 110011

Color Harmonies of #E1234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1234A

Black with #E1234A

Text Example


Text Example

White with #E1234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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