#EA4546

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

Shades of Amaranth #EA4546

Tints of Amaranth #EA4546

Color information

#EA4546 (or 0xEA4546) is unknown color: approx Amaranth. HEX triplet: EA, 45 and 46. RGB value is (234,69,70). Sum of RGB (Red+Green+Blue) = 234+69+70=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4546 is #15BAB9. Grayscale: #767676. Windows color (decimal): -1424058 or 4605418. OLE color: 4605418.

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

Color convert

RGB2346970-
CMYK00.710.700.08
HSL359.64º79.71%59.41%-
HSV(B)359.64º70.51%91.76%-
XYZ37.1722.198.12-
YUV118.45100.66210.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=62.73%
G=18.50%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234697000.710.700.08359.6479.7159.41
HexEA4546047468168503b
Octal35210510601071061055012073
Binary111010101000101100011001000111100011010001011010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4546; }

 p { color: rgb(234,69,70); }

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

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

 a { background-color: rgb(234,69,70); }

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

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

 span { border-color: rgb(234,69,70); }

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