Html Css Color HEX #E04155 Amaranth

📋 copy color: '#E04155'

red 224 ◦ green 65 ◦ blue 85

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

Shades of Amaranth #E04155

Tints of Amaranth #E04155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

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

R = 59.89%
G = 17.38%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E04155 (or 0xE04155) is known color: Amaranth. HEX triplet: E0, 41 and 55. RGB value is (224,65,85). Sum of RGB (Red+Green+Blue) = 224+65+85=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E04155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04155 is #1FBEAA. Grayscale: #727272. Windows color (decimal): -2080427 or 5587424. OLE color: 5587424.

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

Color convert

RGB 224 65 85 -
CMYK 0 0.71 0.62 0.12
HSL 352.45º 0.72% 0.57% -
HSV(B) 352.45º 0.71% 0.88% -
XYZ 34.27 20.28 10.7 -
YUV 114.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 224 65 85 0 0.71 0.62 0.12 352.45 0.72 0.57
Hex E0 41 55 0 47 3E C 160 48 39
Octal 340 101 125 0 107 76 14 540 110 71
Binary 11100000 1000001 1010101 0 1000111 111110 1100 101100000 1001000 111001

Color Harmonies of #E04155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04155

Black with #E04155

Text Example


Text Example

White with #E04155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04155; }

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

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

background-color css

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

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

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

border-color css

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

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

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