Html Css Color HEX #EA3044 Amaranth

📋 copy color: '#EA3044'

red 234 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #EA3044

Tints of Amaranth #EA3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 66.86%
G = 13.71%
B = 19.43%

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

#EA3044 (or 0xEA3044) is known color: Amaranth. HEX triplet: EA, 30 and 44. RGB value is (234,48,68). Sum of RGB (Red+Green+Blue) = 234+48+68=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3044 is #15CFBB. Grayscale: #6A6A6A. Windows color (decimal): -1429436 or 4468970. OLE color: 4468970.

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

Color convert

RGB 234 48 68 -
CMYK 0 0.79 0.71 0.08
HSL 353.55º 0.82% 0.55% -
HSV(B) 353.55º 0.79% 0.92% -
XYZ 36.03 20.02 7.43 -
YUV 105.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 234 48 68 0 0.79 0.71 0.08 353.55 0.82 0.55
Hex EA 30 44 0 4F 47 8 162 52 37
Octal 352 60 104 0 117 107 10 542 122 67
Binary 11101010 110000 1000100 0 1001111 1000111 1000 101100010 1010010 110111

Color Harmonies of #EA3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3044

Black with #EA3044

Text Example


Text Example

White with #EA3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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