Html Css Color HEX #EA2846 Amaranth

📋 copy color: '#EA2846'

red 234 ◦ green 40 ◦ blue 70

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

Shades of Amaranth #EA2846

Tints of Amaranth #EA2846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 68.02%
G = 11.63%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA2846 (or 0xEA2846) is known color: Amaranth. HEX triplet: EA, 28 and 46. RGB value is (234,40,70). Sum of RGB (Red+Green+Blue) = 234+40+70=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2846 is #15D7B9. Grayscale: #656565. Windows color (decimal): -1431482 or 4597994. OLE color: 4597994.

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

Color convert

RGB 234 40 70 -
CMYK 0 0.83 0.70 0.08
HSL 350.72º 0.82% 0.54% -
HSV(B) 350.72º 0.83% 0.92% -
XYZ 35.8 19.45 7.66 -
YUV 101.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 234 40 70 0 0.83 0.70 0.08 350.72 0.82 0.54
Hex EA 28 46 0 53 46 8 15F 52 36
Octal 352 50 106 0 123 106 10 537 122 66
Binary 11101010 101000 1000110 0 1010011 1000110 1000 101011111 1010010 110110

Color Harmonies of #EA2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2846

Black with #EA2846

Text Example


Text Example

White with #EA2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2846; }

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

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

background-color css

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

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

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

border-color css

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

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

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