#EA224E

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

Shades of Amaranth #EA224E

Tints of Amaranth #EA224E

Color information

#EA224E (or 0xEA224E) is unknown color: approx 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

RGB2343478-
CMYK00.850.670.08
HSL346.8º82.64%52.55%-
HSV(B)346.8º85.47%91.76%-
XYZ35.8819.199.02-
YUV98.82116.26224.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234347800.850.670.08346.882.6452.55
HexEA224E05543815b5335
Octal3524211601251031053312365
Binary11101010100010100111001010101100001110001010110111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>