#EB314D

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

Shades of Amaranth #EB314D

Tints of Amaranth #EB314D

Color information

#EB314D (or 0xEB314D) is unknown color: approx Amaranth. HEX triplet: EB, 31 and 4D. RGB value is (235,49,77). Sum of RGB (Red+Green+Blue) = 235+49+77=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB314D is #14CEB2. Grayscale: #6B6B6B. Windows color (decimal): -1363635 or 5059051. OLE color: 5059051.

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

Color convert

RGB2354977-
CMYK00.790.670.08
HSL350.97º82.3%55.69%-
HSV(B)350.97º79.15%92.16%-
XYZ36.720.399.02-
YUV107.81110.62218.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.10%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=65.10%
G=13.57%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235497700.790.670.08350.9782.355.69
HexEB314D04F43815f5238
Octal3536111501171031053712270
Binary11101011110001100110101001111100001110001010111111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB314D; }

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

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

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

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

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

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

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

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