Html Css Color HEX #EA3A4D Amaranth

📋 copy color: '#EA3A4D'

red 234 ◦ green 58 ◦ blue 77

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

Shades of Amaranth #EA3A4D

Tints of Amaranth #EA3A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 63.41%
G = 15.72%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA3A4D (or 0xEA3A4D) is known color: Amaranth. HEX triplet: EA, 3A and 4D. RGB value is (234,58,77). Sum of RGB (Red+Green+Blue) = 234+58+77=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A4D is #15C5B2. Grayscale: #707070. Windows color (decimal): -1426867 or 5061354. OLE color: 5061354.

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

Color convert

RGB 234 58 77 -
CMYK 0 0.75 0.67 0.08
HSL 353.52º 0.81% 0.57% -
HSV(B) 353.52º 0.75% 0.92% -
XYZ 36.78 21.05 9.15 -
YUV 112.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 234 58 77 0 0.75 0.67 0.08 353.52 0.81 0.57
Hex EA 3A 4D 0 4B 43 8 162 51 39
Octal 352 72 115 0 113 103 10 542 121 71
Binary 11101010 111010 1001101 0 1001011 1000011 1000 101100010 1010001 111001

Color Harmonies of #EA3A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A4D

Black with #EA3A4D

Text Example


Text Example

White with #EA3A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A4D; }

 p { color: rgb(234,58,77); }

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

background-color css

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

 a { background-color: rgb(234,58,77); }

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

border-color css

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

 span { border-color: rgb(234,58,77); }

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