#EB4043

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

Shades of Amaranth #EB4043

Tints of Amaranth #EB4043

Color information

#EB4043 (or 0xEB4043) is unknown color: approx Amaranth. HEX triplet: EB, 40 and 43. RGB value is (235,64,67). Sum of RGB (Red+Green+Blue) = 235+64+67=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4043 is #14BFBC. Grayscale: #737373. Windows color (decimal): -1359805 or 4407531. OLE color: 4407531.

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

Color convert

RGB2356467-
CMYK00.730.710.08
HSL358.95º81.04%58.63%-
HSV(B)358.95º72.77%92.16%-
XYZ37.1121.737.55-
YUV115.47100.65213.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.21%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=64.21%
G=17.49%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235646700.730.710.08358.9581.0458.63
HexEB4043049478167513b
Octal35310010301111071054712173
Binary111010111000000100001101001001100011110001011001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4043; }

 p { color: rgb(235,64,67); }

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

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

 a { background-color: rgb(235,64,67); }

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

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

 span { border-color: rgb(235,64,67); }

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