Html Css Color HEX #EA2149 Amaranth

📋 copy color: '#EA2149'

red 234 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #EA2149

Tints of Amaranth #EA2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 68.82%
G = 9.71%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA2149 (or 0xEA2149) is known color: Amaranth. HEX triplet: EA, 21 and 49. RGB value is (234,33,73). Sum of RGB (Red+Green+Blue) = 234+33+73=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2149 is #15DEB6. Grayscale: #616161. Windows color (decimal): -1433271 or 4792810. OLE color: 4792810.

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

Color convert

RGB 234 33 73 -
CMYK 0 0.86 0.69 0.08
HSL 348.06º 0.83% 0.52% -
HSV(B) 348.06º 0.86% 0.92% -
XYZ 35.68 19.06 8.1 -
YUV 97.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 234 33 73 0 0.86 0.69 0.08 348.06 0.83 0.52
Hex EA 21 49 0 56 45 8 15C 53 34
Octal 352 41 111 0 126 105 10 534 123 64
Binary 11101010 100001 1001001 0 1010110 1000101 1000 101011100 1010011 110100

Color Harmonies of #EA2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2149

Black with #EA2149

Text Example


Text Example

White with #EA2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2149; }

 p { color: rgb(234,33,73); }

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

background-color css

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

 a { background-color: rgb(234,33,73); }

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

border-color css

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

 span { border-color: rgb(234,33,73); }

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