Html Css Color HEX #E7474C Amaranth

📋 copy color: '#E7474C'

red 231 ◦ green 71 ◦ blue 76

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

Shades of Amaranth #E7474C

Tints of Amaranth #E7474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 61.11%
G = 18.78%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7474C (or 0xE7474C) is known color: Amaranth. HEX triplet: E7, 47 and 4C. RGB value is (231,71,76). Sum of RGB (Red+Green+Blue) = 231+71+76=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7474C is #18B8B3. Grayscale: #777777. Windows color (decimal): -1620148 or 4999143. OLE color: 4999143.

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

Color convert

RGB 231 71 76 -
CMYK 0 0.69 0.67 0.09
HSL 358.13º 0.77% 0.59% -
HSV(B) 358.13º 0.69% 0.91% -
XYZ 36.51 22.02 9.16 -
YUV 119.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 231 71 76 0 0.69 0.67 0.09 358.13 0.77 0.59
Hex E7 47 4C 0 45 43 9 166 4D 3B
Octal 347 107 114 0 105 103 11 546 115 73
Binary 11100111 1000111 1001100 0 1000101 1000011 1001 101100110 1001101 111011

Color Harmonies of #E7474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7474C

Black with #E7474C

Text Example


Text Example

White with #E7474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7474C; }

 p { color: rgb(231,71,76); }

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

background-color css

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

 a { background-color: rgb(231,71,76); }

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

border-color css

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

 span { border-color: rgb(231,71,76); }

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