Html Css Color HEX #EA2946 Amaranth

📋 copy color: '#EA2946'

red 234 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #EA2946

Tints of Amaranth #EA2946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 67.83%
G = 11.88%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA2946 (or 0xEA2946) is known color: Amaranth. HEX triplet: EA, 29 and 46. RGB value is (234,41,70). Sum of RGB (Red+Green+Blue) = 234+41+70=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2946 is #15D6B9. Grayscale: #666666. Windows color (decimal): -1431226 or 4598250. OLE color: 4598250.

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

Color convert

RGB 234 41 70 -
CMYK 0 0.82 0.70 0.08
HSL 350.98º 0.82% 0.54% -
HSV(B) 350.98º 0.82% 0.92% -
XYZ 35.83 19.52 7.67 -
YUV 102.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 234 41 70 0 0.82 0.70 0.08 350.98 0.82 0.54
Hex EA 29 46 0 52 46 8 15F 52 36
Octal 352 51 106 0 122 106 10 537 122 66
Binary 11101010 101001 1000110 0 1010010 1000110 1000 101011111 1010010 110110

Color Harmonies of #EA2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2946

Black with #EA2946

Text Example


Text Example

White with #EA2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2946; }

 p { color: rgb(234,41,70); }

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

background-color css

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

 a { background-color: rgb(234,41,70); }

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

border-color css

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

 span { border-color: rgb(234,41,70); }

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