Html Css Color HEX #E7474D Amaranth

📋 copy color: '#E7474D'

red 231 ◦ green 71 ◦ blue 77

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

Shades of Amaranth #E7474D

Tints of Amaranth #E7474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 60.95%
G = 18.73%
B = 20.32%

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

#E7474D (or 0xE7474D) is known color: Amaranth. HEX triplet: E7, 47 and 4D. RGB value is (231,71,77). Sum of RGB (Red+Green+Blue) = 231+71+77=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E7474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7474D is #18B8B2. Grayscale: #777777. Windows color (decimal): -1620147 or 5064679. OLE color: 5064679.

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

Color convert

RGB 231 71 77 -
CMYK 0 0.69 0.67 0.09
HSL 357.75º 0.77% 0.59% -
HSV(B) 357.75º 0.69% 0.91% -
XYZ 36.55 22.03 9.35 -
YUV 119.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 231 71 77 0 0.69 0.67 0.09 357.75 0.77 0.59
Hex E7 47 4D 0 45 43 9 166 4D 3B
Octal 347 107 115 0 105 103 11 546 115 73
Binary 11100111 1000111 1001101 0 1000101 1000011 1001 101100110 1001101 111011

Color Harmonies of #E7474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7474D

Black with #E7474D

Text Example


Text Example

White with #E7474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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