Html Css Color HEX #EA3C59 Amaranth

📋 copy color: '#EA3C59'

red 234 ◦ green 60 ◦ blue 89

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

Shades of Amaranth #EA3C59

Tints of Amaranth #EA3C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

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

R = 61.1%
G = 15.67%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA3C59 (or 0xEA3C59) is known color: Amaranth. HEX triplet: EA, 3C and 59. RGB value is (234,60,89). Sum of RGB (Red+Green+Blue) = 234+60+89=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3C59 is #15C3A6. Grayscale: #737373. Windows color (decimal): -1426343 or 5848298. OLE color: 5848298.

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

Color convert

RGB 234 60 89 -
CMYK 0 0.74 0.62 0.08
HSL 350º 0.81% 0.58% -
HSV(B) 350º 0.74% 0.92% -
XYZ 37.35 21.45 11.62 -
YUV 115.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 234 60 89 0 0.74 0.62 0.08 350 0.81 0.58
Hex EA 3C 59 0 4A 3E 8 15E 51 3A
Octal 352 74 131 0 112 76 10 536 121 72
Binary 11101010 111100 1011001 0 1001010 111110 1000 101011110 1010001 111010

Color Harmonies of #EA3C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C59

Black with #EA3C59

Text Example


Text Example

White with #EA3C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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