#EB444A

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

Shades of Amaranth #EB444A

Tints of Amaranth #EB444A

Color information

#EB444A (or 0xEB444A) is unknown color: approx Amaranth. HEX triplet: EB, 44 and 4A. RGB value is (235,68,74). Sum of RGB (Red+Green+Blue) = 235+68+74=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB444A is #14BBB5. Grayscale: #767676. Windows color (decimal): -1358774 or 4867307. OLE color: 4867307.

HSL color Cylindrical-coordinate representation of color #EB444A: hue angle of 357.84º degrees, saturation: 0.81, 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 #EB444A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2356874-
CMYK00.710.690.08
HSL357.84º80.68%59.41%-
HSV(B)357.84º71.06%92.16%-
XYZ37.5622.298.8-
YUV118.62102.83211.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.33%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=62.33%
G=18.04%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235687400.710.690.08357.8480.6859.41
HexEB444A047458166513b
Octal35310411201071051054612173
Binary111010111000100100101001000111100010110001011001101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB444A; }

 p { color: rgb(235,68,74); }

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

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

 a { background-color: rgb(235,68,74); }

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

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

 span { border-color: rgb(235,68,74); }

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