Html Css Color HEX #EA225E Amaranth

📋 copy color: '#EA225E'

red 234 ◦ green 34 ◦ blue 94

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

Shades of Amaranth #EA225E

Tints of Amaranth #EA225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 64.64%
G = 9.39%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA225E (or 0xEA225E) is known color: Amaranth. HEX triplet: EA, 22 and 5E. RGB value is (234,34,94). Sum of RGB (Red+Green+Blue) = 234+34+94=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA225E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA225E is #15DDA1. Grayscale: #646464. Windows color (decimal): -1432994 or 6169322. OLE color: 6169322.

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

Color convert

RGB 234 34 94 -
CMYK 0 0.85 0.60 0.08
HSL 342º 0.83% 0.53% -
HSV(B) 342º 0.85% 0.92% -
XYZ 36.52 19.44 12.42 -
YUV 100.64 124.26 223.12 -
System Red Green Blue C M Y K H S L
Decimal 234 34 94 0 0.85 0.60 0.08 342 0.83 0.53
Hex EA 22 5E 0 55 3C 8 156 53 35
Octal 352 42 136 0 125 74 10 526 123 65
Binary 11101010 100010 1011110 0 1010101 111100 1000 101010110 1010011 110101

Color Harmonies of #EA225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA225E

Black with #EA225E

Text Example


Text Example

White with #EA225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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