#E43253

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

Shades of Amaranth #E43253

Tints of Amaranth #E43253

Color information

#E43253 (or 0xE43253) is unknown color: approx Amaranth. HEX triplet: E4, 32 and 53. RGB value is (228,50,83). Sum of RGB (Red+Green+Blue) = 228+50+83=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E43253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E43253 is #1BCDAC. Grayscale: #6B6B6B. Windows color (decimal): -1822125 or 5452516. OLE color: 5452516.

HSL color Cylindrical-coordinate representation of color #E43253: hue angle of 348.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 #E43253 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2285083-
CMYK00.780.640.11
HSL348.88º76.72%54.51%-
HSV(B)348.88º78.07%89.41%-
XYZ34.719.410.1-
YUV106.98114.47214.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 63.16%
GREEN value IS 50 (19.92% from 255) = 13.85%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=63.16%
G=13.85%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228508300.780.640.11348.8876.7254.51
HexE4325304E40B15d4d37
Octal3446212301161001353511567
Binary11100100110010101001101001110100000010111010111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E43253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E43253; }

 p { color: rgb(228,50,83); }

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

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

 a { background-color: rgb(228,50,83); }

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

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

 span { border-color: rgb(228,50,83); }

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