#EB3F4B

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

Shades of Amaranth #EB3F4B

Tints of Amaranth #EB3F4B

Color information

#EB3F4B (or 0xEB3F4B) is unknown color: approx Amaranth. HEX triplet: EB, 3F and 4B. RGB value is (235,63,75). Sum of RGB (Red+Green+Blue) = 235+63+75=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3F4B is #14C0B4. Grayscale: #737373. Windows color (decimal): -1360053 or 4931563. OLE color: 4931563.

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

Color convert

RGB2356375-
CMYK00.730.680.08
HSL355.81º81.13%58.43%-
HSV(B)355.81º73.19%92.16%-
XYZ37.3121.738.88-
YUV115.8104.98213.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.00%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=63.00%
G=16.89%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235637500.730.680.08355.8181.1358.43
HexEB3F4B049448164513a
Octal3537711301111041054412172
Binary11101011111111100101101001001100010010001011001001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3F4B; }

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

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

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

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

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

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

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

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