#EA225A

Color #EA225A Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EA225A

Tints of Amaranth #EA225A

Color information

#EA225A (or 0xEA225A) is unknown color: approx Amaranth. HEX triplet: EA, 22 and 5A. RGB value is (234,34,90). Sum of RGB (Red+Green+Blue) = 234+34+90=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA225A is #15DDA5. Grayscale: #646464. Windows color (decimal): -1432998 or 5907178. OLE color: 5907178.

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

Color convert

RGB2343490-
CMYK00.850.620.08
HSL343.2º82.64%52.55%-
HSV(B)343.2º85.47%91.76%-
XYZ36.3519.3711.5-
YUV100.18122.26223.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.36%
GREEN value IS 34 (13.67% from 255) = 9.50%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=65.36%
G=9.50%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234349000.850.620.08343.282.6452.55
HexEA225A0553E81575335
Octal352421320125761052712365
Binary1110101010001010110100101010111111010001010101111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA225A; }

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

 H1.HeaderClassName
 {
   color: #EA225A;
 }
 .AnyTagClassName
 {
   color: #EA225A;
 }
</style>
background-color css

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

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

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

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

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

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