Html Css Color HEX #E13D4C Amaranth

📋 copy color: '#E13D4C'

red 225 ◦ green 61 ◦ blue 76

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

Shades of Amaranth #E13D4C

Tints of Amaranth #E13D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 62.15%
G = 16.85%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E13D4C (or 0xE13D4C) is known color: Amaranth. HEX triplet: E1, 3D and 4C. RGB value is (225,61,76). Sum of RGB (Red+Green+Blue) = 225+61+76=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D4C is #1EC2B3. Grayscale: #6F6F6F. Windows color (decimal): -2015924 or 4996577. OLE color: 4996577.

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

Color convert

RGB 225 61 76 -
CMYK 0 0.73 0.66 0.12
HSL 354.51º 0.73% 0.56% -
HSV(B) 354.51º 0.73% 0.88% -
XYZ 34.02 19.87 8.88 -
YUV 111.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 225 61 76 0 0.73 0.66 0.12 354.51 0.73 0.56
Hex E1 3D 4C 0 49 42 C 163 49 38
Octal 341 75 114 0 111 102 14 543 111 70
Binary 11100001 111101 1001100 0 1001001 1000010 1100 101100011 1001001 111000

Color Harmonies of #E13D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D4C

Black with #E13D4C

Text Example


Text Example

White with #E13D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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