Html Css Color HEX #EA4445 Amaranth

📋 copy color: '#EA4445'

red 234 ◦ green 68 ◦ blue 69

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

Shades of Amaranth #EA4445

Tints of Amaranth #EA4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 63.07%
G = 18.33%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4445 (or 0xEA4445) is known color: Amaranth. HEX triplet: EA, 44 and 45. RGB value is (234,68,69). Sum of RGB (Red+Green+Blue) = 234+68+69=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4445 is #15BBBA. Grayscale: #757575. Windows color (decimal): -1424315 or 4539626. OLE color: 4539626.

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

Color convert

RGB 234 68 69 -
CMYK 0 0.71 0.71 0.08
HSL 359.64º 0.8% 0.59% -
HSV(B) 359.64º 0.71% 0.92% -
XYZ 37.07 22.06 7.93 -
YUV 117.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 234 68 69 0 0.71 0.71 0.08 359.64 0.8 0.59
Hex EA 44 45 0 47 47 8 168 50 3B
Octal 352 104 105 0 107 107 10 550 120 73
Binary 11101010 1000100 1000101 0 1000111 1000111 1000 101101000 1010000 111011

Color Harmonies of #EA4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4445

Black with #EA4445

Text Example


Text Example

White with #EA4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4445; }

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

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

background-color css

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

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

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

border-color css

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

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

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