#E43348

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

Shades of Amaranth #E43348

Tints of Amaranth #E43348

Color information

#E43348 (or 0xE43348) is unknown color: approx Amaranth. HEX triplet: E4, 33 and 48. RGB value is (228,51,72). Sum of RGB (Red+Green+Blue) = 228+51+72=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E43348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43348 is #1BCCB7. Grayscale: #6A6A6A. Windows color (decimal): -1821880 or 4731876. OLE color: 4731876.

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

Color convert

RGB2285172-
CMYK00.780.680.11
HSL352.88º76.62%54.71%-
HSV(B)352.88º77.63%89.41%-
XYZ34.3519.338.05-
YUV106.32108.64214.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.96%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=64.96%
G=14.53%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228517200.780.680.11352.8876.6254.71
HexE4334804E44B1614d37
Octal3446311001161041354111567
Binary11100100110011100100001001110100010010111011000011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E43348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E43348; }

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

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

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

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

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

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

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

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