#EB1C4B

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

Shades of Amaranth #EB1C4B

Tints of Amaranth #EB1C4B

Color information

#EB1C4B (or 0xEB1C4B) is unknown color: approx Amaranth. HEX triplet: EB, 1C and 4B. RGB value is (235,28,75). Sum of RGB (Red+Green+Blue) = 235+28+75=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C4B is #14E3B4. Grayscale: #5F5F5F. Windows color (decimal): -1369013 or 4922603. OLE color: 4922603.

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

Color convert

RGB2352875-
CMYK00.880.680.08
HSL346.38º83.81%51.57%-
HSV(B)346.38º88.09%92.16%-
XYZ35.95198.43-
YUV95.25116.58227.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.53%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=69.53%
G=8.28%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235287500.880.680.08346.3883.8151.57
HexEB1C4B05844815a5434
Octal3533411301301041053212464
Binary1110101111100100101101011000100010010001010110101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1C4B; }

 p { color: rgb(235,28,75); }

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

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

 a { background-color: rgb(235,28,75); }

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

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

 span { border-color: rgb(235,28,75); }

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