Html Css Color HEX #EA3748 Amaranth

📋 copy color: '#EA3748'

red 234 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #EA3748

Tints of Amaranth #EA3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 64.82%
G = 15.24%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA3748 (or 0xEA3748) is known color: Amaranth. HEX triplet: EA, 37 and 48. RGB value is (234,55,72). Sum of RGB (Red+Green+Blue) = 234+55+72=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3748 is #15C8B7. Grayscale: #6E6E6E. Windows color (decimal): -1427640 or 4732906. OLE color: 4732906.

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

Color convert

RGB 234 55 72 -
CMYK 0 0.76 0.69 0.08
HSL 354.3º 0.81% 0.57% -
HSV(B) 354.3º 0.76% 0.92% -
XYZ 36.47 20.69 8.2 -
YUV 110.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 234 55 72 0 0.76 0.69 0.08 354.3 0.81 0.57
Hex EA 37 48 0 4C 45 8 162 51 39
Octal 352 67 110 0 114 105 10 542 121 71
Binary 11101010 110111 1001000 0 1001100 1000101 1000 101100010 1010001 111001

Color Harmonies of #EA3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3748

Black with #EA3748

Text Example


Text Example

White with #EA3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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