Html Css Color HEX #EA2445 Amaranth

📋 copy color: '#EA2445'

red 234 ◦ green 36 ◦ blue 69

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

Shades of Amaranth #EA2445

Tints of Amaranth #EA2445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 69.03%
G = 10.62%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2445 (or 0xEA2445) is known color: Amaranth. HEX triplet: EA, 24 and 45. RGB value is (234,36,69). Sum of RGB (Red+Green+Blue) = 234+36+69=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2445 is #15DBBA. Grayscale: #636363. Windows color (decimal): -1432507 or 4531434. OLE color: 4531434.

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

Color convert

RGB 234 36 69 -
CMYK 0 0.85 0.71 0.08
HSL 350º 0.83% 0.53% -
HSV(B) 350º 0.85% 0.92% -
XYZ 35.64 19.18 7.45 -
YUV 98.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 234 36 69 0 0.85 0.71 0.08 350 0.83 0.53
Hex EA 24 45 0 55 47 8 15E 52 35
Octal 352 44 105 0 125 107 10 536 122 65
Binary 11101010 100100 1000101 0 1010101 1000111 1000 101011110 1010010 110101

Color Harmonies of #EA2445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2445

Black with #EA2445

Text Example


Text Example

White with #EA2445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2445; }

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

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

background-color css

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

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

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

border-color css

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

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

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