Html Css Color HEX #E74145 Amaranth

📋 copy color: '#E74145'

red 231 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #E74145

Tints of Amaranth #E74145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 63.29%
G = 17.81%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E74145 (or 0xE74145) is known color: Amaranth. HEX triplet: E7, 41 and 45. RGB value is (231,65,69). Sum of RGB (Red+Green+Blue) = 231+65+69=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E74145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74145 is #18BEBA. Grayscale: #737373. Windows color (decimal): -1621691 or 4538855. OLE color: 4538855.

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

Color convert

RGB 231 65 69 -
CMYK 0 0.72 0.70 0.09
HSL 358.55º 0.78% 0.58% -
HSV(B) 358.55º 0.72% 0.91% -
XYZ 35.92 21.2 7.83 -
YUV 115.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 231 65 69 0 0.72 0.70 0.09 358.55 0.78 0.58
Hex E7 41 45 0 48 46 9 167 4E 3A
Octal 347 101 105 0 110 106 11 547 116 72
Binary 11100111 1000001 1000101 0 1001000 1000110 1001 101100111 1001110 111010

Color Harmonies of #E74145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74145

Black with #E74145

Text Example


Text Example

White with #E74145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74145; }

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

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

background-color css

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

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

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

border-color css

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

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

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