#EB444C

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

Shades of Amaranth #EB444C

Tints of Amaranth #EB444C

Color information

#EB444C (or 0xEB444C) is unknown color: approx Amaranth. HEX triplet: EB, 44 and 4C. RGB value is (235,68,76). Sum of RGB (Red+Green+Blue) = 235+68+76=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB444C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB444C is #14BBB3. Grayscale: #767676. Windows color (decimal): -1358772 or 4998379. OLE color: 4998379.

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

Color convert

RGB2356876-
CMYK00.710.680.08
HSL357.13º80.68%59.41%-
HSV(B)357.13º71.06%92.16%-
XYZ37.6322.329.16-
YUV118.84103.83210.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.01%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=62.01%
G=17.94%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235687600.710.680.08357.1380.6859.41
HexEB444C047448165513b
Octal35310411401071041054512173
Binary111010111000100100110001000111100010010001011001011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB444C; }

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

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

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

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

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

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

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

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