#EA3147

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

Shades of Amaranth #EA3147

Tints of Amaranth #EA3147

Color information

#EA3147 (or 0xEA3147) is unknown color: approx Amaranth. HEX triplet: EA, 31 and 47. RGB value is (234,49,71). Sum of RGB (Red+Green+Blue) = 234+49+71=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3147 is #15CEB8. Grayscale: #6A6A6A. Windows color (decimal): -1429177 or 4665834. OLE color: 4665834.

HSL color Cylindrical-coordinate representation of color #EA3147: hue angle of 352.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3147 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB2344971-
CMYK00.790.700.08
HSL352.86º81.5%55.49%-
HSV(B)352.86º79.06%91.76%-
XYZ36.1720.147.94-
YUV106.82107.79218.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.10%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=66.10%
G=13.84%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234497100.790.700.08352.8681.555.49
HexEA314704F4681615137
Octal3526110701171061054112167
Binary11101010110001100011101001111100011010001011000011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3147; }

 p { color: rgb(234,49,71); }

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

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

 a { background-color: rgb(234,49,71); }

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

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

 span { border-color: rgb(234,49,71); }

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