#EA2744

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

Shades of Amaranth #EA2744

Tints of Amaranth #EA2744

Color information

#EA2744 (or 0xEA2744) is unknown color: approx Amaranth. HEX triplet: EA, 27 and 44. RGB value is (234,39,68). Sum of RGB (Red+Green+Blue) = 234+39+68=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2744 is #15D8BB. Grayscale: #646464. Windows color (decimal): -1431740 or 4466666. OLE color: 4466666.

HSL color Cylindrical-coordinate representation of color #EA2744: hue angle of 351.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2744 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB2343968-
CMYK00.830.710.08
HSL351.08º82.28%53.53%-
HSV(B)351.08º83.33%91.76%-
XYZ35.719.367.32-
YUV100.61109.6223.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.62%
GREEN value IS 39 (15.62% from 255) = 11.44%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=68.62%
G=11.44%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234396800.830.710.08351.0882.2853.53
HexEA274405347815f5236
Octal3524710401231071053712266
Binary11101010100111100010001010011100011110001010111111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2744; }

 p { color: rgb(234,39,68); }

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

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

 a { background-color: rgb(234,39,68); }

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

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

 span { border-color: rgb(234,39,68); }

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