#EB4751

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

Shades of Amaranth #EB4751

Tints of Amaranth #EB4751

Color information

#EB4751 (or 0xEB4751) is unknown color: approx Amaranth. HEX triplet: EB, 47 and 51. RGB value is (235,71,81). Sum of RGB (Red+Green+Blue) = 235+71+81=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4751 is #14B8AE. Grayscale: #797979. Windows color (decimal): -1357999 or 5326827. OLE color: 5326827.

HSL color Cylindrical-coordinate representation of color #EB4751: hue angle of 356.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4751 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2357181-
CMYK00.700.660.08
HSL356.34º80.39%60%-
HSV(B)356.34º69.79%92.16%-
XYZ3822.7610.18-
YUV121.18105.33209.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.72%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=60.72%
G=18.35%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235718100.700.660.08356.3480.3960
HexEB4751046428164503c
Octal35310712101061021054412074
Binary111010111000111101000101000110100001010001011001001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4751; }

 p { color: rgb(235,71,81); }

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

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

 a { background-color: rgb(235,71,81); }

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

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

 span { border-color: rgb(235,71,81); }

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