Html Css Color HEX #EA3145 Amaranth

📋 copy color: '#EA3145'

red 234 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #EA3145

Tints of Amaranth #EA3145

RGB

 RED value IS 234 (91.8% from 255) = 66.48%

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

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 66.48%
G = 13.92%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA3145 (or 0xEA3145) is known color: Amaranth. HEX triplet: EA, 31 and 45. RGB value is (234,49,69). Sum of RGB (Red+Green+Blue) = 234+49+69=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3145 is #15CEBA. Grayscale: #6A6A6A. Windows color (decimal): -1429179 or 4534762. OLE color: 4534762.

HSL color Cylindrical-coordinate representation of color #EA3145: hue angle of 353.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3145 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 69 -
CMYK 0 0.79 0.71 0.08
HSL 353.51º 0.81% 0.55% -
HSV(B) 353.51º 0.79% 0.92% -
XYZ 36.1 20.12 7.61 -
YUV 106.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 234 49 69 0 0.79 0.71 0.08 353.51 0.81 0.55
Hex EA 31 45 0 4F 47 8 162 51 37
Octal 352 61 105 0 117 107 10 542 121 67
Binary 11101010 110001 1000101 0 1001111 1000111 1000 101100010 1010001 110111

Color Harmonies of #EA3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3145

Black with #EA3145

Text Example


Text Example

White with #EA3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3145; }

 p { color: rgb(234,49,69); }

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

background-color css

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

 a { background-color: rgb(234,49,69); }

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

border-color css

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

 span { border-color: rgb(234,49,69); }

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