Html Css Color HEX #EA2A45 Amaranth

📋 copy color: '#EA2A45'

red 234 ◦ green 42 ◦ blue 69

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

Shades of Amaranth #EA2A45

Tints of Amaranth #EA2A45

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

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

R = 67.83%
G = 12.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2A45 (or 0xEA2A45) is known color: Amaranth. HEX triplet: EA, 2A and 45. RGB value is (234,42,69). Sum of RGB (Red+Green+Blue) = 234+42+69=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2A45 is #15D5BA. Grayscale: #666666. Windows color (decimal): -1430971 or 4532970. OLE color: 4532970.

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

Color convert

RGB 234 42 69 -
CMYK 0 0.82 0.71 0.08
HSL 351.56º 0.82% 0.54% -
HSV(B) 351.56º 0.82% 0.92% -
XYZ 35.83 19.58 7.52 -
YUV 102.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 234 42 69 0 0.82 0.71 0.08 351.56 0.82 0.54
Hex EA 2A 45 0 52 47 8 160 52 36
Octal 352 52 105 0 122 107 10 540 122 66
Binary 11101010 101010 1000101 0 1010010 1000111 1000 101100000 1010010 110110

Color Harmonies of #EA2A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A45

Black with #EA2A45

Text Example


Text Example

White with #EA2A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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