Html Css Color HEX #EA344C Amaranth

📋 copy color: '#EA344C'

red 234 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #EA344C

Tints of Amaranth #EA344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 64.64%
G = 14.36%
B = 20.99%

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

#EA344C (or 0xEA344C) is known color: Amaranth. HEX triplet: EA, 34 and 4C. RGB value is (234,52,76). Sum of RGB (Red+Green+Blue) = 234+52+76=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA344C is #15CBB3. Grayscale: #6D6D6D. Windows color (decimal): -1428404 or 4994282. OLE color: 4994282.

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

Color convert

RGB 234 52 76 -
CMYK 0 0.78 0.68 0.08
HSL 352.09º 0.81% 0.56% -
HSV(B) 352.09º 0.78% 0.92% -
XYZ 36.46 20.47 8.87 -
YUV 109.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 234 52 76 0 0.78 0.68 0.08 352.09 0.81 0.56
Hex EA 34 4C 0 4E 44 8 160 51 38
Octal 352 64 114 0 116 104 10 540 121 70
Binary 11101010 110100 1001100 0 1001110 1000100 1000 101100000 1010001 111000

Color Harmonies of #EA344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA344C

Black with #EA344C

Text Example


Text Example

White with #EA344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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