Html Css Color HEX #E13155 Amaranth

📋 copy color: '#E13155'

red 225 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #E13155

Tints of Amaranth #E13155

RGB

 RED value IS 225 (88.28% from 255) = 62.67%

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

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

R = 62.67%
G = 13.65%
B = 23.68%

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

#E13155 (or 0xE13155) is known color: Amaranth. HEX triplet: E1, 31 and 55. RGB value is (225,49,85). Sum of RGB (Red+Green+Blue) = 225+49+85=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E13155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13155 is #1ECEAA. Grayscale: #696969. Windows color (decimal): -2018987 or 5583329. OLE color: 5583329.

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

Color convert

RGB 225 49 85 -
CMYK 0 0.78 0.62 0.12
HSL 347.73º 0.75% 0.54% -
HSV(B) 347.73º 0.78% 0.88% -
XYZ 33.79 18.86 10.45 -
YUV 105.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 225 49 85 0 0.78 0.62 0.12 347.73 0.75 0.54
Hex E1 31 55 0 4E 3E C 15C 4B 36
Octal 341 61 125 0 116 76 14 534 113 66
Binary 11100001 110001 1010101 0 1001110 111110 1100 101011100 1001011 110110

Color Harmonies of #E13155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13155

Black with #E13155

Text Example


Text Example

White with #E13155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13155; }

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

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

background-color css

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

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

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

border-color css

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

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

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