#EB3144

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

Shades of Amaranth #EB3144

Tints of Amaranth #EB3144

Color information

#EB3144 (or 0xEB3144) is unknown color: approx Amaranth. HEX triplet: EB, 31 and 44. RGB value is (235,49,68). Sum of RGB (Red+Green+Blue) = 235+49+68=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3144 is #14CEBB. Grayscale: #6A6A6A. Windows color (decimal): -1363644 or 4469227. OLE color: 4469227.

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

Color convert

RGB2354968-
CMYK00.790.710.08
HSL353.87º82.3%55.69%-
HSV(B)353.87º79.15%92.16%-
XYZ36.420.287.46-
YUV106.78106.12219.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.76%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=66.76%
G=13.92%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235496800.790.710.08353.8782.355.69
HexEB314404F4781625238
Octal3536110401171071054212270
Binary11101011110001100010001001111100011110001011000101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3144; }

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

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

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

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

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

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

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

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