Html Css Color HEX #EA4346 Amaranth

📋 copy color: '#EA4346'

red 234 ◦ green 67 ◦ blue 70

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

Shades of Amaranth #EA4346

Tints of Amaranth #EA4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 63.07%
G = 18.06%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA4346 (or 0xEA4346) is known color: Amaranth. HEX triplet: EA, 43 and 46. RGB value is (234,67,70). Sum of RGB (Red+Green+Blue) = 234+67+70=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4346 is #15BCB9. Grayscale: #757575. Windows color (decimal): -1424570 or 4604906. OLE color: 4604906.

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

Color convert

RGB 234 67 70 -
CMYK 0 0.71 0.70 0.08
HSL 358.92º 0.8% 0.59% -
HSV(B) 358.92º 0.71% 0.92% -
XYZ 37.04 21.95 8.08 -
YUV 117.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 234 67 70 0 0.71 0.70 0.08 358.92 0.8 0.59
Hex EA 43 46 0 47 46 8 167 50 3B
Octal 352 103 106 0 107 106 10 547 120 73
Binary 11101010 1000011 1000110 0 1000111 1000110 1000 101100111 1010000 111011

Color Harmonies of #EA4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4346

Black with #EA4346

Text Example


Text Example

White with #EA4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4346; }

 p { color: rgb(234,67,70); }

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

background-color css

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

 a { background-color: rgb(234,67,70); }

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

border-color css

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

 span { border-color: rgb(234,67,70); }

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