Html Css Color HEX #EA344A Amaranth

📋 copy color: '#EA344A'

red 234 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #EA344A

Tints of Amaranth #EA344A

RGB

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

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

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

R = 65%
G = 14.44%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA344A (or 0xEA344A) is known color: Amaranth. HEX triplet: EA, 34 and 4A. RGB value is (234,52,74). Sum of RGB (Red+Green+Blue) = 234+52+74=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA344A is #15CBB5. Grayscale: #6D6D6D. Windows color (decimal): -1428406 or 4863210. OLE color: 4863210.

HSL color Cylindrical-coordinate representation of color #EA344A: hue angle of 352.75º 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 #EA344A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 52 74 -
CMYK 0 0.78 0.68 0.08
HSL 352.75º 0.81% 0.56% -
HSV(B) 352.75º 0.78% 0.92% -
XYZ 36.4 20.44 8.51 -
YUV 108.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 234 52 74 0 0.78 0.68 0.08 352.75 0.81 0.56
Hex EA 34 4A 0 4E 44 8 161 51 38
Octal 352 64 112 0 116 104 10 541 121 70
Binary 11101010 110100 1001010 0 1001110 1000100 1000 101100001 1010001 111000

Color Harmonies of #EA344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA344A

Black with #EA344A

Text Example


Text Example

White with #EA344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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