Html Css Color HEX #EA3143 Amaranth

📋 copy color: '#EA3143'

red 234 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #EA3143

Tints of Amaranth #EA3143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 66.86%
G = 14%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA3143 (or 0xEA3143) is known color: Amaranth. HEX triplet: EA, 31 and 43. RGB value is (234,49,67). Sum of RGB (Red+Green+Blue) = 234+49+67=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3143 is #15CEBC. Grayscale: #6A6A6A. Windows color (decimal): -1429181 or 4403690. OLE color: 4403690.

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

Color convert

RGB 234 49 67 -
CMYK 0 0.79 0.71 0.08
HSL 354.16º 0.81% 0.55% -
HSV(B) 354.16º 0.79% 0.92% -
XYZ 36.04 20.09 7.29 -
YUV 106.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 234 49 67 0 0.79 0.71 0.08 354.16 0.81 0.55
Hex EA 31 43 0 4F 47 8 162 51 37
Octal 352 61 103 0 117 107 10 542 121 67
Binary 11101010 110001 1000011 0 1001111 1000111 1000 101100010 1010001 110111

Color Harmonies of #EA3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3143

Black with #EA3143

Text Example


Text Example

White with #EA3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3143; }

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

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

background-color css

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

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

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

border-color css

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

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

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