#E42D53

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

Shades of Amaranth #E42D53

Tints of Amaranth #E42D53

Color information

#E42D53 (or 0xE42D53) is unknown color: approx Amaranth. HEX triplet: E4, 2D and 53. RGB value is (228,45,83). Sum of RGB (Red+Green+Blue) = 228+45+83=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42D53 is #1BD2AC. Grayscale: #686868. Windows color (decimal): -1823405 or 5451236. OLE color: 5451236.

HSL color Cylindrical-coordinate representation of color #E42D53: hue angle of 347.54º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D53 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2284583-
CMYK00.800.640.11
HSL347.54º77.22%53.53%-
HSV(B)347.54º80.26%89.41%-
XYZ34.491910.03-
YUV104.05116.13216.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.04%
GREEN value IS 45 (17.97% from 255) = 12.64%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=64.04%
G=12.64%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228458300.800.640.11347.5477.2253.53
HexE42D5305040B15c4d36
Octal3445512301201001353411566
Binary11100100101101101001101010000100000010111010111001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42D53; }

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

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

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

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

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

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

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

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