Html Css Color HEX #E74045 Amaranth

📋 copy color: '#E74045'

red 231 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #E74045

Tints of Amaranth #E74045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 63.46%
G = 17.58%
B = 18.96%

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

#E74045 (or 0xE74045) is known color: Amaranth. HEX triplet: E7, 40 and 45. RGB value is (231,64,69). Sum of RGB (Red+Green+Blue) = 231+64+69=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E74045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74045 is #18BFBA. Grayscale: #727272. Windows color (decimal): -1621947 or 4538599. OLE color: 4538599.

HSL color Cylindrical-coordinate representation of color #E74045: hue angle of 358.2º 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 #E74045 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 69 -
CMYK 0 0.72 0.70 0.09
HSL 358.2º 0.78% 0.58% -
HSV(B) 358.2º 0.72% 0.91% -
XYZ 35.86 21.09 7.81 -
YUV 114.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 231 64 69 0 0.72 0.70 0.09 358.2 0.78 0.58
Hex E7 40 45 0 48 46 9 166 4E 3A
Octal 347 100 105 0 110 106 11 546 116 72
Binary 11100111 1000000 1000101 0 1001000 1000110 1001 101100110 1001110 111010

Color Harmonies of #E74045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74045

Black with #E74045

Text Example


Text Example

White with #E74045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74045; }

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

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

background-color css

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

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

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

border-color css

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

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

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