Html Css Color HEX #EA354A Amaranth

📋 copy color: '#EA354A'

red 234 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #EA354A

Tints of Amaranth #EA354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 64.82%
G = 14.68%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA354A (or 0xEA354A) is known color: Amaranth. HEX triplet: EA, 35 and 4A. RGB value is (234,53,74). Sum of RGB (Red+Green+Blue) = 234+53+74=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA354A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA354A is #15CAB5. Grayscale: #6D6D6D. Windows color (decimal): -1428150 or 4863466. OLE color: 4863466.

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

Color convert

RGB 234 53 74 -
CMYK 0 0.77 0.68 0.08
HSL 353.04º 0.81% 0.56% -
HSV(B) 353.04º 0.77% 0.92% -
XYZ 36.44 20.53 8.52 -
YUV 109.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 234 53 74 0 0.77 0.68 0.08 353.04 0.81 0.56
Hex EA 35 4A 0 4D 44 8 161 51 38
Octal 352 65 112 0 115 104 10 541 121 70
Binary 11101010 110101 1001010 0 1001101 1000100 1000 101100001 1010001 111000

Color Harmonies of #EA354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA354A

Black with #EA354A

Text Example


Text Example

White with #EA354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA354A; }

 p { color: rgb(234,53,74); }

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

background-color css

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

 a { background-color: rgb(234,53,74); }

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

border-color css

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

 span { border-color: rgb(234,53,74); }

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