#e43b48

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

Shades of Amaranth #E43B48

Tints of Amaranth #E43B48

Color information

#E43B48 (or 0xE43B48) is unknown color: approx Amaranth. HEX triplet: E4, 3B and 48. RGB value is (228,59,72). Sum of RGB (Red+Green+Blue) = 228+59+72=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E43B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43B48 is #1BC4B7. Grayscale: #6F6F6F. Windows color (decimal): -1819832 or 4733924. OLE color: 4733924.

HSL color Cylindrical-coordinate representation of color #E43B48: hue angle of 355.38º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43B48 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2285972-
CMYK00.740.680.11
HSL355.38º75.78%56.27%-
HSV(B)355.38º74.12%89.41%-
XYZ34.7320.098.18-
YUV111.01105.99211.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 63.51%
GREEN value IS 59 (23.44% from 255) = 16.43%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=63.51%
G=16.43%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228597200.740.680.11355.3875.7856.27
HexE43B4804A44B1634c38
Octal3447311001121041354311470
Binary11100100111011100100001001010100010010111011000111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e43b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e43b48; }

 p { color: rgb(228,59,72); }

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

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

 a { background-color: rgb(228,59,72); }

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

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

 span { border-color: rgb(228,59,72); }

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