#EB2845

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

Shades of Amaranth #EB2845

Tints of Amaranth #EB2845

Color information

#EB2845 (or 0xEB2845) is unknown color: approx Amaranth. HEX triplet: EB, 28 and 45. RGB value is (235,40,69). Sum of RGB (Red+Green+Blue) = 235+40+69=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2845 is #14D7BA. Grayscale: #656565. Windows color (decimal): -1365947 or 4532459. OLE color: 4532459.

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

Color convert

RGB2354069-
CMYK00.830.710.08
HSL351.08º82.98%53.92%-
HSV(B)351.08º82.98%92.16%-
XYZ36.0919.617.51-
YUV101.61109.6223.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.31%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=68.31%
G=11.63%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235406900.830.710.08351.0882.9853.92
HexEB284505347815f5336
Octal3535010501231071053712366
Binary11101011101000100010101010011100011110001010111111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2845; }

 p { color: rgb(235,40,69); }

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

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

 a { background-color: rgb(235,40,69); }

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

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

 span { border-color: rgb(235,40,69); }

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