Html Css Color HEX #EA3744 Amaranth

📋 copy color: '#EA3744'

red 234 ◦ green 55 ◦ blue 68

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

Shades of Amaranth #EA3744

Tints of Amaranth #EA3744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

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

R = 65.55%
G = 15.41%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA3744 (or 0xEA3744) is known color: Amaranth. HEX triplet: EA, 37 and 44. RGB value is (234,55,68). Sum of RGB (Red+Green+Blue) = 234+55+68=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3744 is #15C8BB. Grayscale: #6E6E6E. Windows color (decimal): -1427644 or 4470762. OLE color: 4470762.

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

Color convert

RGB 234 55 68 -
CMYK 0 0.76 0.71 0.08
HSL 355.64º 0.81% 0.57% -
HSV(B) 355.64º 0.76% 0.92% -
XYZ 36.34 20.64 7.54 -
YUV 110 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 234 55 68 0 0.76 0.71 0.08 355.64 0.81 0.57
Hex EA 37 44 0 4C 47 8 164 51 39
Octal 352 67 104 0 114 107 10 544 121 71
Binary 11101010 110111 1000100 0 1001100 1000111 1000 101100100 1010001 111001

Color Harmonies of #EA3744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3744

Black with #EA3744

Text Example


Text Example

White with #EA3744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3744; }

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

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

background-color css

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

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

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

border-color css

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

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

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