#EB3650

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

Shades of Amaranth #EB3650

Tints of Amaranth #EB3650

Color information

#EB3650 (or 0xEB3650) is unknown color: approx Amaranth. HEX triplet: EB, 36 and 50. RGB value is (235,54,80). Sum of RGB (Red+Green+Blue) = 235+54+80=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3650 is #14C9AF. Grayscale: #6F6F6F. Windows color (decimal): -1362352 or 5256939. OLE color: 5256939.

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

Color convert

RGB2355480-
CMYK00.770.660.08
HSL351.38º81.9%56.67%-
HSV(B)351.38º77.02%92.16%-
XYZ37.0320.889.67-
YUV111.08110.47216.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.69%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=63.69%
G=14.63%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235548000.770.660.08351.3881.956.67
HexEB365004D42815f5239
Octal3536612001151021053712271
Binary11101011110110101000001001101100001010001010111111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3650; }

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

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

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

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

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

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

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

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