Html Css Color HEX #E74648 Amaranth

📋 copy color: '#E74648'

red 231 ◦ green 70 ◦ blue 72

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

Shades of Amaranth #E74648

Tints of Amaranth #E74648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 61.93%
G = 18.77%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E74648 (or 0xE74648) is known color: Amaranth. HEX triplet: E7, 46 and 48. RGB value is (231,70,72). Sum of RGB (Red+Green+Blue) = 231+70+72=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E74648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74648 is #18B9B7. Grayscale: #767676. Windows color (decimal): -1620408 or 4736743. OLE color: 4736743.

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

Color convert

RGB 231 70 72 -
CMYK 0 0.70 0.69 0.09
HSL 359.25º 0.77% 0.59% -
HSV(B) 359.25º 0.7% 0.91% -
XYZ 36.31 21.84 8.43 -
YUV 118.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 231 70 72 0 0.70 0.69 0.09 359.25 0.77 0.59
Hex E7 46 48 0 46 45 9 167 4D 3B
Octal 347 106 110 0 106 105 11 547 115 73
Binary 11100111 1000110 1001000 0 1000110 1000101 1001 101100111 1001101 111011

Color Harmonies of #E74648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74648

Black with #E74648

Text Example


Text Example

White with #E74648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74648; }

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

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

background-color css

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

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

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

border-color css

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

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

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