Html Css Color HEX #E13E4D Amaranth

📋 copy color: '#E13E4D'

red 225 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #E13E4D

Tints of Amaranth #E13E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 61.81%
G = 17.03%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E13E4D (or 0xE13E4D) is known color: Amaranth. HEX triplet: E1, 3E and 4D. RGB value is (225,62,77). Sum of RGB (Red+Green+Blue) = 225+62+77=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E4D is #1EC1B2. Grayscale: #707070. Windows color (decimal): -2015667 or 5062369. OLE color: 5062369.

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

Color convert

RGB 225 62 77 -
CMYK 0 0.72 0.66 0.12
HSL 354.48º 0.73% 0.56% -
HSV(B) 354.48º 0.72% 0.88% -
XYZ 34.11 19.99 9.08 -
YUV 112.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 225 62 77 0 0.72 0.66 0.12 354.48 0.73 0.56
Hex E1 3E 4D 0 48 42 C 162 49 38
Octal 341 76 115 0 110 102 14 542 111 70
Binary 11100001 111110 1001101 0 1001000 1000010 1100 101100010 1001001 111000

Color Harmonies of #E13E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E4D

Black with #E13E4D

Text Example


Text Example

White with #E13E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E4D; }

 p { color: rgb(225,62,77); }

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

background-color css

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

 a { background-color: rgb(225,62,77); }

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

border-color css

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

 span { border-color: rgb(225,62,77); }

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