#EB3655

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

Shades of Amaranth #EB3655

Tints of Amaranth #EB3655

Color information

#EB3655 (or 0xEB3655) is unknown color: approx Amaranth. HEX triplet: EB, 36 and 55. RGB value is (235,54,85). Sum of RGB (Red+Green+Blue) = 235+54+85=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3655 is #14C9AA. Grayscale: #6F6F6F. Windows color (decimal): -1362347 or 5584619. OLE color: 5584619.

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

Color convert

RGB2355485-
CMYK00.770.640.08
HSL349.72º81.9%56.67%-
HSV(B)349.72º77.02%92.16%-
XYZ37.2220.9610.68-
YUV111.65112.97215.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.83%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=62.83%
G=14.44%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235548500.770.640.08349.7281.956.67
HexEB365504D40815e5239
Octal3536612501151001053612271
Binary11101011110110101010101001101100000010001010111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3655; }

 p { color: rgb(235,54,85); }

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

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

 a { background-color: rgb(235,54,85); }

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

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

 span { border-color: rgb(235,54,85); }

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