#EA2248

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

Shades of Amaranth #EA2248

Tints of Amaranth #EA2248

Color information

#EA2248 (or 0xEA2248) is unknown color: approx Amaranth. HEX triplet: EA, 22 and 48. RGB value is (234,34,72). Sum of RGB (Red+Green+Blue) = 234+34+72=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2248 is #15DDB7. Grayscale: #626262. Windows color (decimal): -1433016 or 4727530. OLE color: 4727530.

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

Color convert

RGB2343472-
CMYK00.850.690.08
HSL348.6º82.64%52.55%-
HSV(B)348.6º85.47%91.76%-
XYZ35.6719.17.94-
YUV98.13113.26224.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.82%
GREEN value IS 34 (13.67% from 255) = 10%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=68.82%
G=10%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234347200.850.690.08348.682.6452.55
HexEA224805545815d5335
Octal3524211001251051053512365
Binary11101010100010100100001010101100010110001010111011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2248; }

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

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

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

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

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

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

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

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