Html Css Color HEX #E03155 Amaranth

📋 copy color: '#E03155'

red 224 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #E03155

Tints of Amaranth #E03155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 62.57%
G = 13.69%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E03155 (or 0xE03155) is known color: Amaranth. HEX triplet: E0, 31 and 55. RGB value is (224,49,85). Sum of RGB (Red+Green+Blue) = 224+49+85=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E03155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03155 is #1FCEAA. Grayscale: #696969. Windows color (decimal): -2084523 or 5583328. OLE color: 5583328.

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

Color convert

RGB 224 49 85 -
CMYK 0 0.78 0.62 0.12
HSL 347.66º 0.74% 0.54% -
HSV(B) 347.66º 0.78% 0.88% -
XYZ 33.48 18.7 10.44 -
YUV 105.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 224 49 85 0 0.78 0.62 0.12 347.66 0.74 0.54
Hex E0 31 55 0 4E 3E C 15C 4A 36
Octal 340 61 125 0 116 76 14 534 112 66
Binary 11100000 110001 1010101 0 1001110 111110 1100 101011100 1001010 110110

Color Harmonies of #E03155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03155

Black with #E03155

Text Example


Text Example

White with #E03155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03155; }

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

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

background-color css

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

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

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

border-color css

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

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

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