Html Css Color HEX #E74448 Amaranth

📋 copy color: '#E74448'

red 231 ◦ green 68 ◦ blue 72

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

Shades of Amaranth #E74448

Tints of Amaranth #E74448

RGB

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

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

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

R = 62.26%
G = 18.33%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E74448 (or 0xE74448) is known color: Amaranth. HEX triplet: E7, 44 and 48. RGB value is (231,68,72). Sum of RGB (Red+Green+Blue) = 231+68+72=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E74448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74448 is #18BBB7. Grayscale: #757575. Windows color (decimal): -1620920 or 4736231. OLE color: 4736231.

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

Color convert

RGB 231 68 72 -
CMYK 0 0.71 0.69 0.09
HSL 358.53º 0.77% 0.59% -
HSV(B) 358.53º 0.71% 0.91% -
XYZ 36.19 21.59 8.39 -
YUV 117.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 231 68 72 0 0.71 0.69 0.09 358.53 0.77 0.59
Hex E7 44 48 0 47 45 9 167 4D 3B
Octal 347 104 110 0 107 105 11 547 115 73
Binary 11100111 1000100 1001000 0 1000111 1000101 1001 101100111 1001101 111011

Color Harmonies of #E74448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74448

Black with #E74448

Text Example


Text Example

White with #E74448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74448; }

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

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

background-color css

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

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

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

border-color css

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

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

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