#E03355

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

Shades of Amaranth #E03355

Tints of Amaranth #E03355

Color information

#E03355 (or 0xE03355) is unknown color: approx Amaranth. HEX triplet: E0, 33 and 55. RGB value is (224,51,85). Sum of RGB (Red+Green+Blue) = 224+51+85=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E03355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03355 is #1FCCAA. Grayscale: #6A6A6A. Windows color (decimal): -2084011 or 5583840. OLE color: 5583840.

HSL color Cylindrical-coordinate representation of color #E03355: hue angle of 348.21º 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 #E03355 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB2245185-
CMYK00.770.620.12
HSL348.21º73.62%53.92%-
HSV(B)348.21º77.23%87.84%-
XYZ33.5618.8710.47-
YUV106.6115.81211.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.22%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=62.22%
G=14.17%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224518500.770.620.12348.2173.6253.92
HexE0335504D3EC15c4a36
Octal340631250115761453411266
Binary1110000011001110101010100110111111011001010111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03355; }

 p { color: rgb(224,51,85); }

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

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

 a { background-color: rgb(224,51,85); }

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

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

 span { border-color: rgb(224,51,85); }

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