Html Css Color HEX #E13247 Amaranth

📋 copy color: '#E13247'

red 225 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #E13247

Tints of Amaranth #E13247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 65.03%
G = 14.45%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E13247 (or 0xE13247) is known color: Amaranth. HEX triplet: E1, 32 and 47. RGB value is (225,50,71). Sum of RGB (Red+Green+Blue) = 225+50+71=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E13247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13247 is #1ECDB8. Grayscale: #686868. Windows color (decimal): -2018745 or 4666081. OLE color: 4666081.

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

Color convert

RGB 225 50 71 -
CMYK 0 0.78 0.68 0.12
HSL 352.8º 0.74% 0.54% -
HSV(B) 352.8º 0.78% 0.88% -
XYZ 33.33 18.74 7.82 -
YUV 104.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 225 50 71 0 0.78 0.68 0.12 352.8 0.74 0.54
Hex E1 32 47 0 4E 44 C 161 4A 36
Octal 341 62 107 0 116 104 14 541 112 66
Binary 11100001 110010 1000111 0 1001110 1000100 1100 101100001 1001010 110110

Color Harmonies of #E13247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13247

Black with #E13247

Text Example


Text Example

White with #E13247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13247; }

 p { color: rgb(225,50,71); }

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

background-color css

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

 a { background-color: rgb(225,50,71); }

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

border-color css

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

 span { border-color: rgb(225,50,71); }

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