Html Css Color HEX #EA3144 Amaranth

📋 copy color: '#EA3144'

red 234 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #EA3144

Tints of Amaranth #EA3144

RGB

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

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

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

R = 66.67%
G = 13.96%
B = 19.37%

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

#EA3144 (or 0xEA3144) is known color: Amaranth. HEX triplet: EA, 31 and 44. RGB value is (234,49,68). Sum of RGB (Red+Green+Blue) = 234+49+68=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3144 is #15CEBB. Grayscale: #6A6A6A. Windows color (decimal): -1429180 or 4469226. OLE color: 4469226.

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

Color convert

RGB 234 49 68 -
CMYK 0 0.79 0.71 0.08
HSL 353.84º 0.81% 0.55% -
HSV(B) 353.84º 0.79% 0.92% -
XYZ 36.07 20.11 7.45 -
YUV 106.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 234 49 68 0 0.79 0.71 0.08 353.84 0.81 0.55
Hex EA 31 44 0 4F 47 8 162 51 37
Octal 352 61 104 0 117 107 10 542 121 67
Binary 11101010 110001 1000100 0 1001111 1000111 1000 101100010 1010001 110111

Color Harmonies of #EA3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3144

Black with #EA3144

Text Example


Text Example

White with #EA3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3144; }

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

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

background-color css

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

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

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

border-color css

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

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

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