Html Css Color HEX #E74046 Amaranth

📋 copy color: '#E74046'

red 231 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #E74046

Tints of Amaranth #E74046

RGB

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

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

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

R = 63.29%
G = 17.53%
B = 19.18%

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

#E74046 (or 0xE74046) is known color: Amaranth. HEX triplet: E7, 40 and 46. RGB value is (231,64,70). Sum of RGB (Red+Green+Blue) = 231+64+70=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E74046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74046 is #18BFB9. Grayscale: #727272. Windows color (decimal): -1621946 or 4604135. OLE color: 4604135.

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

Color convert

RGB 231 64 70 -
CMYK 0 0.72 0.70 0.09
HSL 357.84º 0.78% 0.58% -
HSV(B) 357.84º 0.72% 0.91% -
XYZ 35.89 21.1 7.97 -
YUV 114.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 231 64 70 0 0.72 0.70 0.09 357.84 0.78 0.58
Hex E7 40 46 0 48 46 9 166 4E 3A
Octal 347 100 106 0 110 106 11 546 116 72
Binary 11100111 1000000 1000110 0 1001000 1000110 1001 101100110 1001110 111010

Color Harmonies of #E74046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74046

Black with #E74046

Text Example


Text Example

White with #E74046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74046; }

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

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

background-color css

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

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

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

border-color css

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

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

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