Html Css Color HEX #EA4044 Amaranth

📋 copy color: '#EA4044'

red 234 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #EA4044

Tints of Amaranth #EA4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 63.93%
G = 17.49%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4044 (or 0xEA4044) is known color: Amaranth. HEX triplet: EA, 40 and 44. RGB value is (234,64,68). Sum of RGB (Red+Green+Blue) = 234+64+68=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4044 is #15BFBB. Grayscale: #737373. Windows color (decimal): -1425340 or 4473066. OLE color: 4473066.

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

Color convert

RGB 234 64 68 -
CMYK 0 0.73 0.71 0.08
HSL 358.59º 0.8% 0.58% -
HSV(B) 358.59º 0.73% 0.92% -
XYZ 36.81 21.58 7.69 -
YUV 115.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 234 64 68 0 0.73 0.71 0.08 358.59 0.8 0.58
Hex EA 40 44 0 49 47 8 167 50 3A
Octal 352 100 104 0 111 107 10 547 120 72
Binary 11101010 1000000 1000100 0 1001001 1000111 1000 101100111 1010000 111010

Color Harmonies of #EA4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4044

Black with #EA4044

Text Example


Text Example

White with #EA4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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