Html Css Color HEX #EA4045 Amaranth

📋 copy color: '#EA4045'

red 234 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #EA4045

Tints of Amaranth #EA4045

RGB

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

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

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

R = 63.76%
G = 17.44%
B = 18.8%

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

#EA4045 (or 0xEA4045) is known color: Amaranth. HEX triplet: EA, 40 and 45. RGB value is (234,64,69). Sum of RGB (Red+Green+Blue) = 234+64+69=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4045 is #15BFBA. Grayscale: #737373. Windows color (decimal): -1425339 or 4538602. OLE color: 4538602.

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

Color convert

RGB 234 64 69 -
CMYK 0 0.73 0.71 0.08
HSL 358.24º 0.8% 0.58% -
HSV(B) 358.24º 0.73% 0.92% -
XYZ 36.84 21.59 7.86 -
YUV 115.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 234 64 69 0 0.73 0.71 0.08 358.24 0.8 0.58
Hex EA 40 45 0 49 47 8 166 50 3A
Octal 352 100 105 0 111 107 10 546 120 72
Binary 11101010 1000000 1000101 0 1001001 1000111 1000 101100110 1010000 111010

Color Harmonies of #EA4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4045

Black with #EA4045

Text Example


Text Example

White with #EA4045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4045; }

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

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

background-color css

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

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

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

border-color css

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

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

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