Html Css Color HEX #E13A4C Amaranth

📋 copy color: '#E13A4C'

red 225 ◦ green 58 ◦ blue 76

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

Shades of Amaranth #E13A4C

Tints of Amaranth #E13A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 62.67%
G = 16.16%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E13A4C (or 0xE13A4C) is known color: Amaranth. HEX triplet: E1, 3A and 4C. RGB value is (225,58,76). Sum of RGB (Red+Green+Blue) = 225+58+76=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A4C is #1EC5B3. Grayscale: #6E6E6E. Windows color (decimal): -2016692 or 4995809. OLE color: 4995809.

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

Color convert

RGB 225 58 76 -
CMYK 0 0.74 0.66 0.12
HSL 353.53º 0.74% 0.55% -
HSV(B) 353.53º 0.74% 0.88% -
XYZ 33.87 19.56 8.83 -
YUV 109.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 225 58 76 0 0.74 0.66 0.12 353.53 0.74 0.55
Hex E1 3A 4C 0 4A 42 C 162 4A 37
Octal 341 72 114 0 112 102 14 542 112 67
Binary 11100001 111010 1001100 0 1001010 1000010 1100 101100010 1001010 110111

Color Harmonies of #E13A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A4C

Black with #E13A4C

Text Example


Text Example

White with #E13A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A4C; }

 p { color: rgb(225,58,76); }

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

background-color css

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

 a { background-color: rgb(225,58,76); }

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

border-color css

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

 span { border-color: rgb(225,58,76); }

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