#EB3249

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

Shades of Amaranth #EB3249

Tints of Amaranth #EB3249

Color information

#EB3249 (or 0xEB3249) is unknown color: approx Amaranth. HEX triplet: EB, 32 and 49. RGB value is (235,50,73). Sum of RGB (Red+Green+Blue) = 235+50+73=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3249 is #14CDB6. Grayscale: #6C6C6C. Windows color (decimal): -1363383 or 4797163. OLE color: 4797163.

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

Color convert

RGB2355073-
CMYK00.790.690.08
HSL352.54º82.22%55.88%-
HSV(B)352.54º78.72%92.16%-
XYZ36.620.428.32-
YUV107.94108.29218.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.64%
GREEN value IS 50 (19.92% from 255) = 13.97%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=65.64%
G=13.97%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235507300.790.690.08352.5482.2255.88
HexEB324904F4581615238
Octal3536211101171051054112270
Binary11101011110010100100101001111100010110001011000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3249; }

 p { color: rgb(235,50,73); }

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

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

 a { background-color: rgb(235,50,73); }

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

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

 span { border-color: rgb(235,50,73); }

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