Html Css Color HEX #EA345A Amaranth

📋 copy color: '#EA345A'

red 234 ◦ green 52 ◦ blue 90

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

Shades of Amaranth #EA345A

Tints of Amaranth #EA345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 62.23%
G = 13.83%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA345A (or 0xEA345A) is known color: Amaranth. HEX triplet: EA, 34 and 5A. RGB value is (234,52,90). Sum of RGB (Red+Green+Blue) = 234+52+90=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA345A is #15CBA5. Grayscale: #6E6E6E. Windows color (decimal): -1428390 or 5911786. OLE color: 5911786.

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

Color convert

RGB 234 52 90 -
CMYK 0 0.78 0.62 0.08
HSL 347.47º 0.81% 0.56% -
HSV(B) 347.47º 0.78% 0.92% -
XYZ 37.01 20.69 11.72 -
YUV 110.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 234 52 90 0 0.78 0.62 0.08 347.47 0.81 0.56
Hex EA 34 5A 0 4E 3E 8 15B 51 38
Octal 352 64 132 0 116 76 10 533 121 70
Binary 11101010 110100 1011010 0 1001110 111110 1000 101011011 1010001 111000

Color Harmonies of #EA345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA345A

Black with #EA345A

Text Example


Text Example

White with #EA345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA345A; }

 p { color: rgb(234,52,90); }

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

background-color css

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

 a { background-color: rgb(234,52,90); }

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

border-color css

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

 span { border-color: rgb(234,52,90); }

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