Html Css Color HEX #E13746 Amaranth

📋 copy color: '#E13746'

red 225 ◦ green 55 ◦ blue 70

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

Shades of Amaranth #E13746

Tints of Amaranth #E13746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 70 (27.73% from 255) = 20%

R = 64.29%
G = 15.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E13746 (or 0xE13746) is known color: Amaranth. HEX triplet: E1, 37 and 46. RGB value is (225,55,70). Sum of RGB (Red+Green+Blue) = 225+55+70=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E13746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13746 is #1EC8B9. Grayscale: #6B6B6B. Windows color (decimal): -2017466 or 4601825. OLE color: 4601825.

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

Color convert

RGB 225 55 70 -
CMYK 0 0.76 0.69 0.12
HSL 354.71º 0.74% 0.55% -
HSV(B) 354.71º 0.76% 0.88% -
XYZ 33.52 19.18 7.73 -
YUV 107.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 225 55 70 0 0.76 0.69 0.12 354.71 0.74 0.55
Hex E1 37 46 0 4C 45 C 163 4A 37
Octal 341 67 106 0 114 105 14 543 112 67
Binary 11100001 110111 1000110 0 1001100 1000101 1100 101100011 1001010 110111

Color Harmonies of #E13746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13746

Black with #E13746

Text Example


Text Example

White with #E13746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13746; }

 p { color: rgb(225,55,70); }

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

background-color css

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

 a { background-color: rgb(225,55,70); }

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

border-color css

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

 span { border-color: rgb(225,55,70); }

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