#EA384F

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

Shades of Amaranth #EA384F

Tints of Amaranth #EA384F

Color information

#EA384F (or 0xEA384F) is unknown color: approx Amaranth. HEX triplet: EA, 38 and 4F. RGB value is (234,56,79). Sum of RGB (Red+Green+Blue) = 234+56+79=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA384F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA384F is #15C7B0. Grayscale: #6F6F6F. Windows color (decimal): -1427377 or 5191914. OLE color: 5191914.

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

Color convert

RGB2345679-
CMYK00.760.660.08
HSL352.25º80.91%56.86%-
HSV(B)352.25º76.07%91.76%-
XYZ36.7620.899.49-
YUV111.84109.47215.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.41%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=63.41%
G=15.18%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234567900.760.660.08352.2580.9156.86
HexEA384F04C4281605139
Octal3527011701141021054012171
Binary11101010111000100111101001100100001010001011000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA384F; }

 p { color: rgb(234,56,79); }

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

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

 a { background-color: rgb(234,56,79); }

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

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

 span { border-color: rgb(234,56,79); }

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