Html Css Color HEX #EA2246 Amaranth

📋 copy color: '#EA2246'

red 234 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #EA2246

Tints of Amaranth #EA2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

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

R = 69.23%
G = 10.06%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA2246 (or 0xEA2246) is known color: Amaranth. HEX triplet: EA, 22 and 46. RGB value is (234,34,70). Sum of RGB (Red+Green+Blue) = 234+34+70=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2246 is #15DDB9. Grayscale: #616161. Windows color (decimal): -1433018 or 4596458. OLE color: 4596458.

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

Color convert

RGB 234 34 70 -
CMYK 0 0.85 0.70 0.08
HSL 349.2º 0.83% 0.53% -
HSV(B) 349.2º 0.85% 0.92% -
XYZ 35.61 19.08 7.6 -
YUV 97.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 234 34 70 0 0.85 0.70 0.08 349.2 0.83 0.53
Hex EA 22 46 0 55 46 8 15D 53 35
Octal 352 42 106 0 125 106 10 535 123 65
Binary 11101010 100010 1000110 0 1010101 1000110 1000 101011101 1010011 110101

Color Harmonies of #EA2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2246

Black with #EA2246

Text Example


Text Example

White with #EA2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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