#EA3951

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

Shades of Amaranth #EA3951

Tints of Amaranth #EA3951

Color information

#EA3951 (or 0xEA3951) is unknown color: approx Amaranth. HEX triplet: EA, 39 and 51. RGB value is (234,57,81). Sum of RGB (Red+Green+Blue) = 234+57+81=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3951 is #15C6AE. Grayscale: #707070. Windows color (decimal): -1427119 or 5323242. OLE color: 5323242.

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

Color convert

RGB2345781-
CMYK00.760.650.08
HSL351.86º80.82%57.06%-
HSV(B)351.86º75.64%91.76%-
XYZ36.8821.019.9-
YUV112.66110.14214.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=62.90%
G=15.32%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234578100.760.650.08351.8680.8257.06
HexEA395104C4181605139
Octal3527112101141011054012171
Binary11101010111001101000101001100100000110001011000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3951; }

 p { color: rgb(234,57,81); }

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

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

 a { background-color: rgb(234,57,81); }

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

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

 span { border-color: rgb(234,57,81); }

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