Html Css Color HEX #E03D55 Amaranth

📋 copy color: '#E03D55'

red 224 ◦ green 61 ◦ blue 85

#E03D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E03D55

Tints of Amaranth #E03D55

RGB

 RED value IS 224 (87.89% from 255) = 60.54%

 GREEN value IS 61 (24.22% from 255) = 16.49%

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 60.54%
G = 16.49%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E03D55 (or 0xE03D55) is known color: Amaranth. HEX triplet: E0, 3D and 55. RGB value is (224,61,85). Sum of RGB (Red+Green+Blue) = 224+61+85=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03D55 is #1FC2AA. Grayscale: #707070. Windows color (decimal): -2081451 or 5586400. OLE color: 5586400.

HSL color Cylindrical-coordinate representation of color #E03D55: hue angle of 351.17º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03D55 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 61 85 -
CMYK 0 0.73 0.62 0.12
HSL 351.17º 0.72% 0.56% -
HSV(B) 351.17º 0.73% 0.88% -
XYZ 34.05 19.84 10.63 -
YUV 112.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 224 61 85 0 0.73 0.62 0.12 351.17 0.72 0.56
Hex E0 3D 55 0 49 3E C 15F 48 38
Octal 340 75 125 0 111 76 14 537 110 70
Binary 11100000 111101 1010101 0 1001001 111110 1100 101011111 1001000 111000

Color Harmonies of #E03D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D55

Black with #E03D55

Text Example


Text Example

White with #E03D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D55; }

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

 H1.HeaderClassName
 {
   color: #E03D55;
 }
 .AnyTagClassName
 {
   color: #E03D55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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