#EB3E4B

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

Shades of Amaranth #EB3E4B

Tints of Amaranth #EB3E4B

Color information

#EB3E4B (or 0xEB3E4B) is unknown color: approx Amaranth. HEX triplet: EB, 3E and 4B. RGB value is (235,62,75). Sum of RGB (Red+Green+Blue) = 235+62+75=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E4B is #14C1B4. Grayscale: #737373. Windows color (decimal): -1360309 or 4931307. OLE color: 4931307.

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

Color convert

RGB2356275-
CMYK00.740.680.08
HSL355.49º81.22%58.24%-
HSV(B)355.49º73.62%92.16%-
XYZ37.2521.628.87-
YUV115.21105.31213.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.17%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=63.17%
G=16.67%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235627500.740.680.08355.4981.2258.24
HexEB3E4B04A448163513a
Octal3537611301121041054312172
Binary11101011111110100101101001010100010010001011000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3E4B; }

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

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

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

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

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

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

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

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