Html Css Color HEX #EA2344 Amaranth

📋 copy color: '#EA2344'

red 234 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #EA2344

Tints of Amaranth #EA2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 69.44%
G = 10.39%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2344 (or 0xEA2344) is known color: Amaranth. HEX triplet: EA, 23 and 44. RGB value is (234,35,68). Sum of RGB (Red+Green+Blue) = 234+35+68=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2344 is #15DCBB. Grayscale: #626262. Windows color (decimal): -1432764 or 4465642. OLE color: 4465642.

HSL color Cylindrical-coordinate representation of color #EA2344: hue angle of 350.05º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2344 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 68 -
CMYK 0 0.85 0.71 0.08
HSL 350.05º 0.83% 0.53% -
HSV(B) 350.05º 0.85% 0.92% -
XYZ 35.58 19.11 7.28 -
YUV 98.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 234 35 68 0 0.85 0.71 0.08 350.05 0.83 0.53
Hex EA 23 44 0 55 47 8 15E 53 35
Octal 352 43 104 0 125 107 10 536 123 65
Binary 11101010 100011 1000100 0 1010101 1000111 1000 101011110 1010011 110101

Color Harmonies of #EA2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2344

Black with #EA2344

Text Example


Text Example

White with #EA2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2344; }

 p { color: rgb(234,35,68); }

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

background-color css

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

 a { background-color: rgb(234,35,68); }

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

border-color css

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

 span { border-color: rgb(234,35,68); }

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