Html Css Color HEX #E74445 Amaranth

📋 copy color: '#E74445'

red 231 ◦ green 68 ◦ blue 69

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

Shades of Amaranth #E74445

Tints of Amaranth #E74445

RGB

 RED value IS 231 (90.63% from 255) = 62.77%

 GREEN value IS 68 (26.95% from 255) = 18.48%

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

R = 62.77%
G = 18.48%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E74445 (or 0xE74445) is known color: Amaranth. HEX triplet: E7, 44 and 45. RGB value is (231,68,69). Sum of RGB (Red+Green+Blue) = 231+68+69=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E74445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74445 is #18BBBA. Grayscale: #757575. Windows color (decimal): -1620923 or 4539623. OLE color: 4539623.

HSL color Cylindrical-coordinate representation of color #E74445: hue angle of 359.63º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74445 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 69 -
CMYK 0 0.71 0.70 0.09
HSL 359.63º 0.77% 0.59% -
HSV(B) 359.63º 0.71% 0.91% -
XYZ 36.1 21.55 7.89 -
YUV 116.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 231 68 69 0 0.71 0.70 0.09 359.63 0.77 0.59
Hex E7 44 45 0 47 46 9 168 4D 3B
Octal 347 104 105 0 107 106 11 550 115 73
Binary 11100111 1000100 1000101 0 1000111 1000110 1001 101101000 1001101 111011

Color Harmonies of #E74445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74445

Black with #E74445

Text Example


Text Example

White with #E74445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74445; }

 p { color: rgb(231,68,69); }

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

background-color css

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

 a { background-color: rgb(231,68,69); }

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

border-color css

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

 span { border-color: rgb(231,68,69); }

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