Html Css Color HEX #E9474A Amaranth

📋 copy color: '#E9474A'

red 233 ◦ green 71 ◦ blue 74

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

Shades of Amaranth #E9474A

Tints of Amaranth #E9474A

RGB

 RED value IS 233 (91.41% from 255) = 61.64%

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 61.64%
G = 18.78%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9474A (or 0xE9474A) is known color: Amaranth. HEX triplet: E9, 47 and 4A. RGB value is (233,71,74). Sum of RGB (Red+Green+Blue) = 233+71+74=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9474A is #16B8B5. Grayscale: #777777. Windows color (decimal): -1489078 or 4868073. OLE color: 4868073.

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

Color convert

RGB 233 71 74 -
CMYK 0 0.70 0.68 0.09
HSL 358.89º 0.79% 0.6% -
HSV(B) 358.89º 0.7% 0.91% -
XYZ 37.09 22.32 8.83 -
YUV 119.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 233 71 74 0 0.70 0.68 0.09 358.89 0.79 0.6
Hex E9 47 4A 0 46 44 9 167 4F 3C
Octal 351 107 112 0 106 104 11 547 117 74
Binary 11101001 1000111 1001010 0 1000110 1000100 1001 101100111 1001111 111100

Color Harmonies of #E9474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9474A

Black with #E9474A

Text Example


Text Example

White with #E9474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9474A; }

 p { color: rgb(233,71,74); }

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

background-color css

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

 a { background-color: rgb(233,71,74); }

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

border-color css

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

 span { border-color: rgb(233,71,74); }

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