#E03457

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

Shades of Amaranth #E03457

Tints of Amaranth #E03457

Color information

#E03457 (or 0xE03457) is unknown color: approx Amaranth. HEX triplet: E0, 34 and 57. RGB value is (224,52,87). Sum of RGB (Red+Green+Blue) = 224+52+87=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E03457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03457 is #1FCBA8. Grayscale: #6B6B6B. Windows color (decimal): -2083753 or 5715168. OLE color: 5715168.

HSL color Cylindrical-coordinate representation of color #E03457: hue angle of 347.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03457 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB2245287-
CMYK00.770.610.12
HSL347.79º73.5%54.12%-
HSV(B)347.79º76.79%87.84%-
XYZ33.6918.9910.91-
YUV107.42116.48211.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=61.71%
G=14.33%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224528700.770.610.12347.7973.554.12
HexE0345704D3DC15c4a36
Octal340641270115751453411266
Binary1110000011010010101110100110111110111001010111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03457; }

 p { color: rgb(224,52,87); }

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

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

 a { background-color: rgb(224,52,87); }

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

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

 span { border-color: rgb(224,52,87); }

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