Html Css Color HEX #EA3759 Amaranth

📋 copy color: '#EA3759'

red 234 ◦ green 55 ◦ blue 89

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

Shades of Amaranth #EA3759

Tints of Amaranth #EA3759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 61.9%
G = 14.55%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA3759 (or 0xEA3759) is known color: Amaranth. HEX triplet: EA, 37 and 59. RGB value is (234,55,89). Sum of RGB (Red+Green+Blue) = 234+55+89=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3759 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3759 is #15C8A6. Grayscale: #707070. Windows color (decimal): -1427623 or 5847018. OLE color: 5847018.

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

Color convert

RGB 234 55 89 -
CMYK 0 0.76 0.62 0.08
HSL 348.6º 0.81% 0.57% -
HSV(B) 348.6º 0.76% 0.92% -
XYZ 37.1 20.95 11.54 -
YUV 112.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 234 55 89 0 0.76 0.62 0.08 348.6 0.81 0.57
Hex EA 37 59 0 4C 3E 8 15D 51 39
Octal 352 67 131 0 114 76 10 535 121 71
Binary 11101010 110111 1011001 0 1001100 111110 1000 101011101 1010001 111001

Color Harmonies of #EA3759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3759

Black with #EA3759

Text Example


Text Example

White with #EA3759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3759; }

 p { color: rgb(234,55,89); }

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

background-color css

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

 a { background-color: rgb(234,55,89); }

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

border-color css

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

 span { border-color: rgb(234,55,89); }

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