Html Css Color HEX #EA224E Amaranth

📋 copy color: '#EA224E'

red 234 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #EA224E

Tints of Amaranth #EA224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 67.63%
G = 9.83%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA224E (or 0xEA224E) is known color: Amaranth. HEX triplet: EA, 22 and 4E. RGB value is (234,34,78). Sum of RGB (Red+Green+Blue) = 234+34+78=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA224E is #15DDB1. Grayscale: #626262. Windows color (decimal): -1433010 or 5120746. OLE color: 5120746.

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

Color convert

RGB 234 34 78 -
CMYK 0 0.85 0.67 0.08
HSL 346.8º 0.83% 0.53% -
HSV(B) 346.8º 0.85% 0.92% -
XYZ 35.88 19.19 9.02 -
YUV 98.82 116.26 224.42 -
System Red Green Blue C M Y K H S L
Decimal 234 34 78 0 0.85 0.67 0.08 346.8 0.83 0.53
Hex EA 22 4E 0 55 43 8 15B 53 35
Octal 352 42 116 0 125 103 10 533 123 65
Binary 11101010 100010 1001110 0 1010101 1000011 1000 101011011 1010011 110101

Color Harmonies of #EA224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA224E

Black with #EA224E

Text Example


Text Example

White with #EA224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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