Html Css Color HEX #E13445 Amaranth

📋 copy color: '#E13445'

red 225 ◦ green 52 ◦ blue 69

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

Shades of Amaranth #E13445

Tints of Amaranth #E13445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 65.03%
G = 15.03%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E13445 (or 0xE13445) is known color: Amaranth. HEX triplet: E1, 34 and 45. RGB value is (225,52,69). Sum of RGB (Red+Green+Blue) = 225+52+69=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E13445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13445 is #1ECBBA. Grayscale: #696969. Windows color (decimal): -2018235 or 4535521. OLE color: 4535521.

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

Color convert

RGB 225 52 69 -
CMYK 0 0.77 0.69 0.12
HSL 354.1º 0.74% 0.54% -
HSV(B) 354.1º 0.77% 0.88% -
XYZ 33.35 18.89 7.52 -
YUV 105.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 225 52 69 0 0.77 0.69 0.12 354.1 0.74 0.54
Hex E1 34 45 0 4D 45 C 162 4A 36
Octal 341 64 105 0 115 105 14 542 112 66
Binary 11100001 110100 1000101 0 1001101 1000101 1100 101100010 1001010 110110

Color Harmonies of #E13445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13445

Black with #E13445

Text Example


Text Example

White with #E13445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13445; }

 p { color: rgb(225,52,69); }

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

background-color css

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

 a { background-color: rgb(225,52,69); }

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

border-color css

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

 span { border-color: rgb(225,52,69); }

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