#EB484B

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

Shades of Amaranth #EB484B

Tints of Amaranth #EB484B

Color information

#EB484B (or 0xEB484B) is unknown color: approx Amaranth. HEX triplet: EB, 48 and 4B. RGB value is (235,72,75). Sum of RGB (Red+Green+Blue) = 235+72+75=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB484B is #14B7B4. Grayscale: #797979. Windows color (decimal): -1357749 or 4933867. OLE color: 4933867.

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

Color convert

RGB2357275-
CMYK00.690.680.08
HSL358.9º80.3%60.2%-
HSV(B)358.9º69.36%92.16%-
XYZ37.8522.89.06-
YUV121.08102209.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=61.52%
G=18.85%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235727500.690.680.08358.980.360.2
HexEB484B045448167503c
Octal35311011301051041054712074
Binary111010111001000100101101000101100010010001011001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB484B; }

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

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

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

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

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

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

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

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