#EB1A4D

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

Shades of Amaranth #EB1A4D

Tints of Amaranth #EB1A4D

Color information

#EB1A4D (or 0xEB1A4D) is unknown color: approx Amaranth. HEX triplet: EB, 1A and 4D. RGB value is (235,26,77). Sum of RGB (Red+Green+Blue) = 235+26+77=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1A4D is #14E5B2. Grayscale: #5E5E5E. Windows color (decimal): -1369523 or 5053163. OLE color: 5053163.

HSL color Cylindrical-coordinate representation of color #EB1A4D: hue angle of 345.36º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1A4D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB2352677-
CMYK00.890.670.08
HSL345.36º83.94%51.18%-
HSV(B)345.36º88.94%92.16%-
XYZ35.9718.948.78-
YUV94.3118.24228.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.53%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=69.53%
G=7.69%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235267700.890.670.08345.3683.9451.18
HexEB1A4D0594381595433
Octal3533211501311031053112463
Binary1110101111010100110101011001100001110001010110011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1A4D; }

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

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

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

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

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

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

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

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