Html Css Color HEX #E9374D Amaranth

📋 copy color: '#E9374D'

red 233 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #E9374D

Tints of Amaranth #E9374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 63.84%
G = 15.07%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9374D (or 0xE9374D) is known color: Amaranth. HEX triplet: E9, 37 and 4D. RGB value is (233,55,77). Sum of RGB (Red+Green+Blue) = 233+55+77=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9374D is #16C8B2. Grayscale: #6E6E6E. Windows color (decimal): -1493171 or 5060585. OLE color: 5060585.

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

Color convert

RGB 233 55 77 -
CMYK 0 0.76 0.67 0.09
HSL 352.58º 0.8% 0.56% -
HSV(B) 352.58º 0.76% 0.91% -
XYZ 36.31 20.59 9.08 -
YUV 110.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 233 55 77 0 0.76 0.67 0.09 352.58 0.8 0.56
Hex E9 37 4D 0 4C 43 9 161 50 38
Octal 351 67 115 0 114 103 11 541 120 70
Binary 11101001 110111 1001101 0 1001100 1000011 1001 101100001 1010000 111000

Color Harmonies of #E9374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9374D

Black with #E9374D

Text Example


Text Example

White with #E9374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9374D; }

 p { color: rgb(233,55,77); }

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

background-color css

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

 a { background-color: rgb(233,55,77); }

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

border-color css

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

 span { border-color: rgb(233,55,77); }

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