Html Css Color HEX #EA3845 Amaranth

📋 copy color: '#EA3845'

red 234 ◦ green 56 ◦ blue 69

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

Shades of Amaranth #EA3845

Tints of Amaranth #EA3845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.6%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 65.18%
G = 15.6%
B = 19.22%

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

#EA3845 (or 0xEA3845) is known color: Amaranth. HEX triplet: EA, 38 and 45. RGB value is (234,56,69). Sum of RGB (Red+Green+Blue) = 234+56+69=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3845 is #15C7BA. Grayscale: #6E6E6E. Windows color (decimal): -1427387 or 4536554. OLE color: 4536554.

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

Color convert

RGB 234 56 69 -
CMYK 0 0.76 0.71 0.08
HSL 355.62º 0.81% 0.57% -
HSV(B) 355.62º 0.76% 0.92% -
XYZ 36.42 20.75 7.72 -
YUV 110.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 234 56 69 0 0.76 0.71 0.08 355.62 0.81 0.57
Hex EA 38 45 0 4C 47 8 164 51 39
Octal 352 70 105 0 114 107 10 544 121 71
Binary 11101010 111000 1000101 0 1001100 1000111 1000 101100100 1010001 111001

Color Harmonies of #EA3845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3845

Black with #EA3845

Text Example


Text Example

White with #EA3845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3845; }

 p { color: rgb(234,56,69); }

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

background-color css

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

 a { background-color: rgb(234,56,69); }

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

border-color css

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

 span { border-color: rgb(234,56,69); }

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